Templates for converting an academic article written in markdown to PDF, using pandoc.
Uses the default pandoc template for creating the PDF article, as well as a custom template for creating an anoynomous PDF article without personal information (useful for reviewing).
Use the make.bat and supply an arbitrary markdown file as argument (make article.md) to create a PDF file (article.pdf).
article.mdis the markdown article.make.batcreates a PDF article.make-anonymous.batcreates an anonymous PDF article.ref.bibcontains the bibliography.svm-latex-anon-ms.texis a LaTeX template for creating anonymous PDF files.apa6.clsis syntax for APA6 reference formatting.
See example output at article.pdf and article-anonymous.pdf.
- Install pandoc.
- Download all files:
git fetch git@github.com:peterdalle/academic-article-template.git - Run
make.bat article.mdin a Command Prompt (Windows only at the moment).
Use the make.bat to create the manuscript. Supply the name of the markdown file as an argument:
make article.mdThe result is article.pdf.
For reviewing, use make-anonymous.bat to create a manuscript without author, date or any personal information:
make-anonymous article.mdThe result is article-anonymous.pdf.
- APA6 syntax formatting
apa6.clsprovided by Matt Weidner and originally created by Simon Kornblith, Bruce D'Arcus, Curtis M. Humphrey, Richard Karnesky. - Anonymous LaTeX template
svm-latex-anon-ms.texprovided by Steve's R.