mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Polyglossia is no longer restricted to XeTeX.
Thus enable the use of LuaTeX for all polyglossia-supported languages.
This commit is contained in:
parent
cd68c6afdf
commit
343c4c0af8
@ -2418,11 +2418,8 @@ vector<string> BufferParams::backends() const
|
||||
v.push_back("xetex");
|
||||
} else if (buffmt == "xetex") {
|
||||
v.push_back("xetex");
|
||||
// FIXME: need to test all languages (bug 8205)
|
||||
if (!language || !language->isPolyglossiaExclusive()) {
|
||||
v.push_back("luatex");
|
||||
v.push_back("dviluatex");
|
||||
}
|
||||
v.push_back("luatex");
|
||||
v.push_back("dviluatex");
|
||||
} else
|
||||
v.push_back(buffmt);
|
||||
|
||||
|
@ -14,6 +14,7 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Enable the use of LuaTeX for all polyglossia-supported languages.
|
||||
|
||||
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
|
Loading…
Reference in New Issue
Block a user