]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_defs.h
halfway through fixing size of math in non-standard sizesd paragraohs like
[features.git] / src / mathed / math_defs.h
index 51c6a7b28e232a5df4b83446b0de0868d0b1adff..6b49f5db9ddef9c22e46853ae8520678ea72662c 100644 (file)
 #endif
 
 
-/// Standard Math Sizes (Math mode styles)
-enum MathStyles {
-       ///
-       LM_ST_DISPLAY = 0,
-       ///
-       LM_ST_TEXT,
-       ///
-       LM_ST_SCRIPT,
-       ///
-       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) */
 enum MathTextCodes  {