From 43e2e48cf72113bb2fc04702bff835bcb56568b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B?= <2589111+jfbu@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:42:37 +0200 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 023f5967d17..d9c5f2f2442 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,18 +11,12 @@ Incompatible changes -------------------- * LaTeX: The inclusion of ``amssymb`` LaTeX package is done after the contents - of :confval:`latex_elements`\ ``['fontpkg']``, and originates in the new - ``'fontpkgmath'`` key of :confval:`latex_elements`. - - - Thus, move custom math font set-up from ``'fontpkg'`` to ``'fontpkgmath'`` - if needed. - - Regarding Unicode latex engines, they do not use ``amssymb`` anymore but - XITS Math font via ``unicode-math``, as default of ``'fontpkgmath'``. - This fixes some issues and provides math glyphs much better matching GNU - FreeSerif which is the default text font. - - For ``'pdflatex'`` as :confval:`latex_engine`, it is planned to replace at - Sphinx 9 usage of ``amssymb`` by ``stix2`` in order for the math glyphs to - much better match the default Times-like text font. + of :ref:`fontpkg`, and originates in the new :ref:`fontpkgmath` key of + :ref:`latex_elements `. Thus, move custom math + set-up from :ref:`fontpkg` to :ref:`fontpkgmath` to avoid getting overridden + by ``amssymb``. Regarding Unicode latex engines, they do not use + ``amssymb`` anymore, but ``unicode-math`` with the XITS Math font (refs: + #12714). * #12763: Remove unused internal class ``sphinx.util.Tee``. Patch by Adam Turner.