2018-03-23 10:22:17 +00:00
|
|
|
\documentclass{article}
|
|
|
|
|
2018-03-29 11:32:06 +00:00
|
|
|
\input{packages.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
\input{macros.tex}
|
|
|
|
|
2018-03-29 11:32:06 +00:00
|
|
|
\title{Univalent categories}
|
2018-03-23 10:22:17 +00:00
|
|
|
\author{Frederik Hanghøj Iversen}
|
|
|
|
\authoremail{hanghj@student.chalmers.se}
|
|
|
|
\supervisor{Thierry Coquand}
|
|
|
|
\supervisoremail{coquand@chalmers.se}
|
|
|
|
\cosupervisor{Andrea Vezzosi}
|
|
|
|
\cosupervisoremail{vezzosi@chalmers.se}
|
|
|
|
\institution{Chalmers University of Technology}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
2018-03-29 11:32:48 +00:00
|
|
|
\input{report.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
|
2018-04-05 18:41:36 +00:00
|
|
|
\input{implementation.tex}
|
|
|
|
|
2018-03-23 10:22:17 +00:00
|
|
|
\bibliographystyle{plainnat}
|
|
|
|
\nocite{cubical-demo}
|
|
|
|
\nocite{coquand-2013}
|
2018-04-09 16:02:54 +00:00
|
|
|
%% \bibliography{refs}
|
|
|
|
%% \begin{appendices}
|
|
|
|
%% \input{planning.tex}
|
|
|
|
%% \input{halftime.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
\end{appendices}
|
|
|
|
\end{document}
|