[latex3-commits] [git/LaTeX3-latex3-latex2e] luatex-softhyphen: Use ` \let\-\@@hyph` for luatex (03cbd03f)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon May 25 19:22:21 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : luatex-softhyphen
Link : https://github.com/latex3/latex2e/commit/03cbd03fc5d8ae7484748c11afe8b39687ee399f
>---------------------------------------------------------------
commit 03cbd03fc5d8ae7484748c11afe8b39687ee399f
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon May 25 19:22:21 2020 +0200
Use ` \let\-\@@hyph` for luatex
>---------------------------------------------------------------
03cbd03fc5d8ae7484748c11afe8b39687ee399f
base/ltdefns.dtx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index d10479a5..8b7a307a 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -1632,7 +1632,7 @@
}{}{}%
}
\else
- \let\-\@@disc
+ \let\-\@@hyph
\fi
%</2ekernel|latexrelease>
%<latexrelease>\EndIncludeInRelease
@@ -1650,6 +1650,9 @@
%<latexrelease>\IncludeInRelease{0000/00/00}{\-}{Use \hyphenchar in \-}%
%<latexrelease>\def\-{\discretionary{-}{}{}}
%<latexrelease>\EndIncludeInRelease
+% \end{macrocode}
+%
+% \begin{macrocode}
%<*2ekernel|latexrelease>
\let\@dischyph=\-
%</2ekernel|latexrelease>
More information about the latex3-commits
mailing list.