JensErat / pandoc-scrlttr2

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

use csquotes for smart quotation marks #9

Open januz opened 7 years ago

januz commented 7 years ago

Thanks for this template! I was trying to re-create my LaTeX template using a .lco file. Sadly, using \usepackage{csquotes} doesn't result in quotations marks being set based on the language specified with lang. I wanted them to be set in the German style, instead they're set in English style. When I use \enquote{} in the .md file, it works as expected.

I also tried setting \usepackage{csquotes} in the pandoc template, but that doesn't seem to have any effect. The \enquote{}s in the .md file aren't parsed successfully in this case.

It would be great if you could point me in the right direction of what I might do wrong!