Oh wow look it's all gone.

This commit is contained in:
2025-02-24 18:34:21 -05:00
parent a02c82a537
commit 5db3dc8eb6
8 changed files with 1476 additions and 3383 deletions
+5
View File
@@ -0,0 +1,5 @@
BIB = bibliography.bib
STYLE = chicago-annote.csl
%: %.md
pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc
+11
View File
@@ -0,0 +1,11 @@
# Research Question
To whom and why was the myth of Norumbega attractive?
# Eben Norton Horsford
- Was born in Moscow, NY, July 27, 1818 (@AdamsMemBiog08, 103).
\pagebreak
# References
-1687
View File
File diff suppressed because it is too large Load Diff
+1460
View File
File diff suppressed because it is too large Load Diff
-1653
View File
File diff suppressed because it is too large Load Diff
-7
View File
@@ -1,7 +0,0 @@
#!/bin/sh
rm *.aux
pdflatex $1.tex
bibtex $1
pdflatex $1.tex
pdflatex $1.tex
-36
View File
@@ -1,36 +0,0 @@
\documentclass[letterpaper,12pt]{article}
\usepackage[utf8]{inputenc} % For UTF8 character encoding.
\usepackage{hyperref} % For hyperlinks.
\usepackage[authoryear]{natbib}
% Set hyperlink colors to black and remove boxes.
\hypersetup{
colorlinks=true,
citecolor=black,
filecolor=black
}
\begin{document}
\section*{Research Question}
To whom and why was the myth of Norumbega attractive?
\section*{Origins of the Legend}
\section*{Proponents of the Legend}
\subsection*{Horsford}
\cite{AdamsMemBiog08}
\cite{FlemPicHist95}
\cite{JackHors92}
\cite{LeporeThese18}
\cite{WeiseDis84}
\newpage
\bibliographystyle{chicago-annote}
\bibliography{bibliography}
\end{document}
View File