-
Notifications
You must be signed in to change notification settings - Fork 7
/
init.tex
95 lines (63 loc) · 2.46 KB
/
init.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
% This should be \input first thing after \begin{document}
\begin{comment}
\pagestyle{titlepage}
\begin{center}
{\Huge \thedocsubtitle} %Yes, I know title and subtitle are reversed!
\vspace{5mm}
{\Huge \tdrtitle}
\vspace{10mm}
{\LARGE
\textbf{Volume \thevolumenumber{}:}
\vspace{5mm}
\thedoctitle}
\vspace{15mm}
\titleextra
\vspace{10mm}
\today
\vspace{15mm}
{\large{The DUNE Collaboration}}
\end{center}
\end{comment}
\cleardoublepage
\vspace*{16cm}
{\small This document was prepared by the DUNE collaboration using the resources of the Fermi National Accelerator Laboratory (Fermilab), a U.S. Department of Energy, Office of Science, HEP User Facility. Fermilab is managed by Fermi Research Alliance, LLC (FRA), acting under Contract No. DE-AC02-07CH11359.
The DUNE collaboration also acknowledges the international, national, and regional funding agencies supporting the institutions who have contributed to completing this design report.
}
%\includepdf[pages={-}]{tdr-authors.pdf}
\includepdf[pages={-}]{authors-dp.pdf} % summer 2021 use for publishing DP design study
\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\thepage}{\roman{page}}
\setcounter{page}{0}
\pagestyle{plain}
\textsf{\tableofcontents}
\textsf{\listoffigures}
\textsf{\listoftables}
\vspace{4mm}
% removed for DP May 2021 \addcontentsline{toc}{chapter}{A Roadmap of the DUNE Technical Design Report}
\iffinal\else
\textsf{\listoftodos}
\clearpage
\fi
\renewcommand{\thepage}{\arabic{page}}
\setcounter{page}{1}
\pagestyle{fancy}
% Set how header/footers look
\renewcommand{\chaptermark}[1]{%
\markboth{Chapter \thechapter:\ #1}{}}
\fancyhead{}
\fancyhead[RO,LE]{\textsf{\footnotesize \thechapter--\thepage}}
\fancyhead[LO,RE]{\textsf{\footnotesize \leftmark}}
\fancyfoot{}
%\fancyfoot[RO]{\textsf{\footnotesize DUNE Dual-Phase Far Detector Technology Design Report}}
\fancyfoot[LO]{\textsf{\footnotesize \thedoctitle}}
\fancypagestyle{plain}{}
\renewcommand{\headrule}{\vspace{-4mm}\color[gray]{0.5}{\rule{\headwidth}{0.5pt}}}
% Not all main documents have any citations.
% When not built in "final" mode, add in one citation just to let the
% document build.
% If, after substantial editing a main document still lacks any
% citations then it should have its whole bibliography removed.
%\ifdefined\isfinal\nocite{}\else\nocite{CD0}\fi
%\nocite{CD0} % REmoved 12/30/19
% see also preamble.tex
%\input{common/acronyms}