JensErat / pandoc-scrlttr2

Writing Letters in Markdown Using Pandoc and KOMA-Script
61 stars 22 forks source link

Fix 'parskip' warning from KOMA scrlttr2. #17

Closed ascherer closed 2 months ago

ascherer commented 5 years ago

Manually running the example letter through pandoc and pdflatex

pandoc example-letter.md -o example-letter.tex --template=scrlttr2.latex
pdflatex example-letter.tex

produces (at least) the following warning from KOMA scrlttr2:

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 41.

This PR removes the non-KOMA use of parskip and uses the KOMA class option.