lecture-notes/template/mainfile.tex

38 lines
540 B
TeX
Raw Normal View History

2023-10-07 13:50:40 +02:00
\documentclass[10pt, english, 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
2023-10-07 13:36:04 +02: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}