Add note about missing characters now errors with Xe/LuaTeX.

(cf. ticket #9610)
This commit is contained in:
Günter Milde 2015-08-26 08:41:12 +02:00
parent fb3bb6361c
commit 03bf276c61

View File

@ -118,7 +118,7 @@
* LyX needs to be run under Python 2 and will not work properly on systems
where Python 3 is the default binary. See bug #7030 to know how to fix
this properly, since simple sheebang conversion in *.py files will not
this properly, since simple shebang conversion in *.py files will not
be enough.
@ -130,3 +130,7 @@
compile with error. However, because now in 2.2.x users can click on
the "Show Output Anyway" button, the document can still be viewed.
* With XeTeX and LuaTeX, missing characters in the output are now reported
as errors. This leads to error reports for documents that compiled without
error before. However, the error was always present but went undetected!