From a41dcb57689f9efcf4b089c67ffe7491952daa6a Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 23 Sep 2012 17:40:44 +0200 Subject: [PATCH] Recognize Provides from math fonts --- src/LaTeXFeatures.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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); } -- 2.39.2