Master thesis on Rational Homotopy Theory
https://github.com/Jaxan/Rational-Homotopy-Theory
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
835 B
36 lines
835 B
\documentclass[a4paper,12pt,footinclude=true,headinclude=true,oneside,dottedtoc]{scrbook}
|
|
\usepackage[parts,drafting,eulerchapternumbers,beramono,eulermath]{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{CDGAs 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}
|
|
|