]> git.lyx.org Git - lyx.git/blob - development/autotests/revertedTests
Fix polyglossia exports for docs with babel cmds
[lyx.git] / development / autotests / revertedTests
1 # Hebrew docs do not currently work with LuaTeX
2 export/.*/he/(Intro|Tutorial|example).*(pdf5|dvi3)_.*
3 export/.*/he/(splash).*(dvi3)_.*
4 export/examples/he/splash_pdf5_texF
5 #
6 # FIXME
7 # After LyX 2.1 is released, apply the patch and remove these
8 # See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
9 export/.*/id/.*(dvi3)_.*
10 export/.*/id/.*(pdf5)_texF
11 export/doc/id/UserGuide_pdf5_systemF
12 #
13 # FIXME
14 # Similar to the Indonesian support, see:
15 # http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181595.html
16 export/.*/hu/.*(dvi3)_.*
17 export/.*/hu/.*(pdf5)_texF
18 #
19 export/.*/es/europeCV_pdf_texF
20 #
21 # somehow lualatex is not able to compile with non-tex fonts
22 export/.*/es/(Math|Tutorial|UserGuide|ejemplo_con_lyx)_dvi3_systemF
23
24 # See http://www.lyx.org/trac/ticket/8823
25 export/examples/ja/(lilypond|sweave|knitr)_pdf
26 # Incompatibility between luainputenc.sty and ectaart.cls
27 # luainputenc.sty loads luatex.sty
28 # Both files (luatex.sty and ectaart.cls) define
29 # the latex-command \setattribute
30 export/templates/ectaart_(pdf5|dvi3)_.*
31 #
32 # LuaTeX does not support Farsi yet. See:
33 # https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
34 export/examples/fa/splash_(pdf5|dvi3)_.*
35 #
36 # There is no non-TeX support for Ukrainian with LuaTeX. See:
37 # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181690.html
38 export/doc/uk/Intro_dvi3_systemF
39 #
40 # The following documents likely fail because of excessive preamble code that
41 # is only targeted at (pdf)latex. TODO these .lyx files could be fixed. Although
42 # it is unlikely that a user would want to use system fonts to view LyX's
43 # documents, fixing these would provide further tests for LyX's handling of
44 # XeTeX/LuaTeX with system fonts.
45 export/doc/(de/|es/|fr/)Customization_pdf4_systemF
46 export/doc/(es/|fr/)Math_dvi3_systemF
47 export/doc/(es/)Math_pdf4_systemF
48 export/doc/(es|fr|id)/UserGuide_pdf4_systemF
49 export/doc/es/Tutorial_pdf4_systemF
50 export/doc/gl/Tutorial_dvi3_systemF
51 export/doc/(nb|sk)/Intro_pdf4_systemF
52 export/examples/(aas_sample|simplecv)_pdf4_systemF
53 export/examples/de/Lebenslauf_pdf4_systemF
54 export/examples/colored-boxes_pdf[45]_systemF
55 #export/examples/es/ejemplo_con_lyx_pdf5_systemF
56 export/examples/eu/adibide_lyx-atua_(dvi3)_systemF
57 export/examples/fr/(Foils|ListesPuces|seminar|simplecv)_pdf4_systemF
58 export/examples/gl/exemplo_lyxificado_(dvi3)_systemF
59 export/templates/RJournal_(dvi3|pdf[45])_systemF
60 # Changes in TeX Live 2014 (see git blame for info) fixed IEEEtran-CompSoc
61 # pdf4_systemF but not others. TODO Investigate if others can be fixed?
62 export/templates/IEEEtran-(Journal|TransMag)_pdf4_systemF
63 export/templates/kluwer_pdf4_systemF
64 #
65 # There is no Chinese LuaTeX or XeTeX TeX font support yet.
66 export/.*/zh_CN/.*(pdf[45]|dvi3)_texF
67 #
68 # These started failing after we implemented tests for formats
69 # that are in the complement set to the default format (7ecbb068).
70 # TODO it might be worth it to take a look at each individually and
71 # see whether they are supposed to fail or if there is something LyX
72 # can do to add support for exporting them.
73 export/doc/hu/Tutorial_dvi3_.*F
74 export/doc/ja/.*_(pdf[245]|dvi3).*
75 export/examples/(chessgame|chess-article|powerdot-example)_pdf[25].*
76 export/examples/(docbook_article)_(pdf[245]|dvi3).*
77 export/examples/instant_preview_(dvi3|pdf4)_systemF
78 export/examples/instant_preview_pdf[25].*
79 export/examples/listerrors_(pdf[245]).*
80 export/examples/seminar_pdf4_systemF
81 export/examples/(|de/|es/)tufte-(book|handout)_(dvi.*|pdf|pdf3|pdf4.*)
82 export/examples/fr/exemple-powerdot_pdf[25].*
83 export/examples/ja/(.*)_(dvi3|pdf[245]).*
84 export/examples/ja/(knitr|lilypond|sweave)_(dvi|pdf3)
85 export/examples/ko/splash_(dvi||pdf[23]?)
86 export/templates/DocBook_article_(dvi3_|pdf2|pdf[45]_).*
87 export/templates/JSS-article_(dvi|dvi3_.*|pdf3?)
88 export/templates/attic/latex8_(dvi|dvi3_.*)
89 export/templates/ctex_pdf[23]?
90 export/templates/ja_.*(pdf[245]|dvi3).*
91 #
92 # The following exports worked with TeX Live 2013, but not in 2014.
93 # For a workaround, see:
94 # https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html
95 export/examples/aa_sample_(dvi3|pdf4|pdf5)_(texF|systemF)
96 export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
97 #
98 # These exports correctly fail now on TeX Live 2014. Although they compiled
99 # without error on TeX Live 2013, the resulting PDFs had gibberish.
100 export/doc/he/(Intro|Tutorial)_pdf4_texF
101 export/examples/he/(example_lyxified|example_raw|splash)_pdf4_texF
102 #
103 # Inside these two files, we state that they should only be expected
104 # to work with pdflatex and possibly lualatex.
105 export/examples/PDF-(comment|form)_(dvi.*|pdf[^25]*)
106 #
107 export/templates/IUCr-article_pdf4_systemF
108 #
109 # Gives the following error:
110 # # ! Package hpstatement Error: H or P statement "H251"
111 # # (hpstatement)                is not defined.
112 # 1580:export/examples/H-P-statements_pdf5_systemF
113 export/examples/H-P-statements_pdf[45]_systemF