mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
Merge pull request #9 from ascherer/postscriptum-shortcut
Kürze Postskriptum Tag.
This commit is contained in:
commit
fddc261ed8
3 changed files with 10 additions and 1 deletions
|
@ -30,6 +30,10 @@ address:
|
||||||
opening: Sehr geehrte Damen und Herren,
|
opening: Sehr geehrte Damen und Herren,
|
||||||
closing: Mit freundlichen Grüßen
|
closing: Mit freundlichen Grüßen
|
||||||
encludes: Muster, Muster, Muster
|
encludes: Muster, Muster, Muster
|
||||||
|
ps: |
|
||||||
|
\textbf{Postskriptum \today}
|
||||||
|
|
||||||
|
Noch ein Gedanke zum Schluss.
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -71,6 +75,7 @@ The following yaml variables are supported:
|
||||||
- `opening`
|
- `opening`
|
||||||
- `closing`
|
- `closing`
|
||||||
- `encludes`
|
- `encludes`
|
||||||
|
- `ps`
|
||||||
- `author`
|
- `author`
|
||||||
- `phone`
|
- `phone`
|
||||||
- `email`
|
- `email`
|
||||||
|
|
|
@ -16,6 +16,10 @@ address:
|
||||||
opening: Sehr geehrte Damen und Herren,
|
opening: Sehr geehrte Damen und Herren,
|
||||||
closing: Mit freundlichen Grüßen
|
closing: Mit freundlichen Grüßen
|
||||||
encludes: Muster, Muster, Muster
|
encludes: Muster, Muster, Muster
|
||||||
|
ps: |
|
||||||
|
\textbf{Postskriptum \today}
|
||||||
|
|
||||||
|
Noch ein Gedanke zum Schluss.
|
||||||
...
|
...
|
||||||
Far far away, behind the word mountains, far from the countries
|
Far far away, behind the word mountains, far from the countries
|
||||||
Vokalia and Consonantia, there live the blind texts. Separated
|
Vokalia and Consonantia, there live the blind texts. Separated
|
||||||
|
|
|
@ -66,7 +66,7 @@ $endfor$
|
||||||
|
|
||||||
\closing{$closing$}
|
\closing{$closing$}
|
||||||
|
|
||||||
$if(postskriptum)$\ps $postskriptum$$endif$
|
$if(ps)$\ps $ps$$endif$
|
||||||
|
|
||||||
$if(encludes)$
|
$if(encludes)$
|
||||||
\setkomavar*{enclseparator}{Anlage}
|
\setkomavar*{enclseparator}{Anlage}
|
||||||
|
|
Loading…
Reference in a new issue