From b863fb0723104bf702e4b4d8b967a7ce0c2255b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Tue, 14 Feb 2017 22:31:12 +0100 Subject: [PATCH] ctests: update inversion patterns. The new TeXLive uses font encoding TU for Unicode fonts with Xe- and LuaTeX. The command \textquotedbl for straight quotes is no longer supported, \textipa no longer supported with LuaTeX. Problems with Spanish Babel and Xe/LuaTeX with 8-bit fonts lead to new errors in some cases. --- development/autotests/invertedTests | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 881f701e66..c7117f33d6 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -185,6 +185,17 @@ export/.*/he/.*pdf4_texF export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF export/examples/ru/splash_(dvi3|pdf[45])_texF +# Babel-Spanish uses UTF-8 for auto-strings if it detects Xe/LuaTeX. +# This leads to wrong output (see unreliableTests) and fails in some cases +# unless the inputencoding is set to utf-8, too. +# +# ! Undefined control sequence. +# ...art {link}{\Hy@tocdestname }{\nonumberline Í +# ndice alfabético}\hyper... +# l.393 ... Índice alfabético}{175}{chapter*.10} +export/doc/es/UserGuide_(dvi3|pdf5)_systemF + + # Gives the following error: # # ! Package hpstatement Error: H or P statement "H251" # # (hpstatement) is not defined. @@ -203,12 +214,9 @@ export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*) # xy package: .*(|fr/)xy(pic|figure).*pdf5.* -# Polyglossia + LuaTeX + \verb bug with Cyrillic and Greek: -# when compiling with LuaTeX, the "verb" and "url" macros trigger a false -# error (also with fonts supporting Cyrillic!) and spurious output -# See https://github.com/reutenauer/polyglossia/issues/160 -export/examples/(ru|uk)/splash_(dvi3|pdf5)_systemF -export/doc/(ru|uk)/Intro_(dvi3|pdf5)_systemF +# command \textipa not defined with LuaTeX and Unicode fonts: +export/examples/(|de/|es/|fr/)linguistics_(dvi3|pdf5)_systemF + # Problem with Check and Slovak Babel support. # (reported per mail to Petr Tesa\v{r}\'ik, 2016-09-06) -- 2.39.2