-
Notifications
You must be signed in to change notification settings - Fork 26
/
project-summary.tex
50 lines (40 loc) · 2.17 KB
/
project-summary.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
\documentclass[11pt,titlepage]{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Main file for the project summary (cover plus abstract) document
%
% summary-cover.tex displays the title and a table of investigators, based on
% data in CONFIG-proposal.tex and CONFIG-investigators.csv. If the formatting
% is acceptable and there is sufficient space, you may not need to modify it.
%
% summary-abstract.tex, not surprisingly, displays the abstract. You'll need
% to provide the content here. By default, the abstract starts on a new page.
% This is allowed by DOE's guidelines. But if you don't like the way it looks
% feel free to comment it out.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Setup packages, style, etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{preamble} %% Use the same preamble as for the main proposal
%%%%% Read acronym definitions if available %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\IfFileExists{acronyms.tex}{%
\input{acronyms}}{%
\typeout{Info: acronyms.tex not found}
}
%%%%% Check for needed configuration info %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\IfFileExists{CONFIG-proposal.tex}{%
\input{CONFIG-proposal}}{\typeout{!! CONFIG-proposal.tex not found}}
\IfFileExists{CONFIG-roles.tex}{%
\input{CONFIG-roles}}{\typeout{!! CONFIG-roles.tex not found}}
\IfFileExists{CONFIG-investigators.csv}{%
}{\typeout{!! CONFIG-investigators.csv not found}}
\IfFileExists{CONFIG-institutions.csv}{%
\input{utilities/make-institution-acronyms.tex}
}{\typeout{!! CONFIG-institutions.csv not found}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Cover page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{project-summary/cover}
%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{project-summary/abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%