Permalink
Switch branches/tags
Find file
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (5 sloc) 443 Bytes
all: data_sharing_ms.pdf data_sharing_ms.doc
data_sharing_ms.doc: data_sharing_ms.md data_sharing_refs.bib
pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib --csl=ecology.csl data_sharing_ms.md -o data_sharing_ms.doc
data_sharing_ms.pdf: data_sharing_ms.md data_sharing_refs.bib
pandoc -H format.sty -V fontsize=12pt --bibliography data_sharing_refs.bib --csl=ecology.csl data_sharing_ms.md -o data_sharing_ms.pdf