summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texnodes.w8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texnodes.w b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
index 6bfa14f2356..50fbe95190f 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texnodes.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
@@ -143,17 +143,17 @@ const char *node_fields_choice[] = {
"attr", "display", "text", "script", "scriptscript", NULL
};
const char *node_fields_radical[] = {
- "attr", "nucleus", "sub", "sup", "left", "degree", NULL
+ "attr", "nucleus", "sub", "sup", "left", "degree", "width", "options", NULL
};
const char *node_fields_fraction[] = {
- "attr", "width", "num", "denom", "left", "right", NULL
+ "attr", "width", "num", "denom", "left", "right", "middle", "options", NULL
};
const char *node_fields_accent[] = {
"attr", "nucleus", "sub", "sup", "accent", "bot_accent", "top_accent",
- "overlay_accent", NULL
+ "overlay_accent", "fraction", NULL
};
const char *node_fields_fence[] = {
- "attr", "delim", NULL
+ "attr", "delim", "italic", "height", "depth", "options", "class", NULL
};
const char *node_fields_math_char[] = {
"attr", "fam", "char", NULL