]> git.lyx.org Git - features.git/commitdiff
Recognize Provides from math fonts
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 23 Sep 2012 15:40:44 +0000 (17:40 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 23 Sep 2012 15:40:44 +0000 (17:40 +0200)
src/LaTeXFeatures.cpp

index 169f4e68737d616ce1d63b023eaa4ebc2b802ef5..e2abc6dbedfb3d5c7bdda71493a95a7ad483732a 100644 (file)
@@ -490,6 +490,10 @@ bool LaTeXFeatures::isProvided(string const & name) const
                                                                 nomath)
                || theLaTeXFonts().getLaTeXFont(
                        from_ascii(params_.fonts_typewriter)).provides(name, ot1,
+                                                                      complete,
+                                                                      nomath)
+               || theLaTeXFonts().getLaTeXFont(
+                       from_ascii(params_.fonts_math)).provides(name, ot1,
                                                                       complete,
                                                                       nomath);
 }