-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathforallxcam.tex
33 lines (26 loc) · 913 Bytes
/
forallxcam.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
\documentclass[oneside, 11pt, a4paper]{memoir}
\usepackage{forallxcam}
% NB: the package forallxcam-fancy requires both XeLaTeX and Libertinus fonts.
% Libertinus fonts are open source, available freely online
% To use just LaTeX and standard fonts (computer modern), usepackage forallxcam-basic instead.
% In that case, you will likely also want to reduce the font to 10pt
\usepackage{forallxcam-fancy}
\begin{document}\midsloppy
\pagestyle{forallxpage}
\frontmatter
\include{forallx-cam-frontmatter}
\newpage
\tableofcontents*
\mainmatter
\include{forallx-cam-what}
\include{forallx-cam-tfl}
\include{forallx-cam-truthtables}
\include{forallx-cam-fol}
\include{forallx-cam-interpretations}
\include{forallx-cam-prooftfl}
\include{forallx-cam-prooffol}
\include{forallx-cam-notation}
\include{forallx-cam-alternatives}
\include{forallx-cam-quickreference}
\include{forallx-cam-backmatter}
\end{document}