mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #5768
This commit is contained in:
parent
bfcddc63ca
commit
f5163d46da
5
CHANGES
5
CHANGES
@ -29,6 +29,11 @@ Incompatible changes
|
||||
* LaTeX: Stop using ``\captions<lang>`` macro for some labels
|
||||
* LaTeX: for ``'xelatex'`` and ``'lualatex'``, use the ``FreeFont`` OpenType
|
||||
fonts as default choice (refs: #5645)
|
||||
* LaTeX: ``'xelatex'`` and ``'lualatex'`` now use ``\small`` in code-blocks
|
||||
(due to ``FreeMono`` character width) like ``'pdflatex'`` already did (due
|
||||
to ``Courier`` character width). You may need to adjust this via
|
||||
:confval:`latex_elements` ``'fvset'`` key, in case of usage of some other
|
||||
OpenType fonts (refs: #5768)
|
||||
* LaTeX: Greek letters in text are not escaped to math mode mark-up, and they
|
||||
will use the text font not the math font. The ``LGR`` font encoding must be
|
||||
added to the ``'fontenc'`` key of :confval:`latex_elements` for this to work
|
||||
|
Loading…
Reference in New Issue
Block a user