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
Makefile Normal file
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
Notes.md Normal file
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

File diff suppressed because it is too large Load Diff

1460
chicago-annote.csl Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

7
comp
View File

@@ -1,7 +0,0 @@
#!/bin/sh
rm *.aux
pdflatex $1.tex
bibtex $1
pdflatex $1.tex
pdflatex $1.tex

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