]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_defs.h
mathed95.diff
[features.git] / src / mathed / math_defs.h
index cec78c5efce5f809769bc881323b52800f66616b..b1790c87f23bb233cdbb2846a67a5d7577b1e793 100644 (file)
@@ -37,6 +37,13 @@ enum MathStyles {
        LM_ST_SCRIPTSCRIPT
 };
 
+// decrease math size for super- and subscripts
+MathStyles smallerStyleScript(MathStyles);
+
+// decrease math size for fractions
+MathStyles smallerStyleFrac(MathStyles st);
+
+
 
 /** The restrictions of a standard LaTeX math paragraph
   allows to get a small number of text codes (<30) */