From: Juergen Spitzmueller Date: Sun, 23 Sep 2012 15:40:44 +0000 (+0200) Subject: Recognize Provides from math fonts X-Git-Tag: 2.1.0beta1~1507 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a41dcb57689f9efcf4b089c67ffe7491952daa6a;p=features.git Recognize Provides from math fonts --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 169f4e6873..e2abc6dbed 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -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); }