summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: d3badec96361c9065b29156f145d7349fb790d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\input{preamble}
%\includeonly{standard}
\begin{document}
\frontmatter
\include{titlepage}
\include{contents}
\include{intro}
\mainmatter
\include{distributions}
\include{second}
\include{standard}
\include{samplesection}
\appendix
\include{sampleappendix}
\backmatter
\include{bibliography}
\include{symbols}
\include{index}
\end{document}