diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-01-03 10:53:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-01-03 10:53:48 -0800 |
commit | 577ad44350eb7e5c1338efdd59dca3a15a4a112d (patch) | |
tree | bd69e0b755c4d5ddbe250f5472d515bd675fd00d | |
parent | 9746938d0649ee5ce2bf0ab88af6bf91645b086d (diff) | |
download | pandoc-577ad44350eb7e5c1338efdd59dca3a15a4a112d.tar.gz |
MANUAL: Update list of latex packages used.
-rw-r--r-- | MANUAL.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 9cdf58772..fe16b6c67 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -158,7 +158,15 @@ available, and [`csquotes`] will be used for [typography] 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]. +be used for [citation rendering]. The following packages +will be used to improve output quality if present, but +pandoc does not require them to be present: +[`upquote`] (for straight quotes in verbatim environments), +[`microtype`] (for better spacing adjustments), +[`parskip`] (for better inter-paragraph spaces), +[`xurl`] (for better line breaks in URLs), +[`bookmark`] (for better PDF bookmarks), +[`footnote`] (to fix footnotes in tables). [`amsfonts`]: https://ctan.org/pkg/amsfonts [`amsmath`]: https://ctan.org/pkg/amsmath @@ -193,6 +201,13 @@ be used for [citation rendering]. [`wkhtmltopdf`]: https://wkhtmltopdf.org [`weasyprint`]: http://weasyprint.org [`prince`]: https://www.princexml.com/ +[`upquote`]: https://ctan.org/pkg/upquote +[`microtype`]: https://ctan.org/pkg/microtype +[`parskip`]: https://ctan.org/pkg/parskip +[`xurl`]: https://ctan.org/pkg/xurl +[`bookmark`]: https://ctan.org/pkg/bookmark +[`footnote`]: https://ctan.org/pkg/footnote + Reading from the Web -------------------- |