41 lines
546 B
TeX
41 lines
546 B
TeX
\documentclass[10pt,a4paper,fancyfoot,git]{mkessler-script}
|
|
|
|
\course{Logic 3: Abstract Topological Dynamics and Descriptive Set Theory}
|
|
\lecturer{Aleksandra Kwiatkowska}
|
|
%\assistant{}
|
|
\author{Josia Pietsch}
|
|
|
|
\usepackage{logic}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
%\frontmatter
|
|
|
|
\cleardoublepage
|
|
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
|
|
\input{inputs/intro.tex}
|
|
|
|
%\mainmatter
|
|
|
|
\newpage
|
|
|
|
\input{inputs/lecture_01}
|
|
\input{inputs/lecture_02}
|
|
\input{inputs/lecture_03}
|
|
\input{inputs/lecture_04}
|
|
|
|
|
|
|
|
\cleardoublepage
|
|
|
|
\appendix
|
|
|
|
\PrintVocabIndex
|
|
|
|
|
|
\end{document}
|