37 lines
690 B
TeX
37 lines
690 B
TeX
\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}
|