-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpptop.tex
More file actions
104 lines (104 loc) · 3.81 KB
/
pptop.tex
File metadata and controls
104 lines (104 loc) · 3.81 KB
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
102
103
104
\documentclass[draft]{amsart} % w draft option
%
%
% packages
\usepackage{draftwatermark} % to flag draft - or prelim2e - just for draft
\usepackage{pgfplots} % for plots - loads tikz, wc itself loads xcolor, graphicx
\usepackage{tikz-cd} % for graphs - loads tikz too
\usepackage[figuresright]{rotating} % to rotate table w LHS at bottom
\usepackage{hyperref} % for links - load last-ish
\usepackage{amsrefs} % for full cites - use author-year option? - load last
%
%
% new commands to avoid text formatting inline
\newcommand{\code}{\texttt} % for code
\newcommand{\lit}{\textit} % for book titles etc
\newcommand{\ship}{\textit} % for ship names etc
\newcommand{\ment}{\textit} % to mention (not use) terms
\newcommand{\forn}{\textit} % for foreign words
%
%
% new commands to avoid maths formatting inline
\DeclareMathOperator{\ab}{Ab} % place variable
\DeclareMathOperator{\cd}{Cd} % ^
\DeclareMathOperator{\id}{Id} % place name
\DeclareMathOperator{\mt}{Mt} % ^
\DeclareMathOperator{\bc}{Bc} % ^
\DeclareMathOperator{\et}{Et} % ^
\DeclareMathOperator{\nt}{Nt} % ^
\DeclareMathOperator{\pre}{pre} % time period name
\DeclareMathOperator{\pst}{pst} % ^
\DeclareMathOperator{\cpd}{cpd} % ^
\DeclareMathOperator{\og}{og} % time point name
\DeclareMathOperator{\buc}{bc} % ^
\DeclareMathOperator{\ct}{ct} % ^
%
%
% amsthm styles where (i) mainclm > minrclm = gloss > note = bodytext > footnote, or (ii) clm >= gloss > etc
% plain style
\newtheorem{mainclm}{Main Claim} % for main claims
\newtheorem{minrclm}{Minor Claim} % for minor claims
\newtheorem{clm}{Claim} % for claims
% definition style
\theoremstyle{definition}
\newtheorem{gloss}{Gloss} % for glosses
% remark style
\theoremstyle{remark}
\newtheorem*{note}{Note} % for notes
%
%
% amsthm style for proof
\newenvironment{steps}{\begin{proof}[Steps]}{\end{proof}} % for steps
\renewcommand{\qedsymbol}{\textit{End}.} % for all proof env
%
%
% tikz ie pgsplots, tikzcd commands
\pgfplotsset{compat=1.18}
\usepgfplotslibrary{groupplots} % to group plots
\pgfmathdeclarefunction{gauss}{2}{\pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}} % to use in \addplot
%\tikzcdset{} % global graphs style
%
%
% xcolor commands for darkmode - just for draft
%\pagecolor{darkgray}
%\color{lightgray}
%
%
% draftwatermark commands - just for draft
\DraftwatermarkOptions{
angle=0,
fontsize=9pt,
vpos=0.1\paperheight,
text={Draft ver 2 -- 2 Apr 2025}
}
%
%
% hyperref commands
% \hyperbaseurl{} and baseurl={} were buggy
\hypersetup{
final, % show links in draft - just for draft
hidelinks, % hide link borders
pdfauthor={Angel E Navidad}, % pdf metadata
pdftitle={On the Origins of Belize},
pdfsubject={Belize--History--17th century},
pdfkeywords={17th century, Belize, historiography, Honduras, logging, logwood, piracy}
}
%
%
\begin{document}
%
%
% starting stuff
\title{On the Origins of Belize}
\author{A Navidad}
\address{Harvard College, Cambridge, Mass, USA}
\curraddr{Benque Viejo, Cayo, Belize}
\email{\href{mailto:navidad@college.harvard.edu}{navidad@college.harvard.edu}}
\date{12 Feb 2025}
\thanks{No grant received for this paper. We would like to kindly thank Sarahy Benavídez Merlos, Ruben Navidad, Alec Shannon, Laura Chivers, and the Dudley Coop for their support; Harvard Library, the Archivo General de Indias, and the National Heritage Library for their holdings; Angel Cal for their comments. This paper was inspired by \citelist{\cite{lee07} \cite{bul16} \cite{res19}}.} % incl non-grant support per ams - add res confirming v2 reading of their pp - add j burg (text) thanks for comments re clarity/sx
\begin{abstract}
We discuss the problem of the origins of Belize. We provide explicit ways of thinking of or seeing the problem, the relevant representations of history, and the relevant theories.
\end{abstract}
\keywords{17th century, Belize, historiography, Honduras, logging, logwood, piracy}
\maketitle
%