1
0
Fork 0
mirror of https://github.com/benedictdudel/pandoc-letter-din5008.git synced 2024-08-16 10:19:49 +02:00

Merge pull request #5 from PaulWoitaschek/patch-2

Create the templates directory recursively. Move into that directory.
This commit is contained in:
Benedict Dudel 2022-12-19 21:48:28 +01:00 committed by GitHub
commit 121bb6bb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,8 +54,8 @@ 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
mkdir -p ~/.pandoc/templates
mv your-repo-path/letter.latex ~/.pandoc/templates/
```
After creating a letter written in Markdown you can compile it into PDF with the