diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-21 23:29:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-21 23:29:30 -0700 |
commit | a85877424bde7365a0cbb4ca99f9569110de92b4 (patch) | |
tree | 1eabc8d077a91bd03d43b6370f03e5b5378d4a99 | |
parent | ffed20cd71a0ec641e2fc14bc09677342eabc44e (diff) | |
download | pandoc-a85877424bde7365a0cbb4ca99f9569110de92b4.tar.gz |
MANUAL: Clarify when csquotes is used in LaTeX writer.
Closes #4514.
-rw-r--r-- | MANUAL.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 6f848eb86..be7d8ab31 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -155,9 +155,10 @@ the LaTeX engine requires [`fontspec`]. `xelatex` uses `xelatex` will use [`mathspec`] instead of [`unicode-math`]. The [`upquote`] and [`microtype`] packages are used if available, and [`csquotes`] will be used for [typography] -if added to the template or included in any header file. The -[`natbib`], [`biblatex`], [`bibtex`], and [`biber`] packages can -optionally be used for [citation rendering]. +if `\usepackage{csquotes}` is present in the template or +included via `/H/--include-in-header`. The [`natbib`], +[`biblatex`], [`bibtex`], and [`biber`] packages can optionally +be used for [citation rendering]. [`amsfonts`]: https://ctan.org/pkg/amsfonts [`amsmath`]: https://ctan.org/pkg/amsmath |