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

Create the templates directory recursively. Move into that directory.

This commit is contained in:
Paul Woitaschek 2018-07-19 15:48:06 +02:00 committed by GitHub
parent b2db002e5a
commit fa78474de9
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