2022-02-15 22:20:15 +01:00
|
|
|
\documentclass[10pt,ngerman,a4paper, fancyfoot, git]{mkessler-script}
|
2022-02-15 20:57:33 +01:00
|
|
|
|
2022-02-15 23:46:02 +01:00
|
|
|
\course{$course}
|
2023-10-07 13:32:20 +02:00
|
|
|
\lecturer{$lecturer}
|
|
|
|
\assistant{$assistant}
|
|
|
|
\author{$author}
|
2022-02-15 20:57:33 +01:00
|
|
|
|
2023-10-07 13:36:04 +02:00
|
|
|
\usepackage{$stylefile}
|
2023-10-07 13:32:20 +02:00
|
|
|
\setuptodonotes{disable}
|
2022-02-15 20:57:33 +01:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
2023-10-07 13:32:20 +02:00
|
|
|
\vfill
|
|
|
|
\doclicenseThis
|
|
|
|
Visit the
|
|
|
|
\href{https://$gitlab/$namespace/$repo}{GitLab page}
|
|
|
|
for the source code of this document.
|
2022-02-15 20:57:33 +01:00
|
|
|
|
2023-10-07 13:32:20 +02:00
|
|
|
\cleardoublepage
|
2022-02-15 20:57:33 +01:00
|
|
|
\tableofcontents
|
2023-10-07 13:32:20 +02:00
|
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
\listoflecture
|
|
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
|
|
|
|
% \start lectures
|
|
|
|
% end lectures
|
|
|
|
|
|
|
|
\appendix
|
|
|
|
|
2022-02-15 20:57:33 +01:00
|
|
|
\cleardoublepage
|
2023-10-07 13:32:20 +02:00
|
|
|
\printbibliography
|
2022-02-15 20:57:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|