From 160ee81f1b10be55f5e94adeea7a20b2955e33f2 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Wed, 21 Jan 2015 18:47:29 -0600 Subject: [PATCH] added bibtex file --- Makefile | 8 ++++++++ notes.bib | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 Makefile create mode 100644 notes.bib diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8f322f4 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +notes.pdf: notes.tex notes.bib + xelatex $< + bibtex notes + xelatex $< + xelatex $< + +clean: + rm -f notes.pdf diff --git a/notes.bib b/notes.bib new file mode 100644 index 0000000..2c6d84a --- /dev/null +++ b/notes.bib @@ -0,0 +1,21 @@ +@article{ + leblanc, + author = {Dwight W Read and Steven A LeBlanc}, + title = {Population Growth, Carrying Capacity, and Conflict}, + journal = {Current Anthropology}, + year = 2003, + volume = 44, + Number = 1, + pages = {59-85}, + month = February, + suggested = {Read, Dwight and LeBlanc, Steven, Population Growth, Carrying Capacity, and Conflict (February 1, 2003). Current Anthropology Volume 44, Number 1, February 2003, pages 59-85. Available at SSRN: http://ssrn.com/abstract=2284544} +} + +@article{belovsky, + author = {Gary E. Belovsky}, + title = {An Optimal Foraging-Based Model of Hunter-Gatherer Population Dynamics}, + journal = {Journal of Anthropological Archaeology}, + year = 1988, + volume = 7, + pages = {329-312} +} -- 2.50.1