You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils Freydank 68a5d3bd39
preambles/document_default: Fix vertical space between paragraphs
2 years ago
example example: Add an quick example 3 years ago
pandoc pandoc: Add German letter template 3 years ago
preambles preambles/document_default: Fix vertical space between paragraphs 2 years ago
COPYING-CC-BY-SA-4 COPYING-CC-BY-SA: Rename the file to respect the version 2 years ago
COPYING-GPL-2 COPYING-*: Add license files 3 years ago
readme.md Initial Commit. 3 years ago

readme.md

LaTeX templates

This directory contains some LaTeX files to be used as general document preambles -- or as templates for pandoc.

preambles

Preambles can be found in the preambles directory. Their respective contents should be somewhat self-explanatory, at least due to the comments.

intended structure

The author of this documents organizes his files most time in the following ways:

├── cachedir
│   ├── ...
│   ├── document.pdf
├── content
│   ├── one.tex
│   ├── titlepage.tex
│   └── two.tex
├── document.tex -> static-tex/document.tex
├── latexmkrc
├── static-tex
│   ├── abbrev-German.tex
│   ├── document.tex
│   ├── heading-and-footer.tex
│   └── preamble.tex
└── var-tex
    └── metadata.tex

pandoc templates

The pandoc templates reside in the pandoc directory. They contain a short description inside. To use, put them into ~/.pandoc/templates or specify the full path when calling pandoc.

  • Author: Nils Freydank
  • Copying: Mostly open source, GPL or Creative Commons (BY-SA) as stated inside the files
  • Contact: By email