2018-04-25 06:21:45 +00:00
|
|
|
\documentclass[a4paper]{report}
|
|
|
|
%% \documentclass[compact,a4paper]{article}
|
2018-03-23 10:22:17 +00:00
|
|
|
|
2018-03-29 11:32:06 +00:00
|
|
|
\input{packages.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
\input{macros.tex}
|
|
|
|
|
2018-04-25 06:21:45 +00:00
|
|
|
\title{Univalent categories in cubical Agda}
|
|
|
|
\subtitle{}
|
2018-03-23 10:22:17 +00:00
|
|
|
\author{Frederik Hanghøj Iversen}
|
|
|
|
\authoremail{hanghj@student.chalmers.se}
|
2018-04-25 06:21:45 +00:00
|
|
|
\newcommand{\chalmers}{Chalmers University of Technology}
|
2018-03-23 10:22:17 +00:00
|
|
|
\supervisor{Thierry Coquand}
|
|
|
|
\supervisoremail{coquand@chalmers.se}
|
2018-04-25 06:21:45 +00:00
|
|
|
\supervisordepartment{\chalmers}
|
2018-03-23 10:22:17 +00:00
|
|
|
\cosupervisor{Andrea Vezzosi}
|
|
|
|
\cosupervisoremail{vezzosi@chalmers.se}
|
2018-04-25 06:21:45 +00:00
|
|
|
\cosupervisordepartment{\chalmers}
|
|
|
|
\examiner{Andreas Abel}
|
|
|
|
\examineremail{abela@chalmers.se}
|
|
|
|
\examinerdepartment{\chalmers}
|
|
|
|
\institution{\chalmers}
|
|
|
|
\department{Department of Computer Science and Engineering}
|
|
|
|
\researchgroup{Programming Logic Group}
|
2018-03-23 10:22:17 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2018-04-25 06:21:45 +00:00
|
|
|
\pagenumbering{roman}
|
2018-03-23 10:22:17 +00:00
|
|
|
\maketitle
|
2018-04-23 15:06:09 +00:00
|
|
|
\tableofcontents
|
2018-04-25 06:21:45 +00:00
|
|
|
%
|
|
|
|
\pagenumbering{arabic}
|
2018-04-23 15:06:09 +00:00
|
|
|
\chapter{Introduction}
|
|
|
|
\input{introduction.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
|
2018-04-23 15:06:09 +00:00
|
|
|
\chapter{Implementation}
|
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-24 12:11:22 +00:00
|
|
|
\bibliography{refs}
|
2018-04-25 06:21:45 +00:00
|
|
|
|
2018-04-24 12:11:22 +00:00
|
|
|
\begin{appendices}
|
2018-04-25 06:21:45 +00:00
|
|
|
\setcounter{page}{1}
|
|
|
|
\pagenumbering{roman}
|
2018-04-09 16:02:54 +00:00
|
|
|
%% \input{planning.tex}
|
|
|
|
%% \input{halftime.tex}
|
2018-03-23 10:22:17 +00:00
|
|
|
\end{appendices}
|
|
|
|
\end{document}
|