]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
Few math fonts improvements (use cmr for uppercase greek, support for
[features.git] / src / mathed / formulabase.C
index 5caf39373865de065313de937824156fc60d1b16..48e92c0d2826ccdbd0126e622fd45ba7e7e2197e 100644 (file)
@@ -523,6 +523,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
        case LFUN_EMPH:         handleFont(bv, LM_TC_CAL); break;
        case LFUN_ROMAN:        handleFont(bv, LM_TC_RM); break;
        case LFUN_CODE:         handleFont(bv, LM_TC_TT); break;
+       case LFUN_NOUN:         handleFont(bv, LM_TC_BB); break;
        case LFUN_DEFAULT:      handleFont(bv, LM_TC_VAR); break;
 
        case LFUN_MATH_MODE: