Files
norumbega/notes.tex
Jacob 424cd23e8f Added all the files.
Need to write a Makefile instead of ./comp.
2025-02-18 21:37:00 -05:00

36 lines
687 B
TeX

\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}