This commit is contained in:
2025-02-24 13:42:25 -05:00
parent 424cd23e8f
commit 2c0aec7c4a
3 changed files with 25 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
\usepackage[utf8]{inputenc} % For UTF8 character encoding.
\usepackage{hyperref} % For hyperlinks.
\usepackage{natbib} % For bibliography and citations.
\usepackage[authoryear]{natbib}
% Set hyperlink colors to black and remove boxes.
\hypersetup{
@@ -26,10 +26,11 @@ To whom and why was the myth of Norumbega attractive?
\cite{FlemPicHist95}
\cite{JackHors92}
\cite{LeporeThese18}
\cite{WeiseDis84}
\newpage
\bibliographystyle{chicago}
\bibliographystyle{chicago-annote}
\bibliography{bibliography}
\end{document}