1
0

thesis: Add headings and first subsection

This commit is contained in:
2025-07-01 23:26:35 +02:00
parent 4869533a53
commit 6033a59bbf
10 changed files with 206 additions and 8 deletions

View File

@@ -37,6 +37,9 @@
\usepackage{morewrites} % Increases the number of external files that can be used.
\usepackage[a-2b,mathxmp]{pdfx} % Enables PDF/A compliance. Loads the package hyperref and has to be included second to last.
\usepackage[acronym,toc]{glossaries} % Enables the generation of glossaries and lists of acronyms. This package has to be included last.
\usepackage{minted}
\usepackage{chngcntr}
\counterwithin{listing}{chapter}
% Set PDF document properties
\hypersetup{
@@ -167,7 +170,7 @@
\printglossaries
% Add a bibliography.
\bibliographystyle{alpha}
\bibliographystyle{plain}
\bibliography{src/99.intercept}
\end{document}