From db78da7417fe7a0360c02062ba7bbd8581a90d7c Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sat, 29 Jun 2013 22:14:52 -0600 Subject: [PATCH] Add csl file for reference formatting --- ecology.csl | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ makefile | 2 +- 2 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 ecology.csl diff --git a/ecology.csl b/ecology.csl new file mode 100644 index 0000000..a336f66 --- /dev/null +++ b/ecology.csl @@ -0,0 +1,192 @@ + + diff --git a/makefile b/makefile index ff8c41f..b6f34f5 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ all: data_sharing_ms.pdf data_sharing_ms.pdf: data_sharing_ms.md data_sharing_refs.bib - pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib data_sharing_ms.md -o data_sharing_ms.pdf + pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib --csl=ecology.csl data_sharing_ms.md -o data_sharing_ms.pdf