mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Use nomath font also if other font package is selected (#11733)
This commit is contained in:
parent
20e1fe4674
commit
79ef5694d1
@ -3452,7 +3452,7 @@ string const BufferParams::loadFonts(LaTeXFeatures & features) const
|
||||
bool const ot1 = (main_font_encoding() == "default" || main_font_encoding() == "OT1");
|
||||
bool const dryrun = features.runparams().dryrun;
|
||||
bool const complete = (fontsSans() == "default" && fontsTypewriter() == "default");
|
||||
bool const nomath = (fontsMath() == "default");
|
||||
bool const nomath = (fontsMath() != "auto");
|
||||
|
||||
// ROMAN FONTS
|
||||
os << theLaTeXFonts().getLaTeXFont(from_ascii(fontsRoman())).getLaTeXCode(
|
||||
|
Loading…
Reference in New Issue
Block a user