Josia Pietsch
1860f988c2
All checks were successful
Build latex and deploy / checkout (push) Successful in 1m8s
39 lines
477 B
TeX
39 lines
477 B
TeX
\documentclass[10pt,a4paper,fancyfoot,git]{mkessler-script}
|
|
|
|
\course{Logic II}
|
|
\lecturer{Ralf Schindler}
|
|
\assistant{Mirko Bartsch}
|
|
\author{Mirko Bartsch, Josia Pietsch}
|
|
|
|
\usepackage{logic}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
%\frontmatter
|
|
|
|
\cleardoublepage
|
|
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
|
|
\input{inputs/intro}
|
|
|
|
%\mainmatter
|
|
|
|
\newpage
|
|
|
|
\input{inputs/lecture_01}
|
|
\input{inputs/lecture_02}
|
|
\input{inputs/lecture_03}
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
\appendix
|
|
|
|
\PrintVocabIndex
|
|
|
|
|
|
\end{document}
|