mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
Merge pull request #11 from ascherer/enclosure
Rename tag for enclosure.
This commit is contained in:
commit
3e5c55d559
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
|
||||
ps: |
|
||||
\textbf{Postskriptum \today}
|
||||
|
||||
|
@ -74,7 +74,7 @@ The following yaml variables are supported:
|
|||
|
||||
- `opening`
|
||||
- `closing`
|
||||
- `encludes`
|
||||
- `enclosed`
|
||||
- `ps`
|
||||
- `author`
|
||||
- `phone`
|
||||
|
|
|
@ -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
|
||||
ps: |
|
||||
\textbf{Postskriptum \today}
|
||||
|
||||
|
|
|
@ -66,9 +66,9 @@ $endfor$
|
|||
|
||||
$if(ps)$\ps $ps$$endif$
|
||||
|
||||
$if(encludes)$
|
||||
$if(enclosed)$
|
||||
\setkomavar*{enclseparator}{Anlage}
|
||||
\encl{$encludes$}
|
||||
\encl{$enclosed$}
|
||||
$endif$
|
||||
\end{letter}
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue