Josia Pietsch
54406f77ab
Some checks failed
Build latex and deploy / checkout (push) Failing after 13m2s
43 lines
581 B
TeX
43 lines
581 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}
|
|
\input{inputs/lecture_04}
|
|
\input{inputs/lecture_05}
|
|
\input{inputs/lecture_06}
|
|
\input{inputs/lecture_07}
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
\appendix
|
|
|
|
\PrintVocabIndex
|
|
|
|
|
|
\end{document}
|