cat/doc/main.tex

50 lines
1.1 KiB
TeX
Raw Normal View History

\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}
\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}
\newcommand{\chalmers}{Chalmers University of Technology}
2018-03-23 10:22:17 +00:00
\supervisor{Thierry Coquand}
\supervisoremail{coquand@chalmers.se}
\supervisordepartment{\chalmers}
2018-03-23 10:22:17 +00:00
\cosupervisor{Andrea Vezzosi}
\cosupervisoremail{vezzosi@chalmers.se}
\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}
\pagenumbering{roman}
2018-03-23 10:22:17 +00:00
\maketitle
\tableofcontents
%
\pagenumbering{arabic}
\chapter{Introduction}
\input{introduction.tex}
2018-03-23 10:22:17 +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-24 12:11:22 +00:00
\begin{appendices}
\setcounter{page}{1}
\pagenumbering{roman}
%% \input{planning.tex}
%% \input{halftime.tex}
2018-03-23 10:22:17 +00:00
\end{appendices}
\end{document}