forked from ProofSystem/Encyclopedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
executable file
·82 lines (50 loc) · 1.65 KB
/
main.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\documentclass[graybox, envcountchap]{svmult}
\usepackage{mathptmx} % selects Times Roman as basic font
\usepackage{helvet} % selects Helvetica as sans-serif font
\usepackage{courier} % selects Courier as typewriter font
\usepackage{xspace}
\usepackage{multind} % allows multiple index generation
\usepackage{graphicx} % standard LaTeX graphics tool
% when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc}% places footnotes at page bottom
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{txfonts}
\usepackage{cmll}
\usepackage{proof}
\usepackage{bussproofs}
\EnableBpAbbreviations
\usepackage[sorting=ydnt,maxnames=99]{biblatex}
\usepackage{bibliographies}
\usepackage{commands}
\usepackage{logicalsymbols}
\usepackage{prooftree}
\usepackage{ded,stmaryrd}
% makeindex should use "svind.ist"
\makeindex{logics} % index for logics
\makeindex{ctypes} % index for calculus types
% this is needed by entries that use too many math alphabets
\DeclareMathVersion{mathhungry}
\begin{document}
\frontmatter
%\include{frontmatter/dedic}
%\include{frontmatter/foreword}
\include{frontmatter/preface}
%\include{frontmatter/acknow}
\tableofcontents
\mainmatter
\include{intros}
\include{proofsystems}
\backmatter
\part{\emph{Indexes}}
\appendix
\include{backmatter/cblist}
\include{backmatter/acronym}
%\include{backmatter/glossary}
\newpage
\begin{scriptsize}
\printindex{logics}{Logics}
\printindex{ctypes}{Proof Systems Grouped by Type}
\end{scriptsize}
\end{document}