]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCode.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetCode.h
index 841ae0d0c7b23dc3f72ba9f000ea6cd2c2a7a6bf..714d478ba62983a2b5d1128cd2ba244429044a95 100644 (file)
@@ -218,6 +218,12 @@ enum InsetCode {
        MATH_XYMATRIX_CODE,
        ///
        MATH_MACRO_CODE,
+       ///
+       ARGUMENT_PROXY_CODE, // 100
+       ///
+       PREVIEW_CODE,
+       ///
+       INSET_CODE_SIZE,
 };
 
 } // namespace lyx