-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfar-detector-single-phase.tex
56 lines (37 loc) · 1.38 KB
/
far-detector-single-phase.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
\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/}{far-detector-single-phase/figures/}{far-detector-generic/figures/}{generated/} }
\input{common/preamble}
\renewcommand\thedoctitle{\volspfd} % defined in common/defs.tex
\renewcommand\thevolumenumber{2} % defined in common/defs.tex
%\def\titleextra{\includegraphics[width=0.55\textwidth]{energy_nu_no}} -- change image file
\begin{document}
\pagestyle{titlepage}
\includepdf[pages={-}]{vol2-sp-cover-green.pdf}
\cleardoublepage
\input{common/init2}
\input{far-detector-single-phase/chapter-fdsp-overview}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-apa}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-tpc-elec}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-hv}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-photon-det}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-daq}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-slow-and-cryo}
\cleardoublepage
\input{far-detector-single-phase/chapter-fdsp-coordination}
\cleardoublepage
%\input{far-detector-single-phase/chapter-fdsp-performance}
%\cleardoublepage
\input{common/final}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: