summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-07-11 15:26:07 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-07-11 15:26:07 +0200
commit9afc7ef3b83fb16e9ad213acb6473ed10dbc8647 (patch)
tree291d0f2ee5647708bdff70b05aa398e9b4e40b00
parentbae55f8605b6b29f41d2e00e49857d96078169cb (diff)
downloadmaster-9afc7ef3b83fb16e9ad213acb6473ed10dbc8647.tar.zst
Add sample section and appendix
-rw-r--r--main.tex3
-rw-r--r--sampleappendix.tex5
-rw-r--r--samplesection.tex5
3 files changed, 13 insertions, 0 deletions
diff --git a/main.tex b/main.tex
index 67f129d..6620b7c 100644
--- a/main.tex
+++ b/main.tex
@@ -3,5 +3,8 @@
\begin{document}
\include{titlepage}
\include{contents}
+\include{samplesection}
+\appendix
+\include{sampleappendix}
\include{bibliography}
\end{document}
diff --git a/sampleappendix.tex b/sampleappendix.tex
new file mode 100644
index 0000000..97af056
--- /dev/null
+++ b/sampleappendix.tex
@@ -0,0 +1,5 @@
+\section{Sample Appendix}
+
+Just more sample text.
+
+\printbibliography[segment=\therefsegment,heading=subbibliography]
diff --git a/samplesection.tex b/samplesection.tex
new file mode 100644
index 0000000..a0d9764
--- /dev/null
+++ b/samplesection.tex
@@ -0,0 +1,5 @@
+\section{Sample Section}
+
+Just some sample text.
+
+\printbibliography[segment=\therefsegment,heading=subbibliography]