diff --git a/Draft.md b/Draft.md index b6d76aa..2e1f00e 100644 --- a/Draft.md +++ b/Draft.md @@ -2,6 +2,13 @@ # First Body Paragraph: How did the Myth Emerge +The myth of Norumbega can trace its beginnings back to the Age of Exploration. +The first description of Norumbega as a city was in 1548, on a map by Giacomo +Gastaldi[@KirsNor98, 34]. How it found its way there is + +As with many myths and legengs, "just about everything concerning Norumbega is +in dispute" [@KirsNor98, 35]. However, + # Second Body Paragraph: How it was used in the Age of Exploration diff --git a/Makefile b/Makefile index b210fbe..a953e6f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIB = bibliography.bib -STYLE = chicago.csl +STYLE = chicago-fullnote.csl %: %.md pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc