-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprotodune-tdr-test.tex
62 lines (39 loc) · 1.11 KB
/
protodune-tdr-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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\ifdefined\isfinal\documentclass[final]{pd-tdr}\else\documentclass{pd-tdr}\fi
\pdfoutput=1 % must be in first 5 lines so arXiv finds it
\graphicspath{ {figures/}{/generated/} }
\input{common/preamble}
%\renewcommand\thedoctitle{\voldunetitle}
\def\titleextra{\includegraphics[width=0.7\textwidth]{protoDUNE_cryostat.png}}
\begin{document}
%\input{common/init}
%\input{common/acronyms-shared-vol1-2-4}
%\input{common/acronyms-shared-vol1-4}
%\input{common/acronyms-shared-vol2-4}
%\input{common/acronyms-vol4}
%\chapter{Introduction}
%\input{introduction}
%\chapter{Detector components}
%\input{det-comp-test}
%\chapter{Space and infrastructure}
%\input{spacereq}
%\chapter{Detector Installation}
%\input{installation}
\chapter{Software and Computing}
\input{computing}
%\chapter{Test beam specifications}
%\input{beam}
%\chapter{Quality Control and Quality Assurance}
%\input{quality}
%%
%% Add more sections here
%%
%\newpage
%\chapter{Summary {\color{red}[2 pages]}}
%%\input{summary}
%\appendix
% \newpage
% \chapter*{Appendix}
% \input{appendix}
\cleardoublepage
\input{common/final}
\end{document}