Joshua Moerman
12 years ago
3 changed files with 66 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
#!/bin/bash |
|||
|
|||
mkdir -p build |
|||
cd build |
|||
|
|||
case "$1" in |
|||
|
|||
Presentation) pdflatex "../presentation/presentation.tex" |
|||
pdflatex "../presentation/presentation.tex" |
|||
mv presentation.pdf ../ |
|||
|
|||
esac |
|||
|
|||
cd .. |
@ -0,0 +1,49 @@ |
|||
\documentclass{beamer} |
|||
|
|||
\usepackage[dutch]{babel} |
|||
|
|||
\usepackage{graphicx} |
|||
\usepackage{float} |
|||
\usepackage{amssymb} |
|||
\usepackage{color} |
|||
\usepackage{listings} |
|||
|
|||
\newcommand{\id}{\text{id}} |
|||
\newcommand{\cat}[1]{\mathbf{#1}} |
|||
\newcommand{\eps}{\varepsilon} |
|||
\newcommand{\I}{\,\mid\,} |
|||
\newcommand{\then}{\Rightarrow} |
|||
\newcommand{\inject}{\hookrightarrow} |
|||
|
|||
\title{Dold-Kan correspondentie} |
|||
\author{Joshua Moerman} |
|||
\institute[Radboud Universiteit Nijmegen]{Begeleid door Moritz Groth} |
|||
\date{} |
|||
|
|||
\begin{document} |
|||
|
|||
\begin{frame} |
|||
\titlepage |
|||
\end{frame} |
|||
|
|||
|
|||
|
|||
\section{Ketencomplex} |
|||
\begin{frame} |
|||
\frametitle{Ketencomplex} |
|||
\begin{definition} |
|||
$C_n \in \cat{Ab}$ |
|||
\end{definition} |
|||
\pause |
|||
Enzoverder |
|||
\end{frame} |
|||
|
|||
|
|||
|
|||
\begin{frame} |
|||
\begin{center} |
|||
\Huge Questions? |
|||
\end{center} |
|||
\end{frame} |
|||
|
|||
\end{document} |
Reference in new issue