Joshua Moerman
12 years ago
4 changed files with 65 additions and 19 deletions
@ -0,0 +1,29 @@ |
|||||
|
\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} |
@ -0,0 +1,26 @@ |
|||||
|
\usepackage{graphicx} |
||||
|
\usepackage{float} |
||||
|
\usepackage{amssymb} |
||||
|
\usepackage{color} |
||||
|
\usepackage{listings} |
||||
|
|
||||
|
\newcommand{\id}{\text{id}} |
||||
|
\newcommand{\N}{\mathbb{N}} |
||||
|
\newcommand{\Z}{\mathbb{Z}} |
||||
|
\newcommand{\cat}[1]{\mathbf{#1}} |
||||
|
\newcommand{\eps}{\varepsilon} |
||||
|
\newcommand{\I}{\,\mid\,} |
||||
|
\newcommand{\then}{\Rightarrow} |
||||
|
\newcommand{\inject}{\hookrightarrow} |
||||
|
\newcommand{\del}{\partial} |
||||
|
|
||||
|
\newcommand{\todo}[1]{ |
||||
|
\addcontentsline{tdo}{todo}{\protect{#1}} |
||||
|
$\ast$ \marginpar{\tiny $\ast$ #1} |
||||
|
} |
||||
|
\makeatletter |
||||
|
\newcommand \listoftodos{\section*{Todo list} \@starttoc{tdo}} |
||||
|
\newcommand\l@todo[2]{ |
||||
|
\par\noindent \textit{#2}, \parbox{10cm}{#1}\par |
||||
|
} |
||||
|
\makeatother |
Reference in new issue