All Projects → benedictdudel → Pandoc Letter Din5008

benedictdudel / Pandoc Letter Din5008

Pandoc template for writing Markdown letters (DIN 5008)

Projects that are alternatives of or similar to Pandoc Letter Din5008

Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (+385.71%)
Mutual labels:  latex, pandoc, pdf
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (+684.42%)
Mutual labels:  latex, pandoc, pdf
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+1155.84%)
Mutual labels:  latex, pandoc, pdf
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+214.29%)
Mutual labels:  latex, pandoc, pdf
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-70.13%)
Mutual labels:  latex, pandoc, pdf
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+4770.13%)
Mutual labels:  latex, pandoc, pdf
Latex Online
Online latex compiler. You give it a link, it gives you PDF
Stars: ✭ 381 (+394.81%)
Mutual labels:  latex, pdf
Crowbook
Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
Stars: ✭ 399 (+418.18%)
Mutual labels:  latex, pdf
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (+525.97%)
Mutual labels:  latex, pdf
Ultimate Beamer Theme List
A collection of custom Beamer themes
Stars: ✭ 652 (+746.75%)
Mutual labels:  latex, pdf
Rmarkdown Cookbook
R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.
Stars: ✭ 324 (+320.78%)
Mutual labels:  latex, pandoc
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+7820.78%)
Mutual labels:  pandoc, pdf
Satysfi
A statically-typed, functional typesetting system
Stars: ✭ 815 (+958.44%)
Mutual labels:  latex, pdf
Jupyterlab Latex
JupyterLab extension for live editing of LaTeX documents
Stars: ✭ 349 (+353.25%)
Mutual labels:  latex, pdf
Pandoc Starter
📄 My pandoc markdown templates and makefiles
Stars: ✭ 443 (+475.32%)
Mutual labels:  latex, pandoc
Latexdraw
A vector drawing editor for LaTeX (JavaFX).
Stars: ✭ 336 (+336.36%)
Mutual labels:  latex, pdf
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (-33.77%)
Mutual labels:  latex, pandoc
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-81.82%)
Mutual labels:  latex, pandoc
Docker Texlive
A docker container containing an installation of texlive as well as several useful scripts.
Stars: ✭ 52 (-32.47%)
Mutual labels:  latex, pdf
Pandoc Latex Tip
A pandoc filter for adding tip in LaTeX
Stars: ✭ 7 (-90.91%)
Mutual labels:  latex, pandoc

Pandoc Letter Template (DIN 5008)

Description

This template allows you to write simple letters in Markdown and convert them into nice looking PDFs. The template is based on Koma Script and satisfies the German DIN 5008 norm for letters.

Example

A simple letter in Markdown looks like the following:

---
author: Max Mustermann
phone: +49 1234 56789
email: [email protected]
date: 01.08.2016
place: Musterstadt
subject: Titel vom Brief
return-address:
 - Musterstraße
 - 12345 Berlin
address:
 - Musterfirma GmbH
 - Max Mustermann
 - Musterstraße
 - 12345 Musterstadt
opening: Sehr geehrte Damen und Herren,
closing: Mit freundlichen Grüßen
encludes: Muster, Muster, Muster
...

The compiled result will then look like this:

alt Letter

You can also download the compiled PDF here.

Requirements

In order to use the template you must have installed the following components:

Usage

Before you can make use of the template you need to move the LaTeX template file into Pandocs template directory:

mkdir ~/.pandoc
mv your-repo-path/letter.latex ~/.pandoc/templates

After creating a letter written in Markdown you can compile it into PDF with the following line:

pandoc letter.md -s -o letter.pdf --template="letter"

Configuration

The following yaml variables are supported:

  • opening
  • closing
  • encludes
  • author
  • phone
  • email
  • place
  • subject
  • return-address
  • address
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].