[latex3-commits] [git/latex3] master: Remove definition of \mode_leave_vertical: from xfss: it is in l3candidates (2668fb6)
Bruno Le Floch
bruno at le-floch.fr
Tue Nov 28 21:00:11 CET 2017
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2668fb62d6d56affe309e38e070e0029e7dd4956
>---------------------------------------------------------------
commit 2668fb62d6d56affe309e38e070e0029e7dd4956
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue Nov 28 15:00:11 2017 -0500
Remove definition of \mode_leave_vertical: from xfss: it is in l3candidates
The definition is different though so maybe we should worry about a change in
behaviour.
>---------------------------------------------------------------
2668fb62d6d56affe309e38e070e0029e7dd4956
l3trial/xfont/xfss.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3trial/xfont/xfss.dtx b/l3trial/xfont/xfss.dtx
index fca1844..f4cf930 100644
--- a/l3trial/xfont/xfss.dtx
+++ b/l3trial/xfont/xfss.dtx
@@ -563,10 +563,11 @@
%
% \begin{macro}{\mode_leave_vertical:}
% \begin{macro}{\xfss_text_in_math:n}
+% \pkg{expl3}'s \cs{mode_leave_vertical:} is different from \LaTeXe's.
% \LaTeXe's \cs{leavevmode} and \cs{mbox}
% \begin{macrocode}
-\cs_new_protected:Npn \mode_leave_vertical:
- { \hbox_unpack_clear:N \c_empty_box }
+ % \cs_new_protected:Npn \mode_leave_vertical:
+ % { \hbox_unpack_clear:N \c_empty_box }
\cs_if_free:NT \xfss_text_in_math:n
{
\cs_new_protected:Npn \xfss_text_in_math:n
More information about the latex3-commits
mailing list