-
Notifications
You must be signed in to change notification settings - Fork 3
/
b.tex
61 lines (44 loc) · 1.17 KB
/
b.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
54
55
56
57
58
59
60
61
\documentclass[b5paper]{book}
\input{common}
\setcounter{parsec}{1330} % TODO
\setcounter{firstParsecF}{0}
\externaldocument{a}
\usepackage{subfiles}
\makeindex
% \title{\sffamily\color{darkblue}%
% Dagger and dilations
% \\\vskip.5em \normalsize in the category of von Neumann algebras}
% \author{Bas E.~Westerbaan \\ \small \texttt{[email protected]}}
\begin{document}
% \maketitle
\input{btitle}
\makeatletter\@starttoc{parsectoc}\makeatother
\subfile{bintr}
\subfile{dils}
\subfile{eff}
\subfile{boutlook}
\backmatter
\fancyfoot[CE]{}
\fancyfoot[CO]{}
\fancypagestyle{plain}{
\fancyfoot[CE]{}
\fancyfoot[CO]{}
}
\printindex
\begingroup
\renewcommand\chapter[2]{\backmattertitle{Bibliography}}
\bibliography{main}{}
\endgroup
\bibliographystyle{plain}
\input{bfinal}
\input{bsols}
\oldchapter{Errata}\label{errata}
These are errata to the printed version of this thesis,
which have been corrected in this PDF.
Additional errata will be published
on the arXiv under~\href{https://arxiv.org/abs/1803.01911}{1803.01911}.
\input{berr}
% Trick arXiv into running latex 4 times
\message{Rerun to get citations correct.}
\end{document}
% vim: se ft=tex.latex :