diff --git a/bibliography.bib b/bibliography.bib index 836337e..1ea4bd8 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -28,16 +28,16 @@ % https://www.jstor.org/stable/20020530 @article{JackHors92, - ISSN = {01999818}, - URL = {http://www.jstor.org/stable/20020530}, - author = {Charles L. Jackson}, - journal = {Proceedings of the American Academy of Arts and Sciences}, - pages = {340--346}, - publisher = {American Academy of Arts & Sciences}, - title = {Eben Norton Horsford}, - urldate = {2025-02-14}, - volume = {28}, - year = {1892} + ISSN = {01999818}, + URL = {http://www.jstor.org/stable/20020530}, + author = {Charles L. Jackson}, + journal = {Proceedings of the American Academy of Arts and Sciences}, + pages = {340--346}, + publisher = {American Academy of Arts \& Sciences}, + title = {Eben Norton Horsford}, + urldate = {2025-02-14}, + volume = {28}, + year = {1892} } % https://archive.org/details/these-truths/mode/2up @@ -45,6 +45,16 @@ author = {Lepore, Jill}, title = {These Truths: A History of the United States}, year = {2018}, - publisher = {W. W. Norton & Company, Inc.}, + publisher = {W. W. Norton \& Company, Inc.}, address = {New York, N.Y.} } + +% https://openlibrary.org/books/OL6909322M +@book{WeiseDis84, + author = {Weise, Aurthur James}, + title = {The Discoveries of America to the year 1525}, + year = {1884}, + publisher = {Richard Bently and Son}, + address = {London}, + annote = {A primary source contemporary to Horsford, which details the accepted narrative for the discovery of America at the time.} +} diff --git a/comp b/comp index 108c72d..556931b 100755 --- a/comp +++ b/comp @@ -1,5 +1,6 @@ #!/bin/sh +rm *.aux pdflatex $1.tex bibtex $1 pdflatex $1.tex diff --git a/notes.tex b/notes.tex index 0542140..59fa082 100644 --- a/notes.tex +++ b/notes.tex @@ -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}