]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/unreliableTests
Add example for mulit-lingual Japanese document with CJKutf8.
[lyx.git] / development / autotests / unreliableTests
index f3d2734bb91bb195c6def7a928b7877993f527ee..f23fc01b86ec58b2a003c9e790017c200f2062a8 100644 (file)
@@ -61,6 +61,15 @@ export/export/latex/cp858_pdf2
 # Seminar export with LaTeX fails in latest TeXLive:
 export/examples/(|fr/)seminar_(dvi|pdf).*
 
+# `acmart` calls "libertine" as default font.
+# With TeXLive < 18, this clashes with LyX setting up 8-bit TeX fonts
+# PDF (luatex) and PDF (xetex) (compilation error or wrong fonts).
+# See also #9744 allow parallel configuration of TeX and non-TeX fonts.
+export/templates/acmart_pdf[45]_texF
+
+# "UnicodeDecodeError" with Python 2
+export/examples/ja/multilingual_lyx.*
+
 
 Sublabel: wrong_output
 ######################
@@ -100,6 +109,13 @@ export/export/mixing_inTitle_layouts_(pdf|dvi).*
 export/doc/es/Customization_dvi3_systemF
 export/examples/(|es/)(europe|modern)CV_dvi3_systemF
 
-#9681 textgreek and textcyr also required for encodable characters
-# -> Latin transcription instead of Greek
-export/export/latex/unicodesymbols/008-greek-and-coptic_iso8859-7_pdf2
+# original problem fixed but run-together words in Russian
+#9637 textgreek and textcyr depend on font-encoding, not input encoding
+export/export/latex/ru-accent-ascii_pdf2
+
+# `acmart` requires PDFlatex:
+# * Missing page number in DVI, Postscript, and PDF (ps2pdf)
+# * "PDF (ps2pdf)" fails (problem with Postscript) in TeXLive < 2018
+export/templates/acmart_dvi.*
+#export/templates/acmart_ps # not tested by ctest autotests
+export/templates/acmart_pdf