Skip to content

Pandoc template for writing Markdown letters (DIN 5008)

Notifications You must be signed in to change notification settings

lmzdev/pandoc-letter-din5008

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Pandoc Letter Template (DIN 5008)

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.

Update:

This fork supports \tightlist, \section and \subsection commands:

# Section
## Subsection

Legacy List:

- Item

- Item

And this becomes a \tightlist:

- Item
- Item

Usage

I did not follow the original advice, mine did compile just fine using

pandoc --template="letter.latex" example.md -o example.pdf

Example

See example folder for results.

Requirements

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

Configuration

The following yaml variables are supported:

  • opening
  • closing
  • encludes
  • author
  • phone
  • email
  • place
  • subject
  • return-address
  • address

About

Pandoc template for writing Markdown letters (DIN 5008)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published