-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathends.tex
42 lines (36 loc) · 965 Bytes
/
ends.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
% ends and coends; now with SSH key
\documentclass[ a4paper%
,twoside%
,10pt%
,reqno]{amsart}
\input{preambolo}
\usepackage{todonotes}
\def\diag{\textsf{diag}}
\def\tot{\textsf{tot}}
\includeonly{
chapters/00-abstract-intro-acks,
chapters/01-dinaturality,
chapters/02-yoneda,
chapters/03-nerves,
chapters/04-weightlimits,
chapters/05-profunctors,
chapters/06-operads,
chapters/07-hdcoends,
chapters/A1-promonoidal,
chapters/A2-fourier
}
\begin{document}
\include*{chapters/00-abstract-intro-acks}
\include*{chapters/01-dinaturality}
\include*{chapters/02-yoneda}
\include*{chapters/03-nerves}
\include*{chapters/04-weightlimits}
\include*{chapters/05-profunctors}
\include*{chapters/06-operads}
\include*{chapters/07-hdcoends}\appendix
\include*{chapters/A1-promonoidal}
\include*{chapters/A2-fourier}
\hrulefill
\bibliography{allofthem}{}
\bibliographystyle{amsalpha}
\end{document}