Markdown Latex Template QuickNote

Markdown Latex Template QuickNote

Original Project Site: https://github.com/Wandmalfarbe/pandoc-latex-template

Usage

1
pandoc example.md -o example.pdf --from markdown --template eisvogel --listings

On top of document write

1
2
3
4
5
6
7
8
---
title: "The Document Title"
author: [Example Author, Another Author]
date: "2017-02-20"
keywords: [Markdown, Example]
...

Here is the actual document text...