mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '2.0' into latex_6668
This commit is contained in:
commit
d51142bdf0
3
CHANGES
3
CHANGES
@ -22,7 +22,8 @@ Bugs fixed
|
|||||||
* #6668: LaTeX: Longtable before header has incorrect distance
|
* #6668: LaTeX: Longtable before header has incorrect distance
|
||||||
(refs: `latex3/latex2e#173`_)
|
(refs: `latex3/latex2e#173`_)
|
||||||
|
|
||||||
.. _latex3/latex2e#173: https://github.com/latex3/latex2e/issues/173
|
.. _latex3/latex2e#173: https://github.com/latex3/latex2e/issues/173
|
||||||
|
* #6618: LaTeX: Avoid section names at the end of a page
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
% for \text macro and \iffirstchoice@ conditional even if amsmath not loaded
|
% for \text macro and \iffirstchoice@ conditional even if amsmath not loaded
|
||||||
\RequirePackage{amstext}
|
\RequirePackage{amstext}
|
||||||
\RequirePackage{textcomp}% "warn" option issued from template
|
\RequirePackage{textcomp}% "warn" option issued from template
|
||||||
\RequirePackage{titlesec}
|
\RequirePackage[nobottomtitles*]{titlesec}
|
||||||
\@ifpackagelater{titlesec}{2016/03/15}%
|
\@ifpackagelater{titlesec}{2016/03/15}%
|
||||||
{\@ifpackagelater{titlesec}{2016/03/21}%
|
{\@ifpackagelater{titlesec}{2016/03/21}%
|
||||||
{}%
|
{}%
|
||||||
|
Loading…
Reference in New Issue
Block a user