Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.36 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.36 KB

JAMIA Markdown Article Template

Inspired by a LaTeX template for the same reasons, this repository contains a Markdown template for article submission for Journal of the American Medical Informatics Association (JAMIA).

This template is intended to create a PDF article using a Markdown file and compiled using pandoc.

Requirements

Getting Started

git clone https://github.com/erictleung/jamia-markdown-template.git
... # Make edits
make

Reference Style

Vancouver style is the reference style used in this template. The reference style language (CSL) file (vancouver.csl) was downloaded from the Zotero Style Repository.

Features

This project attempts to make it easy to:

  • write a JAMIA-like paper in Markdown
  • worry more on content of your paper rather than formatting
  • add Markdown tables with captions and reference tables in text
  • add figures with captions and reference figures in text
  • inject LaTeX if additional formatting is necessary

License

MIT