-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguidance.tex
37 lines (24 loc) · 908 Bytes
/
guidance.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
\documentclass{dune}
\pdfoutput=1 % must be in first 5 lines so arXiv finds it
% Leave as is.
% This includes all common settings which are related to this
% particular CDR's set of volumes.
\input{common/preamble}
% Edit: set main and subtitles
\newcommand\thevolumetitle{Guidance on Producing \LaTeX{} Documents for DUNE/LBNF}
\newcommand\thevolumesubtitle{Instructions and Example}
\begin{document}
% Leave as is. Initial content common to all volumes.
\input{common/init}
% Edit: input each chapter file in order
\input{guidance/chapter-general}
\input{guidance/chapter-graphics}
\input{guidance/chapter-writing}
\input{guidance/chapter-english}
\input{guidance/chapter-editing}
\input{guidance/chapter-technical}
\input{guidance/chapter-testglossary}
%\input{guidance/chapter-structure}
% Leave as is: Any final content common to all volumes.
\input{common/final}
\end{document}