summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-11-17 02:04:25 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2023-11-17 02:04:25 +0100
commit7267b4f9a08ef49e4608cc24431dfa64db4e2814 (patch)
tree4c2a06d5d97380c8bd5daafd66dd3fef114a4df8 /main.tex
parent8f762a538bdcd6b2da862bb972cbb2abe3e53be5 (diff)
downloadmaster-7267b4f9a08ef49e4608cc24431dfa64db4e2814.tar.zst
weiter
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex11
1 files changed, 9 insertions, 2 deletions
diff --git a/main.tex b/main.tex
index a6118a6..d3badec 100644
--- a/main.tex
+++ b/main.tex
@@ -1,12 +1,19 @@
\input{preamble}
-%\includeonly{titlepage}
+%\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{nomenclature}
+\include{symbols}
\include{index}
\end{document}