Skip to content

mhyfritz/scientific-paper-markdown-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing a scientific paper in Markdown

Compiling the paper

By default, a PDF version will be produced. Simply run

make

This will produce paper.pdf. To build a DOCX file, run

make docx

Prerequisites

Installation

One way, using stack and pip:

stack install pandoc
stack install pandoc-citeproc
sudo pip install pandoc-fignos pandoc-tablenos pandoc-eqnos

Attribution