Moved software and source code design to appendices
Additionally, the entire LaTeX setup was adapted for this use case. Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
20
thesis.tex
20
thesis.tex
@ -33,13 +33,31 @@
|
||||
% specify bib resource
|
||||
\addbibresource{ma.bib}
|
||||
|
||||
\makeatletter
|
||||
\g@addto@macro\appendix{%
|
||||
\renewcommand*{\chapterformat}{%
|
||||
{\appendixname\nobreakspace\thechapter\autodot\enskip}%
|
||||
}
|
||||
\renewcommand*{\chaptermarkformat}{%
|
||||
{}%
|
||||
}
|
||||
}
|
||||
\makeatother
|
||||
|
||||
% begin document
|
||||
\begin{document}
|
||||
% invoke start command(s) from masterthesis package
|
||||
\frontmatter
|
||||
\start
|
||||
|
||||
\mainmatter
|
||||
\input{body.tex}
|
||||
\references
|
||||
\begin{appendices}
|
||||
\appendix
|
||||
\input{appendix.tex}
|
||||
\end{appendices}
|
||||
|
||||
% invoke finish command(s) from masterthesis package
|
||||
\backmatter
|
||||
\finish
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user