summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mult-prm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mult-prm.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mult-prm.lua14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/mult-prm.lua b/Master/texmf-dist/tex/context/base/mult-prm.lua
index 1775fe0bc5c..e6fa4abccf3 100644
--- a/Master/texmf-dist/tex/context/base/mult-prm.lua
+++ b/Master/texmf-dist/tex/context/base/mult-prm.lua
@@ -1,3 +1,5 @@
+-- the tex table has overlap
+
return {
["aleph"]={
"AlephVersion",
@@ -76,13 +78,14 @@ return {
"widowpenalties",
},
["luatex"]={
+ "Uchar",
"Udelcode",
"Udelcodenum",
"Udelimiter",
"Udelimiterover",
"Udelimiterunder",
"Umathaccent",
- "Umathaccents",
+--"Umathaccents",
"Umathaxis",
"Umathbinbinspacing",
"Umathbinclosespacing",
@@ -92,7 +95,7 @@ return {
"Umathbinordspacing",
"Umathbinpunctspacing",
"Umathbinrelspacing",
- "Umathbotaccent",
+--"Umathbotaccent",
"Umathchar",
"Umathchardef",
"Umathcharnum",
@@ -410,7 +413,7 @@ return {
"Udelimiterover",
"Udelimiterunder",
"Umathaccent",
- "Umathaccents",
+--"Umathaccents",
"Umathaxis",
"Umathbinbinspacing",
"Umathbinclosespacing",
@@ -420,7 +423,7 @@ return {
"Umathbinordspacing",
"Umathbinpunctspacing",
"Umathbinrelspacing",
- "Umathbotaccent",
+--"Umathbotaccent",
"Umathchar",
"Umathchardef",
"Umathcharnum",
@@ -1024,6 +1027,7 @@ return {
"skewchar",
"skip",
"skipdef",
+--"skipexpr",
"spacefactor",
"spaceskip",
"span",
@@ -1111,4 +1115,4 @@ return {
["xetex"]={
"XeTeXversion",
},
-} \ No newline at end of file
+}