|
|
|
\documentclass[a4paper,12pt,footinclude=true,headinclude=true,oneside,dottedtoc]{scrbook}
|
|
|
|
|
|
|
|
\usepackage{amsmath, amsthm}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
% use english, does not work with classicthesis
|
|
|
|
% \usepackage{polyglossia}
|
|
|
|
% \setmainlanguage[variant=british]{english}
|
|
|
|
|
|
|
|
\usepackage[parts,drafting,eulerchapternumbers]{classicthesis}
|
|
|
|
\setcounter{tocdepth}{0} % parts, chapters
|
|
|
|
|
|
|
|
\input{preamble}
|
|
|
|
|
|
|
|
\title{Rational Homotopy Theory}
|
|
|
|
\author{Joshua Moerman}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\pagenumbering{roman}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\include{chapters/Introduction}
|
|
|
|
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\part{Basics Of Rational Homotopy Theory}
|
|
|
|
\include{chapters/Basics_Of_Rational_Homotopy_Theory}
|
|
|
|
|
|
|
|
\part{CDGA's As Algebraic Models}
|
|
|
|
\include{chapters/CDGA_As_Algebraic_Model_For_Rational_Homotopy_Theory}
|
|
|
|
|
|
|
|
\part{Applications and Further Topics}
|
|
|
|
\include{chapters/Applications_And_Further_Topics}
|
|
|
|
|
|
|
|
\appendix
|
|
|
|
\part{Appendices}
|
|
|
|
\include{chapters/Appendices}
|
|
|
|
|
|
|
|
\listoftodos
|
|
|
|
|
|
|
|
\bibliographystyle{alpha}
|
|
|
|
\bibliography{references}
|
|
|
|
|
|
|
|
\end{document}
|