37 lines
410 B
TeX
37 lines
410 B
TeX
\documentclass[10pt,a4paper,fancyfoot,git]{mkessler-script}
|
|
|
|
\course{Logic II}
|
|
\lecturer{Ralf Schindler}
|
|
\assistant{Mirko Bartsch}
|
|
\author{Josia Pietsch}
|
|
|
|
\usepackage{logic}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
%\frontmatter
|
|
|
|
\cleardoublepage
|
|
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
|
|
\input{inputs/intro}
|
|
|
|
%\mainmatter
|
|
|
|
\newpage
|
|
|
|
\input{inputs/lecture_01}
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
\appendix
|
|
|
|
\PrintVocabIndex
|
|
|
|
|
|
\end{document}
|