mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
Rename tag for enclosure.
Although 'encludes' is valid, albeit out-dated, 'enclosed' matches the formal nomination.
This commit is contained in:
parent
b2db002e5a
commit
fea0fa56f6
3 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ address:
|
|||
- 12345 Musterstadt
|
||||
opening: Sehr geehrte Damen und Herren,
|
||||
closing: Mit freundlichen Grüßen
|
||||
encludes: Muster, Muster, Muster
|
||||
enclosed: Muster, Muster, Muster
|
||||
...
|
||||
```
|
||||
|
||||
|
@ -70,7 +70,7 @@ The following yaml variables are supported:
|
|||
|
||||
- `opening`
|
||||
- `closing`
|
||||
- `encludes`
|
||||
- `enclosed`
|
||||
- `author`
|
||||
- `phone`
|
||||
- `email`
|
||||
|
|
|
@ -15,7 +15,7 @@ address:
|
|||
- 12345 Musterstadt
|
||||
opening: Sehr geehrte Damen und Herren,
|
||||
closing: Mit freundlichen Grüßen
|
||||
encludes: Muster, Muster, Muster
|
||||
enclosed: Muster, Muster, Muster
|
||||
...
|
||||
Far far away, behind the word mountains, far from the countries
|
||||
Vokalia and Consonantia, there live the blind texts. Separated
|
||||
|
|
|
@ -61,9 +61,9 @@
|
|||
|
||||
\ps $postskriptum$
|
||||
|
||||
$if(encludes)$
|
||||
$if(enclosed)$
|
||||
\setkomavar*{enclseparator}{Anlage}
|
||||
\encl{$encludes$}
|
||||
\encl{$enclosed$}
|
||||
$endif$
|
||||
\end{letter}
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue