]> git.lyx.org Git - features.git/commit
Drop support for XeTeX + TeX fonts + inputenc utf8.
authorGünter Milde <milde@lyx.org>
Fri, 12 Jul 2019 10:46:50 +0000 (12:46 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:35 +0000 (15:48 +0200)
commit9fb15d08977e0071ed6122f6ccb5c754f2de4dca
tree94d72f5ab070e7c0bc4f2cd869ce1db95b1b4cda
parent39850d89f72360521622b043568655f26ef57f77
Drop support for XeTeX + TeX fonts + inputenc utf8.

LyX follows LaTeX in dropping support for this combination
(it only worked by tricking "inputenc.sty").
There is no known case where this combination is required or helpfull.

For power users with special needs, XeTeX + TeX fonts is still
available after setting the input encoding to "ascii" or "utf8-plain".

See also #10600.
autotests/export/latex/inputenc-xetex-utf8-expl3-bug.lyx
autotests/export/latex/inputenc-xetex-utf8.lyx [deleted file]
development/autotests/ignoredTests
development/autotests/invertedTests
development/autotests/unreliableTests
src/Buffer.cpp
src/BufferParams.cpp
src/output_latex.cpp