-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaster_NSF_PlantGenome.tex
101 lines (76 loc) · 2.86 KB
/
master_NSF_PlantGenome.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
\documentclass[10pt, letterpaper]{article}
\usepackage{comment}
\pagestyle{plain}
\usepackage[text={6in,8.5in},centering]{geometry}
%PUT YOUR MACROS HERE
\usepackage{change page} % for indentation of sections
\usepackage{lipsum}
\usepackage{hyperref} %for urls
\usepackage{graphicx} %for includegraphics
\usepackage[table]{xcolor} %for table line color alteration
\usepackage{enumitem} %fancy enumerated lists
\usepackage{wrapfig} %wrap text around figures
\usepackage[leftcaption]{sidecap} % side captions
\sidecaptionvpos{figure}{c} %position side caption
\usepackage[colorinlistoftodos]{todonotes} % comments in margins
\reversemarginpar %comments on left
\setlength{\marginparwidth}{2.5cm} %width of comments
\usepackage[round,authoryear]{natbib} %biblio format!
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial
%%%%%%%%%% EXACT 1in MARGINS %%%%%%% %%
%\setlength{\textwidth}{6.5in} %% %%
%\setlength{\oddsidemargin}{0in} %% (It is recommended that you %%
%\setlength{\evensidemargin}{0in} %% not change these parameters, %%
%\setlength{\textheight}{8.5in} %% at the risk of having your %%
%\setlength{\topmargin}{0in} %% proposal dismissed on the basis%%
%\setlength{\headheight}{0in} %% of incorrect formatting!!!) %%
%\setlength{\headsep}{0in} %% %%
%\setlength{\footskip}{.5in} %% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%
\newcommand{\required}[1]{\section*{\hfil #1\hfil}} %%
\renewcommand{\refname}{\hfil References Cited\hfil} %%
\bibliographystyle{abbrvnat} %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% allow comments in the margins:
\newcommand{\jri}[1]{\todo[size=\scriptsize, color=red]{#1}}
\newcommand{\krt}[1]{\todo[size=\scriptsize, color=purple]{#1}}
\newcommand{\kjg}[1]{\todo[size=\scriptsize, color=blue]{#1}}
\newcommand{\citex}{\textco{red}{\bf{CITE}}}
%
\title{NSF PRFB - Plant Genome}
\author{Kimberly J. Gilbert}
\date{October 2015}
\makeatletter
\renewcommand\@seccntformat[1]{\csname the#1\endcsname.\quad}
\makeatother
\begin{document}
%%%%%%%%%%%%% Project Summary %%%%%%%%%%%%%
\setcounter{page}{1}
\include{Summary}% Max 1 page
%%%%%%%%%%%%% Project Description %%%%%%%%%%%%%
\setcounter{page}{1}
\include{ProjectDescription}
%%%%%%%%%%%%% References %%%%%%%%%%%%%
\setcounter{page}{1}
\include{References}
%%%%%%%%%%%%% Biosketch %%%%%%%%%%%%%
\setcounter{page}{1}
\include{Biosketch} %Kim
\setcounter{page}{1}
\include{biosketch_jri} %Jeff
\setcounter{page}{1}
\include{KRTbio} % Kevin
\clearpage
\newpage
% Supplementary Documents
%%%%%%%%%%%%% Data Management Plan %%%%%%%%%%%%%
\setcounter{page}{1}
\include{DataManagement}
%%%%%%%%%%%%% Dissertation Summary %%%%%%%%%%%%%
\setcounter{page}{1}
\include{DissertationSummary}
%%%%%%%%%%%%% Sponsoring statement %%%%%%%%%%%%%
\setcounter{page}{1}
\include{sponsoring}
\end{document}