[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Define \languagename for typesetting (aab6832e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 13 16:43:43 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/aab6832e08a51e60120f6f1f758c1b335d95327b
>---------------------------------------------------------------
commit aab6832e08a51e60120f6f1f758c1b335d95327b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 13 15:43:43 2019 +0000
Define \languagename for typesetting
>---------------------------------------------------------------
aab6832e08a51e60120f6f1f758c1b335d95327b
support/hyphen.cfg | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/support/hyphen.cfg b/support/hyphen.cfg
index 97147a35..767f989d 100644
--- a/support/hyphen.cfg
+++ b/support/hyphen.cfg
@@ -1,7 +1,9 @@
\InputIfFileExists{UShyphen.tex}%
{\message{Loading hyphenation patterns for US english.}%
\language=0
- \lefthyphenmin=2 \righthyphenmin=3 } % disallow x- or -xx breaks
+ \lefthyphenmin=2 \righthyphenmin=3
+ \def\languagename{english}%
+ } % disallow x- or -xx breaks
{\errhelp{The configuration for hyphenation is incorrectly
installed.^^J%
If you don't understand this error message you need
More information about the latex3-commits
mailing list