diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2011-07-23 13:11:39 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-23 13:12:11 -0700 |
| commit | 81c403d2d151eb6e5fdeaa840cf376860d151c9f (patch) | |
| tree | 65b2290c8c994b1c03163a4efce9237a8c65bd30 /README | |
| parent | 6424e7d02c8800a1964d0ae26a523597b8a365fa (diff) | |
| download | pandoc-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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |
