summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-13 08:14:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-08-13 08:14:27 +0000
commit9a47106d115b425b8ca87c84948a85b10ca4789c (patch)
tree365e6ba764c7464af6eca8f718db4eb883136f64 /Build/source/texk/web2c/luatexdir/tex
parentcafe7e3f4c0ada7f125b1e2bc04bf67d838ea8b0 (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@41846 c570f23f-e606-0410-a88d-b1316a301751
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