full thesis template commit and figures

This commit is contained in:
Jan Kowalczyk
2025-02-21 10:26:36 +01:00
parent bc267cc5f0
commit 240b8353f9
51 changed files with 9799 additions and 0 deletions

15
thesis/intro/usage_build.tex Executable file
View File

@@ -0,0 +1,15 @@
% **************************************************************************************************
% **************************************************************************************************
\newsection{Building the template}{intro:building}
To make the build process easier, you can use the provided bash script, i.e. \verb|bash build.sh|. It executes all commands needed for the standard template in the correct order:
\begin{enumerate}
\item pdflatex
\item biber
\item makeglossaries
\item pdflatex ($2 \times$)
\end{enumerate}
Alternatively you can execute these commands manually or using your favourite tex editor. Note, that you need to rebuild \verb|biber| and \verb|makeglossaries| only after you modified the respective files, otherwise \verb|pdflatex| is sufficient.