Added all the files.

Need to write a Makefile instead of ./comp.
This commit is contained in:
2025-02-18 21:37:00 -05:00
commit 424cd23e8f
6 changed files with 1750 additions and 0 deletions

35
notes.tex Normal file
View File

@@ -0,0 +1,35 @@
\documentclass[letterpaper,12pt]{article}
\usepackage[utf8]{inputenc} % For UTF8 character encoding.
\usepackage{hyperref} % For hyperlinks.
\usepackage{natbib} % For bibliography and citations.
% 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}
\newpage
\bibliographystyle{chicago}
\bibliography{bibliography}
\end{document}