Skip to content

To write your own paper, fork this repository and start writing!

License

Notifications You must be signed in to change notification settings

tknapen/md_article_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To write your own paper, fork this repository and start writing!

This set of markdown is meant to be used with pandoc to provide an easy way to write a scientific paper in markdown.

Here's an example commandline for the compilation of this set of markdown files to pdf, using xelatex and our template. Beautification is done by changing parameters in the abstract.md file preamble, and more detailed tweaking can be performed in the templates/template.latex file.

pandoc --filter pandoc-citeproc --bibliography lib/papers_library.bib --latex-engine=xelatex --template=templates/template.latex abstract.md introduction.md results.md discussion.md methods.md -f markdown -t latex -s -o versions/first.pdf

You'd use the README.md for keeping track of your to do list, for example:

Text:

introduction

Figures:

About

To write your own paper, fork this repository and start writing!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published