-
Notifications
You must be signed in to change notification settings - Fork 6
/
proposal.tex
101 lines (80 loc) · 2.36 KB
/
proposal.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]{article}
\usepackage{subfigure,psfrag,epsfig,graphics,url,amsmath,amssymb,fancyhdr,cite,color}
\usepackage{multirow}
\usepackage{palatino}
\usepackage[font=small,format=plain,labelfont=bf,up,textfont=it,up]{caption}
\usepackage[small,compact]{titlesec}
\usepackage[margin=1in]{geometry}
\usepackage{setspace}
%\titleformat{\section}
% {\normalfont\fontsize{10}{10}\bfseries}{\thesection}{0.5em}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Hyperref stuff
%\usepackage[filecolor=black,citecolor=black,urlcolor=black,linkcolor=black,colorlinks,pdfpagelabels,pdfpagelayout=SinglePage,dvips]{hyperref}
%\usepackage{backref}
%\usepackage{breakurl}
%\renewcommand{\url}{\burl}
%% \renewcommand*{\backref}[1]{}
%% \renewcommand*{\backrefalt}[4]{
%% \ifcase #1 %
%% (Not cited.) %
%% \or
%% {\small\sffamily (Cited on page~#2.)}%
%% \else
%% {\small\sffamily (Cited on pages~#2.)}%
%% \fi
%% }
%% \renewcommand*{\backrefsep}{, }
%% \renewcommand*{\backreftwosep}{ and~}
%% \renewcommand*{\backreflastsep}{ and~}
\newcommand{\TITLE}{TITLE HERE}
\newcommand{\xxx}[1]{{\color{red} #1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem{definition}{Definition}
\newtheorem{task}{Task}[section]
\newtheorem{problem}{Problem}[section]
\usepackage[pdftex,hyperref,svgnames]{xcolor}
\colorlet{todo}{FireBrick} % FireBrick prints better than red
\newenvironment{todolist}[1][]
{\color{todo}TODO: \em#1\begin{enumerate}}
{\end{enumerate}}
\newcommand{\todo}[2][TODO]{\textcolor{todo}{[{\em #1: #2}]}}
\newcommand{\eg}{{\it e.g.}}
\newcommand{\ie}{{\it i.e.}}
\newcommand{\etal}{{\it et al.}}
\newcommand{\comment}[1]{}
\newcommand{\fp}{\vspace*{0.03in}\noindent}
\renewcommand{\b}{$\bullet$}
\renewcommand{\paragraph}[1]{\fp {\bf #1}}
\begin{document}
\date{}
% 6 lines per inch, per research.gov
\setstretch{1.004}
\begin{sloppypar}
\pagestyle{plain}
\thispagestyle{empty}
\input{summary}
\pagebreak
\setcounter{page}{0}
\input{introduction}
\input{outreach}
\input{management}
\input{prior}
\pagebreak
\setcounter{page}{1}
\bibliographystyle{abbrv}
\bibliography{ref,rfc}
\pagebreak
\setcounter{page}{1}
\input{data-management}
\pagebreak
\setcounter{page}{1}
\input{mentoring}
\pagebreak
\setcounter{page}{1}
\input{synergistic}
\pagebreak
\setcounter{page}{1}
\input{facilities}
\end{sloppypar}
\end{document}