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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 

63 lines
1.3 KiB

\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}
\begin{titlepage}
\large
\vspace*{4cm}
\begin{center}
\begingroup
\color{Maroon}\spacedallcaps{\Large Rational Homotopy Theory} \\ \bigskip
\endgroup
Joshua Moerman\\
January 2015
\vspace{7cm}
Radboud University Nijmegen\\
Supervisor: Ieke Moerdijk
\end{center}
\end{titlepage}
\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}