39 lines
626 B
TeX
39 lines
626 B
TeX
\documentclass[10pt, english, a4paper, fancyfoot, git]{mkessler-script}
|
|
|
|
\course{Algebra I}
|
|
\lecturer{Dr. Gebhard Martin}
|
|
\assistant{}
|
|
\author{Maximilian Keßler, Elbrus Meyer}
|
|
|
|
\usepackage{algebra1}
|
|
\setuptodonotes{disable}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\vfill
|
|
\doclicenseThis
|
|
Visit the
|
|
\href{https:////}{GitLab page}
|
|
for the source code of this document.
|
|
|
|
\cleardoublepage
|
|
\tableofcontents
|
|
|
|
\cleardoublepage
|
|
\listoflecture
|
|
|
|
\cleardoublepage
|
|
|
|
% \start lectures
|
|
\import{inputs/lectures/}{lec_01.tex}
|
|
\import{inputs/lectures/}{lec_02.tex}
|
|
% end lectures
|
|
|
|
\appendix
|
|
|
|
\cleardoublepage
|
|
\printbibliography
|
|
|
|
|
|
\end{document}
|