mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
Fix whitespace.
This commit is contained in:
parent
f6753d28cd
commit
01ba99c99a
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
foldmarks=true, % print foldmarks
|
foldmarks=true, % print foldmarks
|
||||||
foldmarks=BTm, % show foldmarks top, middle, bottom
|
foldmarks=BTm, % show foldmarks top, middle, bottom
|
||||||
fromalign=right, % letter head on the right
|
fromalign=right, % letter head on the right
|
||||||
$if(phone)$fromphone,$endif$ % show phone number
|
$if(phone)$ fromphone, % show phone number$endif$
|
||||||
$if(fromemail)$fromemail,$endif$ % show email
|
$if(fromemail)$ fromemail, % show email$endif$
|
||||||
$if(fromlogo)$fromlogo,$endif$ % show logo in letter head
|
$if(fromlogo)$ fromlogo, % show logo in letter head$endif$
|
||||||
version=last, % latest version of KOMA letter
|
version=last, % latest version of KOMA letter
|
||||||
$for(letteroption)$
|
$for(letteroption)$
|
||||||
$letteroption$$sep$,
|
$letteroption$$sep$,
|
||||||
|
|
Loading…
Reference in a new issue