Bachelor thesis about the Dold-Kan correspondence https://github.com/Jaxan/Dold-Kan
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.
 
 

26 lines
559 B

\documentclass[14pt]{beamer}
% beamer definieert 'definition' al, maar dan engels :(
% fix van:
% http://tex.stackexchange.com/questions/38392/how-to-rename-theorem-or-lemma-in-beamer-to-another-language
\usepackage[dutch]{babel}
\uselanguage{dutch}
\languagepath{dutch}
\deftranslation[to=dutch]{Definition}{Definitie}
\newcommand{\spc}[0]{\hspace{0.5cm}}
\input{../thesis/preamble}
\begin{document}
\begin{frame}
$$ \cat{C} \cat{D} $$
$$ A B C X Y Z $$
$$ F(A) F(B) F(C) $$
\small $$ f g g \circ f $$
\small $$ F(f) F(g) $$
\end{frame}
\end{document}