-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIf.tex
101 lines (68 loc) · 2 KB
/
If.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
%!TEX TS-program = pdflatex
\documentclass[leqno, 11pt, a5paper, openany]{book}
\usepackage[a5paper]{mybiblatexstyle}
\usepackage{appendix}
\usepackage{aliascnt}
%\usepackage{tensor}
\usepackage{mathtools}
\usepackage{array}
\usepackage{subfiles}
\usepackage{longtable}
\usepackage{pfbreaks}
\usepackage{tikz}
\usepackage[linguistics]{forest}
\newcolumntype{N}{>{$}r<{$}}
\newcolumntype{E}{>{$}c<{$}}
\newcolumntype{M}{>{$}l<{$}}
\setlength{\proprightmargin}{0em}
\bibliography{Shoulders}
\newcommand{\argument}[1]{#1.}
\newcommand{\argbreak}{. }
\setlength{\bibitemsep}{0em}
% \let\OLDproof\proof
% \let\OLDendproof\endproof
% \renewenvironment{proof}[1][Proof]{\small\OLDproof[#1]}{\OLDendproof}
\newcommand{\page}[1]{p.~#1}
\newcommand{\pages}[1]{pp.~#1}
\newcommand{\negate}[1]{\overline{#1}}
\DeclareMathOperator{\prob}{Pr}
\DeclareMathOperator{\prior}{Cr}
\DeclareItemType{long}{left}{dummy}{\textsc{\MakeLowercase{\itemtext}}}{\textsc{\MakeLowercase{\reftext}}}
\DeclareNumProp[equation][\alph{myalph}.][\paren{\theequation\alph{myalph}}]{myalph}
\newcommand{\aitem}{\xitem{myalph}}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}[theorem]{Definition}
\newpagestyle{front}{
\sethead[\usepage][][]
{}{\textsl{\chaptertitle}}{\usepage}
}
\newpagestyle{main}{
\sethead[\usepage][\textsl{\sectiontitle}][]
{}{\thechapter. \textsl{\chaptertitle}}{\usepage}
}
\newpagestyle{biblio}{
\sethead[\usepage][\textsl{Bibliography}][]
{}{\textsl{Bibliography}}{\usepage}
}
\renewcommand{\theequation}{\arabic{equation}}
\newcommand{\gap}{[\ldots]}%\begin{center}[\ldots]\end{center}}
\begin{document}
\frontmatter
\pagestyle{front}
\title{If…: A Theory of Conditionals}
\author{\textsc{Cian Dorr and John Hawthorne}}
\date{Draft of \today}
\maketitle
\tableofcontents
\mainmatter
\pagestyle{main}
\subfile{logic}
\subfile{Chapter0}
\subfile{Chapter1}
\subfile{Chapter2}
\subfile{Chapter3}
%\subfile{Chapter4}
\subfile{Chapter5}
\printbibliography[heading=bibintoc]
\end{document}