mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Recognize Provides from math fonts
This commit is contained in:
parent
a1bda4e045
commit
a41dcb5768
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user