From 9a47106d115b425b8ca87c84948a85b10ca4789c Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 13 Aug 2016 08:14:27 +0000 Subject: luatexdir: sync with the upstream git-svn-id: svn://tug.org/texlive/trunk@41846 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/tex/texnodes.w | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/tex') 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 -- cgit v1.2.3