Recognize Provides from math fonts

This commit is contained in:
Juergen Spitzmueller 2012-09-23 17:40:44 +02:00
parent a1bda4e045
commit a41dcb5768

View 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);
}