summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/texnodes.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/texnodes.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texnodes.w6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texnodes.w b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
index ef88d489845..d5d2d2364b6 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texnodes.w
+++ b/Build/source/texk/web2c/luatexdir/tex/texnodes.w
@@ -237,8 +237,7 @@ const char *node_fields_whatsit_pdf_dest[] = {
"xyz_zoom", "objnum", NULL
};
const char *node_fields_whatsit_pdf_action[] = {
- "action_type", "named_id", "action_id", "file", "new_window", "data",
- "ref_count", NULL
+ "action_type", "named_id", "action_id", "file", "new_window", "data", NULL
};
const char *node_fields_whatsit_pdf_thread[] = {
"attr", "width", "depth", "height", "named_id", "thread_id", "thread_attr", NULL
@@ -300,6 +299,9 @@ const char *node_subtypes_marginkern[] = {
const char *node_subtypes_list[] = {
"unknown", "line", "box", "indent", "alignment", "cell", "equation", "equationnumber", NULL
};
+const char *node_subtypes_adjust[] = {
+ "normal", "pre", NULL
+};
const char *node_subtypes_math[] = {
"beginmath", "endmath", NULL
};