Added all the files.
Need to write a Makefile instead of ./comp.
This commit is contained in:
35
notes.tex
Normal file
35
notes.tex
Normal 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}
|
Reference in New Issue
Block a user