mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Enable polyglossia for LuaTeX
This commit is contained in:
parent
f3c1a4fbeb
commit
edd37de8b4
@ -1356,7 +1356,8 @@ void BufferParams::validate(LaTeXFeatures & features) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
// some languages are only available via polyglossia
|
// some languages are only available via polyglossia
|
||||||
if (features.runparams().flavor == OutputParams::XETEX
|
if ((features.runparams().flavor == OutputParams::XETEX
|
||||||
|
|| features.runparams().flavor == OutputParams::LUATEX)
|
||||||
&& (features.hasPolyglossiaExclusiveLanguages()
|
&& (features.hasPolyglossiaExclusiveLanguages()
|
||||||
|| useNonTeXFonts))
|
|| useNonTeXFonts))
|
||||||
features.require("polyglossia");
|
features.require("polyglossia");
|
||||||
|
Loading…
Reference in New Issue
Block a user