summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-low.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mult-low.lua')
-rw-r--r--tex/context/base/mult-low.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/context/base/mult-low.lua b/tex/context/base/mult-low.lua
index 96224da67..2a68e0cc7 100644
--- a/tex/context/base/mult-low.lua
+++ b/tex/context/base/mult-low.lua
@@ -98,6 +98,10 @@ return {
"startmodule", "stopmodule", "usemodule",
--
"typescriptone", "typescripttwo", "typescriptthree", "mathsizesuffix",
+ --
+ "mathordcode", "mathopcode", "mathbincode", "mathrelcode", "mathopencode", "mathclosecode",
+ "mathpunctcode", "mathalphacode", "mathinnercode", "mathnothingcode", "mathlimopcode",
+ "mathnolopcode", "mathboxcode", "mathchoicecode", "mathaccentcode", "mathradicalcode",
},
["helpers"] = {
--
@@ -121,6 +125,8 @@ return {
"unvoidbox",
"vfilll",
--
+ "mathbox", "mathlimop", "mathnolop", "mathnothing", "mathalpha",
+ --
"currentcatcodetable", "defaultcatcodetable", "catcodetablename",
"newcatcodetable", "startcatcodetable", "stopcatcodetable", "startextendcatcodetable", "stopextendcatcodetable",
"pushcatcodetable", "popcatcodetable", "restorecatcodes",
@@ -200,6 +206,8 @@ return {
"firstoffivearguments", "secondoffivearguments", "thirdoffivearguments", "fourthoffivearguments", "fifthoffivearguments",
"firstofsixarguments", "secondofsixarguments", "thirdofsixarguments", "fourthofsixarguments", "fifthofsixarguments", "sixthofsixarguments",
--
+ "firstofoneunexpanded",
+ --
"gobbleoneargument", "gobbletwoarguments", "gobblethreearguments", "gobblefourarguments", "gobblefivearguments", "gobblesixarguments", "gobblesevenarguments", "gobbleeightarguments", "gobbleninearguments", "gobbletenarguments",
"gobbleoneoptional", "gobbletwooptionals", "gobblethreeoptionals", "gobblefouroptionals", "gobblefiveoptionals",
--