On 2016-03-15, Kornel Benko wrote: >> > Tested again: >> > 0% tests passed, 11 tests failed out of 11
... >> Kornel, could you please try to "recreate" one of the failing test cases "by >> hand" and report the error log? > OK, trying with EXAMPLES_export/examples/ru/splash_pdf5_systemF: > ... > {/usr9/local/texlive/2015/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] > luaotfload | load : Lookup/name: "DejaVu Sans Mono" -> "DejaVuSansMono.ttf" > ! Package polyglossia Error: The current roman font does not contain the > Cyrill > ic script! > (polyglossia) Please define \cyrillicfont with \newfontfamily. > See the polyglossia package documentation for explanation. > Type H <return> for immediate help. > ... > Still the output looks good. Not here. I get Для LYX существует система отслеживания ошибок, кото- рую вы можете найти по адресу \FontspecSetCheckBoolTrue \FontspecSetCheckBoolFalsehttp://www.lyx.org/trac/wiki/ BugTrackerHome. Перед тем как сообщать об ошибке, удосто- верьтесь, что об этой ошибке ещё никто не сообщал в си- стему отслеживания ошибок. ... > Removing the url 'http://www.lyx.org/' in > 6. Страница LyX в Internet находится по адресу http://www.lyx.org/. Вы > можете найти информацию о программе LyX, подписаться на списки рассылки, > ознакомиться с графическими образами экрана LyX, и многое другое. > makes it compile again. Alternatively, just dissolving the URL insets circumvents the spurious error as well. (I have to change 2 URLs.) Interestingly, there is no error for DejaVu Sans Mono outside the URL inset! I.e. a workaround would be to use the hyperlink inset: \texttt{\href{http://www.lyx.org/}{http://www.lyx.org/}} despite the message luaotfload | load : Lookup/name: "DejaVu Sans Mono" -> "DejaVuSansMono.ttf" luaotfload | aux : font no 90 (DejaVuSansMono) defines no feature for script cyr l with language rus luaotfload | aux : no font with id 90 in the log after compiling with LuaTeX. So it is only in an URL that the DejaVu Sans Mono triggers the spurious error. This explains, why some Russian documents are not affected. OTOH, if I set, e.g. New Courier as monospaced font there are "Polyglossia: does not support Cyrillic" errors for use outside of an URL, too. Interestingly, there is no failure with XeTeX. There is also no failure when I force the use of babel. -> Here, the problem with ru/Intro.lyx is limited to the combination LuaTeX + fonspec + polyglossia + url Günter