summaryrefslogtreecommitdiff
path: root/tex/context/base/mult-low.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-02-08 21:04:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-02-08 21:04:00 +0100
commitc5de3b109d06dbee374f754a7c86d7aac2c4ec3f (patch)
treef931e06e45076cd7f0c8c6232ff593fa8f464d54 /tex/context/base/mult-low.lua
parent586e8f786598e3f3447e3dbe3589a54c9e6bb696 (diff)
downloadcontext-c5de3b109d06dbee374f754a7c86d7aac2c4ec3f.tar.gz
beta 2012.02.08 21:04
Diffstat (limited to 'tex/context/base/mult-low.lua')
-rw-r--r--tex/context/base/mult-low.lua18
1 files changed, 16 insertions, 2 deletions
diff --git a/tex/context/base/mult-low.lua b/tex/context/base/mult-low.lua
index 2a68e0cc7..c08247afd 100644
--- a/tex/context/base/mult-low.lua
+++ b/tex/context/base/mult-low.lua
@@ -97,11 +97,17 @@ return {
"starttext", "stoptext", "startdocument", "stopdocument", "documentvariable",
"startmodule", "stopmodule", "usemodule",
--
+ "enablemode", "disablemode", "preventmode", "pushmode", "popmode",
+ --
"typescriptone", "typescripttwo", "typescriptthree", "mathsizesuffix",
--
"mathordcode", "mathopcode", "mathbincode", "mathrelcode", "mathopencode", "mathclosecode",
"mathpunctcode", "mathalphacode", "mathinnercode", "mathnothingcode", "mathlimopcode",
"mathnolopcode", "mathboxcode", "mathchoicecode", "mathaccentcode", "mathradicalcode",
+ --
+ "constantnumber", "constantnumberargument", "constantdimen", "constantdimenargument", "constantemptyargument",
+ --
+ "continueifinputfile",
},
["helpers"] = {
--
@@ -114,11 +120,19 @@ return {
"starttexdefinition", "stoptexdefinition",
"starttexcode", "stoptexcode",
--
+ "doifsetupselse", "doifsetups", "doifnotsetups", "setup", "setups", "texsetup", "xmlsetup", "luasetup", "directsetup",
+ --
+ "newmode", "setmode", "resetmode",
+ "newsystemmode", "setsystemmode", "resetsystemmode", "pushsystemmode", "popsystemmode",
+ "booleanmodevalue",
+ --
"newcount", "newdimen", "newskip", "newmuskip", "newbox", "newtoks", "newread", "newwrite", "newmarks", "newinsert", "newattribute", "newif",
"newlanguage", "newfamily", "newfam", "newhelp", -- not used
--
"then",
--
+ "donothing", "dontcomplain",
+ --
"donetrue", "donefalse",
--
"htdp",
@@ -182,7 +196,7 @@ return {
--
"singleexpandafter", "doubleexpandafter", "tripleexpandafter",
--
- "dontleavehmode",
+ "dontleavehmode", "removelastspace", "removeunwantedspaces",
--
"wait", "writestatus", "define", "redefine",
--
@@ -228,6 +242,6 @@ return {
--
"startnointerference", "stopnointerference",
--
- "strut", "setstrut", "strutbox", "strutht", "strutdp", "strutwd",
+ "strut", "setstrut", "strutbox", "strutht", "strutdp", "strutwd", "begstrut", "endstrut",
}
}