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.
bsc-thesis/thesis/DoldKan.tex
2013-03-01 12:12:52 +01:00

29 lines
585 B
TeX

\documentclass[12pt]{amsproc}
% a la fullpage
\usepackage{geometry}
\geometry{a4paper}
\geometry{twoside=false}
% Activate to begin paragraphs with an empty line rather than an indent
\usepackage[parfill]{parskip}
\setlength{\marginparwidth}{2cm}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\newtheorem{lemma}[theorem]{Lemma}
\input{../thesis/preamble}
\title{Dold-Kan Correspondence}
\author{Joshua Moerman}
\begin{document}
\maketitle
% \listoftodos
% \nocite{*}
% \bibliographystyle{alpha}
% \bibliography{references}
\end{document}