[kramdown-users] German LaTeX output
Michael Franzl
michaelfranzl at gmx.at
Mon Jun 21 02:41:40 EDT 2010
Would it be possible to optionally configure kramdown for German LaTeX
output?
A LaTeX document adds German specific syntax when instructed with
\usepackage[german]{babel}
It is mostly the quotes that need to be fixed:
"Kramdown double quotes"
are currently transformed into
``English double quotes''
but need to be
`"German double quotes'"
The same is for single quotes:
'Kramdown single quotes'
are currently transformed into
`English single quotes'
but need to be
\qlq{}German single quotes\qrq{}
Thanks,
Michael
More information about the kramdown-users
mailing list