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!
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 withlang
. 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!