forked from rzach/forallx-yyc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforallxyyc.tex
47 lines (34 loc) · 1.08 KB
/
forallxyyc.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
\documentclass[oneside,10pt]{memoir}
\usepackage{forallxyyc}
\begin{document}
\midsloppy
\pagestyle{forallxpage}
\frontmatter
\include{forallx-yyc-frontmatter}
\newpage
\tableofcontents*
\mainmatter
\include{forallx-yyc-what}
\include{forallx-yyc-tfl}
\include{forallx-yyc-truthtables}
\include{forallx-yyc-prooftfl}
\include{forallx-yyc-fol}
\include{forallx-yyc-interpretations}
\include{forallx-yyc-prooffol}
%include{forallx-yyc-metatheory}
\appendix
\part{Appendices}
%addcontentsline{toc}{part}{Appendices}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
%\setcounter{chapter}{0}
%\renewcommand*{\thechapter}{\Alph{chapter}} %TB: appendix sections have letters
%\renewcommand*{\thesection}{\Alph{chapter}.\arabic{section}} %TB: appendix sections have letters
\input{forallx-yyc-notation} % RZ for some reason, with an \include here the TOC gets messed up
\include{forallx-yyc-alternatives}
\include{forallx-yyc-quickreference}
%\backmatter
\glsaddall
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
\printglossaries
\include{forallx-yyc-backmatter}
\end{document}