From 6e8c23d84063d0b1b98ff0f2d5d0b91f1584ef76 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 30 Mar 2022 12:24:11 +0200 Subject: [PATCH] Add /usr/share/pandoc to possible template dirs For me, only this directory works (pandoc 2.5.0 on Zorin Linux (basically Ubuntu)). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2aef1..333eef3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A clean **pandoc LaTeX template** to convert your markdown files to PDF or LaTeX 2. Download the latest version of the Eisvogel template from [the release page](https://github.com/Wandmalfarbe/pandoc-latex-template/releases/latest). 3. Extract the downloaded ZIP archive and open the folder. 4. Move the template `eisvogel.latex` to your pandoc templates folder. The location of the templates folder depends on your operating system: - - Unix, Linux, macOS: `/Users/USERNAME/.local/share/pandoc/templates/` or `/Users/USERNAME/.pandoc/templates/` + - Unix, Linux, macOS: `/Users/USERNAME/.local/share/pandoc/templates/` or `/Users/USERNAME/.pandoc/templates/` or `/usr/share/pandoc/data/templates/` - Windows Vista or later: `C:\Users\USERNAME\AppData\Roaming\pandoc\templates\` If there are no folders called `templates` or `pandoc` you need to create them and put the template `eisvogel.latex` inside. You can find the default user data directory on your system by looking at the output of `pandoc --version`.