Merge pull request #8877 from jfbu/latex_better_fix_8838

Fix #8838 by forcing horizontal mode before inserting the penalty
This commit is contained in:
Jean-François B
2021-02-12 21:26:26 +01:00
committed by GitHub

View File

@@ -417,7 +417,7 @@
\DisableKeyvalOption{sphinx}{mathnumfig}
% To allow hyphenation of first word in narrow contexts; no option,
% customization to be done via 'preamble' key
\newcommand*\sphinxAtStartPar{\hskip\z@skip}
\newcommand*\sphinxAtStartPar{\leavevmode\nobreak\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!