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.
21 lines
560 B
21 lines
560 B
10 years ago
|
\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}
|
||
|
|
||
|
\begin{document}
|
||
|
% \pagenumbering{none}
|
||
|
|
||
|
\[ f \quad \frac{1}{2}f \quad \frac{1}{6}f \quad S^1_\Q = \quad X \cdots \]
|
||
|
\[ \xymatrix{ A \ar[rr] & & B } \]
|
||
|
|
||
|
\end{document}
|