mirror of
https://github.com/benedictdudel/pandoc-letter-din5008.git
synced 2024-08-16 10:19:49 +02:00
KOMA-Script doesn't require parskip package.
Instead, scrlttr2 issues the following warning: Class scrlttr2 Warning: Usage of package `parskip' together (scrlttr2) with a KOMA-Script class is not recommended. (scrlttr2) I'd suggest to use option (scrlttr2) `parskip' with one of it's several values. (scrlttr2) Nevertheless, using requested (scrlttr2) package `parskip' on input line 16.
This commit is contained in:
parent
b2db002e5a
commit
135451de17
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
fromphone, % show phone number
|
||||
fromemail, % show email
|
||||
fromlogo, % show logo in letter head
|
||||
parskip=half, % no parindent, but parskip
|
||||
version=last % latest version of KOMA letter
|
||||
]{scrlttr2}
|
||||
|
||||
|
@ -12,8 +13,6 @@
|
|||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
\usepackage{parskip}
|
||||
|
||||
\usepackage{graphics}
|
||||
|
||||
\usepackage{booktabs}
|
||||
|
|
Loading…
Reference in a new issue