lecture-notes/template/mainfile.tex

38 lines
537 B
TeX
Raw Normal View History

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}
\lecturer{$lecturer}
\assistant{$assistant}
\author{$author}
2022-02-15 20:57:33 +01:00
\usepackage{stylefile}
\setuptodonotes{disable}
2022-02-15 20:57:33 +01:00
\begin{document}
\maketitle
\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
\cleardoublepage
2022-02-15 20:57:33 +01:00
\tableofcontents
\cleardoublepage
\listoflecture
\cleardoublepage
% \start lectures
% end lectures
\appendix
2022-02-15 20:57:33 +01:00
\cleardoublepage
\printbibliography
2022-02-15 20:57:33 +01:00
\end{document}