commit 502189edf45e12230f8bbabde6d1002a5ed1eac8 Author: Nils Freydank Date: Mon Sep 7 23:44:35 2020 +0200 Initial Commit. diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d0d052d --- /dev/null +++ b/readme.md @@ -0,0 +1,41 @@ +# LaTeX templates +This directory contains some LaTeX files to be used as general document +preambles -- or as templates for [pandoc](https://pandoc.org). + +## 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: + +```bash +├── 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. + +## authorship, copying, legal stuff and so on +- Author: [Nils Freydank](mailto:nils.freydank@posteo.de) +- Copying: Mostly open source, GPL or Creative Commons (BY-SA) as stated inside + the files +- Contact: By email