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:
parent
b2db002e5a
commit
fa78474de9
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ Before you can make use of the template you need to move the LaTeX template file
|
||||||
into Pandocs template directory:
|
into Pandocs template directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir ~/.pandoc
|
mkdir -p ~/.pandoc/templates
|
||||||
mv your-repo-path/letter.latex ~/.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
|
After creating a letter written in Markdown you can compile it into PDF with the
|
||||||
|
|
Loading…
Reference in a new issue