]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFeatures.cpp
Recognize Provides from math fonts
[features.git] / 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);
 }