diff options
| author | Reuben Thomas <[email protected]> | 2025-09-30 13:17:16 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-30 14:17:16 +0200 |
| commit | b5a7336867500b9eb880880fbc4a98e0cd4cf4ff (patch) | |
| tree | 55e59430362d1198b90cd1f2252c19172cf4edb8 | |
| parent | c2f81b369b460a7dc8bea86ade61c5b4e07b9649 (diff) | |
MANUAL.txt: remove some redundancy (#11180)
Closes #11178.
In documenting LaTeX packages used by generated documents, don’t mention
some packages twice in one (already long) paragraph.
Add missing link for multirow.
| -rw-r--r-- | MANUAL.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 6590a4c02..4b8773da1 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -151,8 +151,7 @@ scheme that use a colored background. The use of `xelatex` or uses [`selnolig`] and [`lua-ul`]. `xelatex` uses [`bidi`] (with the `dir` variable set). If the `mathspec` variable is set, `xelatex` will use [`mathspec`] -instead of [`unicode-math`]. The [`upquote`] and [`microtype`] -packages are used if available, and [`csquotes`] will be used +instead of [`unicode-math`]. The [`csquotes`] package will be used for [typography] if the `csquotes` variable or metadata field is set to a true value. The [`natbib`], [`biblatex`], [`bibtex`], and [`biber`] packages can optionally be used for [citation @@ -194,6 +193,7 @@ better line breaks in URLs), and [`footnotehyper`] or [`longtable`]: https://ctan.org/pkg/longtable [`mathspec`]: https://ctan.org/pkg/mathspec [`microtype`]: https://ctan.org/pkg/microtype +[`multirow`]: https://ctan.org/pkg/multirow [`natbib`]: https://ctan.org/pkg/natbib [`parskip`]: https://ctan.org/pkg/parskip [`polyglossia`]: https://ctan.org/pkg/polyglossia |
