aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/Readers/LaTeX/Inline.hs20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/LaTeX/Inline.hs b/src/Text/Pandoc/Readers/LaTeX/Inline.hs
index 531cfb3a1..55f5a0bf4 100644
--- a/src/Text/Pandoc/Readers/LaTeX/Inline.hs
+++ b/src/Text/Pandoc/Readers/LaTeX/Inline.hs
@@ -315,6 +315,26 @@ charCommands = M.fromList
, ("dothyp", lit ".\173")
, ("colonhyp", lit ":\173")
, ("hyp", lit "-")
+ -- ngerman (babel)
+ , ("glq", lit "‚")
+ , ("grq", lit "‘")
+ , ("glqq", lit "„")
+ , ("grqq", lit "“")
+ , ("flq", lit "‹")
+ , ("frq", lit "›")
+ , ("flqq", lit "«")
+ , ("frqq", lit "»")
+ , ("dq", lit "\"")
+ -- fontspec
+ , ("guillemetleft", lit "«")
+ , ("guillemotleft", lit "«")
+ , ("guillemetright", lit "»")
+ , ("guillemotright", lit "»")
+ , ("guilsinglleft", lit "‹")
+ , ("guilsinglright", lit "›")
+ , ("quotedblbase", lit "„")
+ , ("quotesinglbase", lit ",")
+ , ("textquotedbl", lit "\"")
]
biblatexInlineCommands :: PandocMonad m