forked from DUNE/Technical-Proposal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapters.tex
More file actions
24 lines (15 loc) · 665 Bytes
/
chapters.tex
File metadata and controls
24 lines (15 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\input{control}
\ifdefined\isfinal\documentclass[final]{dune}\else\documentclass{dune}\fi
\pdfoutput=1 % must be in first 5 lines so arXiv finds it
% This is a sed template used by chapters.sh.
% Do not modify unless you know what you are doing.
\graphicspath{ {figures/}{volume/figures/}{far-detector-generic/figures/}{generated/} }
\input{common/preamble}
\renewcommand\thedoctitle{Chapter Breakout:\\\texttt{voltitle}\\\texttt{chtitle}}
%\def\titleextra{\includegraphics[width=0.55\textwidth]{energy_nu_no}} -- change image file
\begin{document}
\input{common/init}
\input{volume/chapter}
\cleardoublepage
\input{common/final}
\end{document}