Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
msc-thesis/presentation/symbols.tex
2015-01-27 12:39:07 +01:00

30 lines
524 B
TeX

\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}