Skip to content

This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.

License

Notifications You must be signed in to change notification settings

jncraton/article-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Template

This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.

Installation

  • Install Pandoc if you don't already have it.
  • Install GNU Make

Writing the paper

  • content.md - Your paper content lives in this markdown-formatted text file. This file uses Pandoc's flavor of markdown and will handle citations using citeproc.
  • bib.bibtex - Your bibliographic data should be added to this file in bibtex format. This can be easily exported from many search tools including Google Scholar.

Exporting the paper for submission or publishing

Simply run make from the command line. A new file, out.docx, should be created and should be appropriately formatted. Currently APA 6th edition is the only format supported and will be used by default.

About

This is a simple template for writing academic papers. It uses bibtex for tracking bibliographic information and Pandoc to convert the content to a correctly formatted document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published