1
0
Fork 0
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:
Andreas Scherer 2019-10-21 17:57:51 +02:00
parent b2db002e5a
commit fea0fa56f6
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -61,9 +61,9 @@
\ps $postskriptum$
$if(encludes)$
$if(enclosed)$
\setkomavar*{enclseparator}{Anlage}
\encl{$encludes$}
\encl{$enclosed$}
$endif$
\end{letter}
\end{document}