@@ -33,6 +33,7 @@ Features added
33
33
* LaTeX: admonitions and :dudir:`topic` (and contents_) directives,
34
34
and not only :rst:dir:`code-block`, support ``box-decoration-break=slice``.
35
35
* LaTeX: let rounded boxes support up to 4 distinct border-widths (refs: #11243)
36
+ * LaTeX: new options ``noteTextColor``, ``noteTeXextras`` et al.
36
37
37
38
Bugs fixed
38
39
----------
@@ -659,7 +660,7 @@ Bugs fixed
659
660
* #9924: LaTeX: multi-line :rst:dir:`cpp:function` directive has big vertical
660
661
spacing in Latexpdf
661
662
* #10158: LaTeX: excessive whitespace since v4.4.0 for undocumented
662
- variables/structure members
663
+ variables/structure members
663
664
* #10175: LaTeX: named footnote reference is linked to an incorrect footnote if
664
665
the name is also used in the different document
665
666
* #10269: manpage: Failed to resolve the title of :rst:role:`ref` cross references
@@ -1532,7 +1533,7 @@ Bugs fixed
1532
1533
inside function type signatures
1533
1534
* #8780: LaTeX: long words in narrow columns may not be hyphenated
1534
1535
* #8788: LaTeX: ``\titleformat`` last argument in sphinx.sty should be
1535
- bracketed, not braced (and is anyhow not needed)
1536
+ bracketed, not braced (and is anyhow not needed)
1536
1537
* #8849: LaTex: code-block printed out of margin (see the opt-in LaTeX syntax
1537
1538
boolean :ref:`verbatimforcewraps <latexsphinxsetupforcewraps>` for use via
1538
1539
the :ref:`'sphinxsetup' <latexsphinxsetup>` key of ``latex_elements``)
0 commit comments