70 lines
1.8 KiB
TeX
70 lines
1.8 KiB
TeX
\documentclass[a4paper]{report}
|
|
%% \documentclass[compact,a4paper]{article}
|
|
|
|
\input{packages.tex}
|
|
\input{macros.tex}
|
|
|
|
\title{Univalent Categories in Cubical Agda}
|
|
\author{Frederik Hanghøj Iversen}
|
|
|
|
%% \usepackage[
|
|
%% subtitle=foo,
|
|
%% author=Frederik Hanghøj Iversen,
|
|
%% authoremail=hanghj@student.chalmers.se,
|
|
%% newcommand=chalmers,=Chalmers University of Technology,
|
|
%% supervisor=Thierry Coquand,
|
|
%% supervisoremail=coquand@chalmers.se,
|
|
%% supervisordepartment=chalmers,
|
|
%% 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
|
|
%% ]{chalmerstitle}
|
|
\usepackage{chalmerstitle}
|
|
\subtitle{}
|
|
\authoremail{hanghj@student.chalmers.se}
|
|
\newcommand{\chalmers}{Chalmers University of Technology}
|
|
\supervisor{Thierry Coquand}
|
|
\supervisoremail{coquand@chalmers.se}
|
|
\supervisordepartment{\chalmers}
|
|
\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}
|
|
|
|
\begin{document}
|
|
|
|
\pagenumbering{roman}
|
|
\maketitle
|
|
\tableofcontents
|
|
%
|
|
\pagenumbering{arabic}
|
|
\chapter{Introduction}
|
|
\input{introduction.tex}
|
|
|
|
\chapter{Implementation}
|
|
\input{implementation.tex}
|
|
|
|
\bibliographystyle{plainnat}
|
|
\nocite{cubical-demo}
|
|
\nocite{coquand-2013}
|
|
\bibliography{refs}
|
|
|
|
\begin{appendices}
|
|
\setcounter{page}{1}
|
|
\pagenumbering{roman}
|
|
%% \input{planning.tex}
|
|
%% \input{halftime.tex}
|
|
\end{appendices}
|
|
\end{document}
|