Merge pull request #8840 from jfbu/latex_fix_table_spacing_broken

Revert "Add \nobreak inside \sphinxAtStartPar"
This commit is contained in:
Jean-François B
2021-02-06 16:55:32 +01:00
committed by GitHub

View File

@@ -414,7 +414,7 @@
\DisableKeyvalOption{sphinx}{mathnumfig}
% To allow hyphenation of first word in narrow contexts; no option,
% customization to be done via 'preamble' key
\newcommand*\sphinxAtStartPar{\nobreak\hskip\z@skip}
\newcommand*\sphinxAtStartPar{\hskip\z@skip}
% No need for the \hspace{0pt} trick (\hskip\z@skip) with luatex
\ifdefined\directlua\let\sphinxAtStartPar\@empty\fi
% user interface: options can be changed midway in a document!