Skip to content

Commit 52440f5

Browse files
authored
Update doc/latex.rst
1 parent f9f1a74 commit 52440f5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/latex.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,12 @@ Keys that you may want to override include:
196196
more complete TeX fonts and associated LaTeX packages. The monospace
197197
font has been changed to better match the Times clone.
198198

199-
.. versionchanged:: 8.1.0 Configuration of math fonts should be done via
200-
the ``'fontpkgmath'`` key, which is new at 8.1.0. For ``'pdflatex'``
201-
this key injects ``\usepackage{amssymb}`` which is thus now executed
202-
after the contents of ``'fontpkg'``.
199+
.. versionchanged:: 8.1.0 Custom configuration of math fonts, if any,
200+
should be done via the ``'fontpkgmath'`` key, which is new at 8.1.0.
203201

204202
``'fontpkgmath'``
205-
LaTeX package for math fonts. It defaults to:
203+
LaTeX configuration for math fonts, which is executed after contents of
204+
``'fontpkg'``. It defaults to:
206205

207206
- ``r'\usepackage{amssymb}'`` if :confval:`latex_engine` is set to
208207
``'pdflatex'`` (or ``'uplatex'``).

0 commit comments

Comments
 (0)