summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texmath.h')
-rw-r--r--source/luametatex/source/tex/texmath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/luametatex/source/tex/texmath.h b/source/luametatex/source/tex/texmath.h
index ba02e8373..65f706a3c 100644
--- a/source/luametatex/source/tex/texmath.h
+++ b/source/luametatex/source/tex/texmath.h
@@ -272,10 +272,12 @@ typedef enum math_class_options {
auto_inject_class_option = 0x0100000,
remove_italic_correction_class_option = 0x0200000,
operator_italic_correction_class_option = 0x0400000,
+ short_inline_class_option = 0x0800000,
no_class_options = 0xF000000,
} math_class_options;
extern int tex_math_has_class_option(halfword cls, int option);
+extern int tex_math_has_class_parent(halfword cls);
typedef enum math_atom_font_options {
math_atom_no_font_option = 0,