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.
 
 

30 lines
524 B

\documentclass[14pt]{beamer}
\definecolor{todocolor}{rgb}{1, 0.3, 0.2}
\newcommand{\td}[1]{\colorbox{todocolor}{*\footnote{TODO: #1}}}
\input{preamble}
\usepackage{tabularx}
\renewcommand{\tabularxcolumn}[1]{p{#1}}
\newcommand{\Frame}[2]{
\begin{frame}{#1}#2\end{frame}
}
\title{Rational Homotopy Theory}
\author{Joshua Moerman}
\institute[Radboud Universiteit Nijmegen]{Supervisor: Ieke Moerdijk}
\date{}
\begin{document}
\Frame{}{
\[ 1 \times \]
\[ 2 \times \]
\[ 3 \times \]
\[ 4 \times \]
}
\end{document}