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