]> git.lyx.org Git - features.git/commitdiff
ctests: hebrew PDF (LuaTeX) works.
authorGünter Milde <milde@lyx.org>
Tue, 5 Jan 2016 16:02:44 +0000 (17:02 +0100)
committerGünter Milde <milde@lyx.org>
Tue, 5 Jan 2016 16:07:15 +0000 (17:07 +0100)
Works with system-fonts due to font substitution in the test-script.
TODO: set system fonts that work in the lyx source(s) to allow compilation
"by hand".

development/autotests/suspiciousTests

index 6ddf611f844f5b21e5766e01f84c0a5c17bb0b8f..0410b45b92dbf7c5f0c17f0a14360f26b2ec903c 100644 (file)
@@ -112,6 +112,10 @@ export/doc/(|de/|es/|fr/)Math.*systemF
 # XeTeX artifact? works with LuaTeX, explore:
 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
 
+# Work with the fonts substituted "silently" by the test script.
+# TODO: set the system fonts in the lyx source
+#export/examples/he/splash_pdf5_systemF
+
 
 Sublabel: lyxbugs
 #
@@ -143,13 +147,6 @@ export/.*/hu/.*(pdf5)_texF
 # documents requiring pre-processing fail with Japanese #8823
 export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3?)
 
-# spurious polyglossia error #8035
-# False positive: even with fonts that have all required characters
-# (e.g. LinuxLibertine and LinuxBiolinum) polyglossia throws the error:
-#  ! Package polyglossia Error: The current roman font does not contain the
-#  Hebrew script!
-export/examples/he/splash_pdf5_systemF
-
 
 Sublabel: ert
 #
@@ -184,11 +181,9 @@ export/examples/PDF-form_(dvi.*|pdf[^25]*)
 export/examples/(|de/|fr/)PDF-comment_dvi3_.*F
 export/examples/(|de/|fr/)PDF-comment_pdf5_texF
 
-# Hebrew docs do not currently work with LuaTeX
-export/.*/he/.*(pdf5|dvi3).*
-# ... nor with XeTeX and 8-bit TeX fonts
-# These exports correctly fail now on TeX Live 2014. Although they compiled
-# without error on TeX Live 2013, the resulting PDFs had gibberish.
+# Hebrew docs do not currently work with DVI (LuaTeX)
+export/.*/he/.*dvi3.*
+# ... nor with XeTeX and 8-bit TeX fonts (due to missing ASCII replacements)
 export/.*/he/.*pdf4_texF
 
 # Babel-Russian uses UTF-8 for auto-strings if it detects Xe/LuaTeX.