Allow to provide xunicode.

This commit is contained in:
Juergen Spitzmueller 2017-09-15 09:36:16 +02:00
parent ccf33ccf5f
commit 7309ae50b4

View File

@ -2286,7 +2286,8 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
// (the rest is obsoleted by the new TU encoding).
// It needs to be loaded at least after amsmath, amssymb,
// esint and the other packages that provide special glyphs
if (features.mustProvide("tipa") && useNonTeXFonts) {
if (features.mustProvide("tipa") && useNonTeXFonts
&& !features.isProvided("xunicode")) {
// The package officially only supports XeTeX, but also works
// with LuaTeX. Thus we work around its XeTeX test.
if (features.runparams().flavor != OutputParams::XETEX) {