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 #9 from ascherer/postscriptum-shortcut

Kürze Postskriptum Tag.
This commit is contained in:
Benedict Dudel 2022-12-19 21:56:05 +01:00 committed by GitHub
commit fddc261ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -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`

View file

@ -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

View file

@ -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}