diff options
author | Hans Hagen <pragma@wxs.nl> | 2020-08-31 22:42:33 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2020-08-31 22:42:33 +0200 |
commit | 91db5eb6c95b185e3f1cc7aa0d04e1aeba1d4941 (patch) | |
tree | 5d4bb013051c1311118aac810d0d560fad54a648 /tex/context/base/mkiv/mult-low.lua | |
parent | 0c426d0b6acb0d5595afd53f0fee52ee6ec6aa11 (diff) | |
download | context-91db5eb6c95b185e3f1cc7aa0d04e1aeba1d4941.tar.gz |
2020-08-31 22:04:00
Diffstat (limited to 'tex/context/base/mkiv/mult-low.lua')
-rw-r--r-- | tex/context/base/mkiv/mult-low.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/mult-low.lua b/tex/context/base/mkiv/mult-low.lua index bc9913595..51bb9e052 100644 --- a/tex/context/base/mkiv/mult-low.lua +++ b/tex/context/base/mkiv/mult-low.lua @@ -162,7 +162,8 @@ return { "normalhyphenationmodecode", "automatichyphenationmodecode", "explicithyphenationmodecode", "syllablehyphenationmodecode", "uppercasehyphenationmodecode", "completehyphenationmodecode", "compoundhyphenationmodecode", "strictstarthyphenationmodecode", "strictendhyphenationmodecode", - "automaticpenaltyhyphenationmodecode", "explicitpenaltyhyphenationmodecode", "permitgluehyphenationmodecode", + "automaticpenaltyhyphenationmodecode", "explicitpenaltyhyphenationmodecode", + "permitgluehyphenationmodecode", "permitallhyphenationmodecode", "permitmathreplacehyphenationmodecode", -- "normalizelinemodecode", "indentskipmodecode", "swaphangindentmodecode", "swapparskipmodecode", "breakafterdirmodecode", }, @@ -376,7 +377,7 @@ return { "gobbleoneoptional", "gobbletwooptionals", "gobblethreeoptionals", "gobblefouroptionals", "gobblefiveoptionals", -- "dorecurse", "doloop", "exitloop", "dostepwiserecurse", "recurselevel", "recursedepth", "dofastloopcs", "fastloopindex", "fastloopfinal", "dowith", - "doloopovermatch", "doloopoverlist", + "doloopovermatch", "doloopovermatched", "doloopoverlist", -- "newconstant", "setnewconstant", "setconstant", "setconstantvalue", "newconditional", "settrue", "setfalse", "settruevalue", "setfalsevalue", |