]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_support.C
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_support.C
index 5867c5a49a0677444f9e75c19640e6993ccf2024..ee036fe9ef48fe5b657039e92d7b5c38d3545d84 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include <config.h>
 
@@ -14,7 +11,7 @@
 #include "frontends/font_metrics.h"
 #include "frontends/lyx_gui.h"
 #include "debug.h"
-#include "commandtags.h"
+#include "lfuns.h"
 #include "dimension.h"
 
 #include <map>
@@ -538,6 +535,7 @@ fontinfo fontinfos[] = {
        {"mathrm", LyXFont::ROMAN_FAMILY, inh_series, inh_shape, LColor::math},
        {"mathsf", LyXFont::SANS_FAMILY, inh_series, inh_shape, LColor::math},
        {"mathbb", LyXFont::MSB_FAMILY, inh_series, inh_shape, LColor::math},
+       {"mathtt", LyXFont::TYPEWRITER_FAMILY, inh_series, inh_shape, LColor::math},
        {"cmex",   LyXFont::CMEX_FAMILY, inh_series, inh_shape, LColor::none},
        {"cmm",    LyXFont::CMM_FAMILY, inh_series, inh_shape, LColor::none},
        {"cmr",    LyXFont::CMR_FAMILY, inh_series, inh_shape, LColor::none},