Benjamin-Lee / cookiecutter-pandoc-paper

A Cookiecutter for writing papers in Markdown via Pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-pandoc-paper

A Cookiecutter for writing papers in Markdown via Pandoc.

Features

  • Use either one or two column layout
  • Support for double spacing and line numbering
  • Customizable font size and margins
  • APA, AMA, MLA, CMS, IEEE, Nature, and ACS citation styles out of the box
  • Grammar checking (and fixing!) via Textlint
  • Preconfigured scripts for PDF and Word file generation (via npm run pdf and npm run docx)

Usage

First, you will need to have installed Cookiecutter:

# using pip
pip install cookiecutter

# on a Mac
brew install cookiecutter

# using Conda
conda config --add channels conda-forge && conda install cookiecutter

Then, use Cookiecutter to scaffold the paper:

cookiecutter gh:Benjamin-Lee/cookiecutter-pandoc-paper

About

A Cookiecutter for writing papers in Markdown via Pandoc

License:MIT License


Languages

Language:TeX 100.0%