forked from DUNE/Technical-Proposal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexecutive-summary-test.tex
41 lines (27 loc) · 995 Bytes
/
executive-summary-test.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
\input{control}
\ifdefined\isfinal\documentclass[final]{dune}\else\documentclass{dune}\fi
\pdfoutput=1 % must be in first 5 lines so arXiv finds it
\graphicspath{ {figures/}{executive-summary/figures/}{generated/} }
\input{common/preamble}
\renewcommand\thedoctitle{\volexecsumm} % defined in common/defs.tex
%\def\titleextra{\includegraphics[width=0.55\textwidth]{energy_nu_no}} -- change image file
\begin{document}
\input{common/init}
%\input{executive-summary/chapter-overview}
\cleardoublepage
%\input{executive-summary/chapter-science}
\cleardoublepage
\input{executive-summary/chapter-calibration}
\cleardoublepage
%\input{executive-summary/chapter-sim-reco-perf}
\cleardoublepage
%\input{executive-summary/chapter-tech-designs}
\cleardoublepage
%\input{executive-summary/chapter-lbnf-new}
\cleardoublepage
%\input{executive-summary/chapter-org-mgmt}
\cleardoublepage
%\input{executive-summary/chapter-summary}
\cleardoublepage
\input{common/final}
\end{document}