-
Notifications
You must be signed in to change notification settings - Fork 9
/
catlog.tex
53 lines (35 loc) · 905 Bytes
/
catlog.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
\documentclass{book}
\usepackage{mathpartir,cancel,cmll,textcomp,environ}
%\usepackage{appendix} % for chapter appendices, use \begin{subappendices}
\newif\ifcref\creftrue
\input{decls}
\title{Categorical logic from a categorical point of view}
\author{Michael Shulman}
\date{DRAFT for AARMS Summer School 2016\\Version of \today}
\input{macros}
\usepackage{version}
\includeversion{props}
\includeversion{wip}
%\includeonly{dedsys}
\begin{document}
\maketitle
\frontmatter
\include{preface}
\mainmatter
% https://arxiv.org/abs/1908.05839 (overview of bidirectional typing)
% Proof theory of the cut rule (Cockett-Seely)
\setcounter{tocdepth}{2}
\tableofcontents
\setcounter{chapter}{-1}
\include{intro}
\include{unary}
\include{simple}
\include{classical}
\include{fol}
\include{hol}
\include{dtt}
\appendix
\include{dedsys}
\bibliographystyle{alpha}
\bibliography{all}
\end{document}