aboutsummaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorJacob Walchuk <walchuk2018@icloud.com>2025-07-01 22:10:42 +0100
committerJacob Walchuk <walchuk2018@icloud.com>2025-07-01 22:10:42 +0100
commit3118abbcf3392512b58cf9b679008807fe1a2b81 (patch)
tree78245b6a29482b9c331bb7e4f35dc6e456798c3d /main.tex
parent86702b832a2a1487bf9f5ab975ec58bbc5a7d3ea (diff)
Bizarre math mode behaviour on Comp_M, need to fix. But bibliography formatted for paper 3.
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/main.tex b/main.tex
index c674c74..e1b0133 100644
--- a/main.tex
+++ b/main.tex
@@ -114,6 +114,51 @@
% Define refsection
\def \refsection {\newpage\section*{Bibliography}}
+% Packages required by paper 3
+
+\usepackage{graphicx}
+\usepackage{setspace}
+
+\usepackage{amssymb}
+\usepackage{amsmath}
+\usepackage{amsthm}
+\usepackage{xcolor}
+\usepackage{turnstile}
+\usepackage{array}
+\usepackage{stmaryrd}
+\usepackage[normalem]{ulem}
+\usepackage{bussproofs}
+\usepackage[linguistics]{forest}
+\usepackage{tipa}
+\forestset{
+fairly nice empty nodes/.style={
+delay={where content={}
+{shape=coordinate, for siblings={anchor=north}}{}},
+for tree={s sep=4mm}
+}
+}
+\usepackage{gb4e}
+\usepackage{cgloss4e}
+\usepackage{drs}
+\usepackage[stable]{footmisc}
+\newcommand{\lsv}{\llbracket}
+\newcommand{\rsv}{\rrbracket}
+\newcommand{\la}{\leftarrow}
+\newcommand{\ra}{\rightarrow}
+\newcommand{\La}{\Leftarrow}
+\newcommand{\Ra}{\Rightarrow}
+\newcommand{\ba}{\leftrightarrow}
+\newcommand{\Ba}{\Leftrightarrow}
+\newcommand{\lag}{\langle}
+\newcommand{\rag}{\rangle}
+\newcommand{\lam}{\lambda}
+\DeclareSymbolFont{symbolsC}{U}{txsyc}{m}{n}
+\DeclareMathSymbol{\strictif}{\mathrel}{symbolsC}{74}
+\DeclareMathSymbol{\boxright}{\mathrel}{symbolsC}{128}
+\DeclareMathSymbol{\boxRight}{\mathrel}{symbolsC}{136} % Lewis’s stronger ‘would’ counterfactual
+\DeclareMathSymbol{\diamondRight}{\mathrel}{symbolsC}{140} % Lewis’s stronger ‘might’ counterfactual
+\DeclareMathSymbol{\diamonddot}{\mathord}{symbolsC}{144} % Lewis’s inner necessity
+
% MAIN
\begin{document}
\frontmatter
@@ -126,6 +171,7 @@
\mainmatter
\include{papers/1}
\include{papers/2}
+\include{papers/3}
\include{papers/4}
\backmatter