mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +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
|
||||
if (features.runparams().flavor == OutputParams::XETEX
|
||||
if ((features.runparams().flavor == OutputParams::XETEX
|
||||
|| features.runparams().flavor == OutputParams::LUATEX)
|
||||
&& (features.hasPolyglossiaExclusiveLanguages()
|
||||
|| useNonTeXFonts))
|
||||
features.require("polyglossia");
|
||||
|
Loading…
Reference in New Issue
Block a user