diff options
author | Hans Hagen <pragma@wxs.nl> | 2022-12-15 19:13:44 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2022-12-15 19:13:44 +0100 |
commit | 8f472c629a996f1c08281198210354a253d7f56b (patch) | |
tree | 26f5fa0bda520d7ea9e87947df6978b9085a7d58 /tex/context/base/mkxl/lang-hyp.mkxl | |
parent | 3bdc9b9072bba774cd5c604fe185d39ddbdc911e (diff) | |
download | context-8f472c629a996f1c08281198210354a253d7f56b.tar.gz |
2022-12-15 17:52:00
Diffstat (limited to 'tex/context/base/mkxl/lang-hyp.mkxl')
-rw-r--r-- | tex/context/base/mkxl/lang-hyp.mkxl | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tex/context/base/mkxl/lang-hyp.mkxl b/tex/context/base/mkxl/lang-hyp.mkxl index ae8b84dcb..25699696e 100644 --- a/tex/context/base/mkxl/lang-hyp.mkxl +++ b/tex/context/base/mkxl/lang-hyp.mkxl @@ -107,19 +107,19 @@ % [\c!method=\s!traditional] % no translations \permanent\tolerant\protected\def\definehyphenationfeatures[#1]#*[#2]% - {\begingroup - \letdummyparameter\c!characters \empty % maybe \s!characters - \letdummyparameter\c!hyphens \empty % maybe \s!hyphens - \letdummyparameter\c!joiners \empty % maybe \s!joiners - \letdummyparameter\c!rightwords \zerocount % maybe \s!rightwords - \letdummyparameter\s!lefthyphenmin \zerocount - \letdummyparameter\s!righthyphenmin \zerocount - \letdummyparameter\s!hyphenmin \zerocount - \letdummyparameter\s!lefthyphenchar \zerocount - \letdummyparameter\s!righthyphenchar\zerocount - \letdummyparameter\c!alternative \empty - \letdummyparameter\c!rightedge \empty - \letdummyparameter\c!rightchars \empty + {\begingroup % maybe simple handler + \resetdummyparameter\c!characters % maybe \s!characters + \resetdummyparameter\c!hyphens % maybe \s!hyphens + \resetdummyparameter\c!joiners % maybe \s!joiners + \letdummyparameter \c!rightwords \zerocount % maybe \s!rightwords + \letdummyparameter \s!lefthyphenmin \zerocount + \letdummyparameter \s!righthyphenmin \zerocount + \letdummyparameter \s!hyphenmin \zerocount + \letdummyparameter \s!lefthyphenchar \zerocount + \letdummyparameter \s!righthyphenchar\zerocount + \resetdummyparameter\c!alternative + \resetdummyparameter\c!rightedge + \resetdummyparameter\c!rightchars \getdummyparameters[#2]% \clf_definehyphenationfeatures {#1}% |