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