forked from OpenLogicProject/forallx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforallx.tex
27 lines (24 loc) · 872 Bytes
/
forallx.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
\documentclass[openany, twoside]{book}
\usepackage{forallx,hyperref}
\usepackage[width=4.75in,height=8in]{geometry}
\hypersetup{pdftitle={forall x}, pdfauthor={P.D. Magnus}, pdfsubject={An open access introductory textbook in formal logic}, pdfkeywords={propositional logic, predicate logic, formal semantics, proof}, pdfborder=0 0 0, pdfdisplaydoctitle={true}, pdfstartpage={3}}
\begin{document}
\setlength{\parindent}{0em}
\setlength{\parskip}{1em}
\include{forallx-frontmatter}
{
\setlength{\parskip}{0em}
\tableofcontents
}
\include{forallx-ch1-intro}
\include{forallx-ch2-sentential}
\include{forallx-ch3-truthtables}
\include{forallx-ch4-predicate}
\include{forallx-ch5-semantics}
\include{forallx-ch6-proofs}
\appendix
\include{forallx-app-notation}
\include{forallx-app-solutions}
\include{forallx-app-quickreference}
\include{forallx-backmatter}
\end{document}