Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.68 KB

markdown-letter

Letters in markdown using LaTeX.

The source is written in markdown and translated to latex using pandoc and customized templates located in the templates folder.

The Makefile details how the translation works. If you are on linux, simply calling make in the parent directory will compile the report to a pdf-format if all dependencies are installed. Edit the variables in the Makefile to choose a template (located in ./templates).

Usage

  1. Install the dependencies

    sudo apt-get install pandoc pandoc-citeproc
    pip install pandoc-fignos
    
  2. Clone this repository

    git clone
    
  3. Edit Makefile to choose a template

  4. Write letter in letter.md, compile with make

Recommended Editor/Tools

I think it works very nicely to write markdown-based papers in the atom editor. The following packages are useful:

Dependencies


Matthias Mittner matthias.mittner@uit.no