Oh wow look it's all gone.
This commit is contained in:
5
Makefile
Normal file
5
Makefile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
BIB = bibliography.bib
|
||||||
|
STYLE = chicago-annote.csl
|
||||||
|
|
||||||
|
%: %.md
|
||||||
|
pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc
|
11
Notes.md
Normal file
11
Notes.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Research Question
|
||||||
|
|
||||||
|
To whom and why was the myth of Norumbega attractive?
|
||||||
|
|
||||||
|
# Eben Norton Horsford
|
||||||
|
|
||||||
|
- Was born in Moscow, NY, July 27, 1818 (@AdamsMemBiog08, 103).
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
|
# References
|
1687
chicago-annote.bst
1687
chicago-annote.bst
File diff suppressed because it is too large
Load Diff
1460
chicago-annote.csl
Normal file
1460
chicago-annote.csl
Normal file
File diff suppressed because it is too large
Load Diff
1653
chicago.bst
1653
chicago.bst
File diff suppressed because it is too large
Load Diff
7
comp
7
comp
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
rm *.aux
|
|
||||||
pdflatex $1.tex
|
|
||||||
bibtex $1
|
|
||||||
pdflatex $1.tex
|
|
||||||
pdflatex $1.tex
|
|
36
notes.tex
36
notes.tex
@@ -1,36 +0,0 @@
|
|||||||
\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}
|
|
Reference in New Issue
Block a user