-
Notifications
You must be signed in to change notification settings - Fork 0
/
BasicCategoryTheory.tex
51 lines (35 loc) · 1.27 KB
/
BasicCategoryTheory.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
% Basic Category Theory
% Tom Leinster <[email protected]>
%
% Copyright (c) Tom Leinster 2014-2016
%
% Root file. Run pdflatex on this file.
%
\documentclass[spanningrule]{cambridge7A}
\input{macros} % Macros
\input{theoremenvts} % Theorem environments
\begin{document}
\include{titlepages} % Title and copyright pages
\include{arxivpreface} % Preface to the arXiv version
\include{front} % Table of contents
\include{preface} % Note to the reader
\mainmatter
\include{intro} % Introduction
\include{cfnt} % Chapter 1: Categories, functors and nat transfs
\include{adj} % Chapter 2: Adjoints
\include{sets} % Chapter 3: Interlude on sets
\include{rep} % Chapter 4: Representables
\include{lims} % Chapter 5: Limits
\include{arl} % Chapter 6: Adjoints, representables and limits
\backmatter
% Appendix
\addtocontents{toc}{\vspace{.2\baselineskip}}
% Add small vertical space to table of contents
\oneappendix % Style command saying that there's only one appendix
\include{gaft} % Appendix: Proof of the General Adjoint Functor Thm
\endappendix
\include{reading} % Further reading
\include{notation} % Index of notation
\input{see} % Cross-references for index
\printindex % Index
\end{document}