On 2015-11-16, Kornel Benko wrote: > Am Montag, 16. November 2015 um 21:01:19, schrieb Guenter Milde > <mi...@users.sf.net> >> On 2015-11-16, Kornel Benko wrote: >> > Am Montag, 16. November 2015 um 14:17:23, schrieb Scott Kostyshak >> > <skost...@lyx.org>
... >> >> > ATM, the latex comments in user preamble are removed before >> >> > export test. ... > It is not the test script return failure. It is lyx itself interpreting > latex result. If lyx exit != 0, then there is no choice for the test > IMHO. However, as the "non-ASCII in preamble" warning is a false positive and LaTeX does not have a problem with "unencodable" characters in a comment, it is no problem to leave these comments in the lyx-document and no wonder that removing them does not solve any failure. Test with de/Customization.lyx (where XeTeX-compilation works despite the warnings): lyx/lib/doc/de > lyx-svn -e pdf4 Customization.lyx BufferParams.cpp (1978): Uncodable character 'ä' in user preamble! ... BufferParams.cpp (1978): Uncodable character 'ß' in user preamble! Warning: Unkodierbares Zeichen im Benutzervorspann ---------------------------------------- Der LaTeX-Vorspann Ihres Dokuments enthält Zeichen,die in der aktuellen Kodierung nicht dargestellt werden können (nämlich: äääöüüüöüüäüöß). Die betroffenen Zeichen werden in der LaTeX-Ausgabe weggelassen. Wählen Sie eine passende Kodierung (bspw. utf8) oder ändern Sie den LaTeX-Code im Vorspann. This is XeTeX, Version 3.14159265-2.6-0.99992 (TeX Live 2015/Debian) (preloaded format=xelatex) restricted \write18 enabled. ... Could you log and post the error messages for failing tests? Günter