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