mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +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)
|
nomath)
|
||||||
|| theLaTeXFonts().getLaTeXFont(
|
|| theLaTeXFonts().getLaTeXFont(
|
||||||
from_ascii(params_.fonts_typewriter)).provides(name, ot1,
|
from_ascii(params_.fonts_typewriter)).provides(name, ot1,
|
||||||
|
complete,
|
||||||
|
nomath)
|
||||||
|
|| theLaTeXFonts().getLaTeXFont(
|
||||||
|
from_ascii(params_.fonts_math)).provides(name, ot1,
|
||||||
complete,
|
complete,
|
||||||
nomath);
|
nomath);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user