aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-23 13:11:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-23 13:12:11 -0700
commit81c403d2d151eb6e5fdeaa840cf376860d151c9f (patch)
tree65b2290c8c994b1c03163a4efce9237a8c65bd30 /README
parent6424e7d02c8800a1964d0ae26a523597b8a365fa (diff)
downloadpandoc-81c403d2d151eb6e5fdeaa840cf376860d151c9f.tar.gz
Use \enquote{..} for latex quotes if template uses csquotes package.
This provides better support for foreign language quoting. Thanks to Andreas Wagner for the idea.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 19eceeb57..c773693f6 100644
--- a/README
+++ b/README
@@ -1390,6 +1390,9 @@ correct output, converting straight quotes to curly quotes, `---` and `--`
to Em-dashes, and `...` to ellipses. Nonbreaking spaces are inserted after
certain abbreviations, such as "Mr."
+Note: if your LaTeX template uses the `csquotes` package, pandoc will
+detect automatically this and use `\enquote{...}` for quoted text.
+
Inline formatting
-----------------