mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
more xetex-disambibuation: here, the flavor really matters.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fa8dae4201
commit
44aef91ea6
@ -1187,7 +1187,7 @@ void BufferParams::validate(LaTeXFeatures & features) const
|
||||
features.require("color");
|
||||
}
|
||||
|
||||
if (useXetex)
|
||||
if (features.runparams().flavor == OutputParams::XETEX)
|
||||
features.require("polyglossia");
|
||||
|
||||
if (language->lang() == "vietnamese")
|
||||
|
Loading…
Reference in New Issue
Block a user