]> git.lyx.org Git - lyx.git/blob - development/autotests/invertedTests
36682ea853a4c203b26e8d7a94900c0a59c887a5
[lyx.git] / development / autotests / invertedTests
1 # Regular expressions for tests that are known to fail
2 #
3 # Patterns will be automatically enclosed with '^' and '$'.
4 # Matching tests get the label "inverted"
5 # or (if also matching a pattern in "suspendedTests") "suspended".
6 # They get also the test-property 'WILL_FAIL', i.e.
7 # they are reported as failing if the export works without error.
8 # https://cmake.org/cmake/help/v3.0/prop_test/WILL_FAIL.html
9
10 # ======================================================================
11 Sublabel: todo
12 # LyX bugs and problems with the sample documents that require attention
13 # ======================================================================
14 # * minor issues to explore and properly sort,
15 # * easyfix issues,
16 # * LyX bugs to report at trac (move pattern to section "lyxbugs" once done).
17
18 # missing glyphs: There is no ^^A in font [lmroman12-regular]
19 # and all the line down to ^^Z and beyond...
20 # XeTeX artifact? works with LuaTeX, explore:
21 export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
22
23 # `acmart` document class:
24 # (see also lyxbugs below and ignoredTests)
25 # issues with listsof, reported to the maintainer
26 # https://www.mail-archive.com/search?l=mid&q=of84gj%24l6b%241%40blaine.gmane.org
27 # LyX gives the following terminal message:
28 #
29 #    TextClass.cpp (1385): The layout does not provide a list command for
30 #      the float `sidebar'. LyX will not be able to produce a float list.
31 #
32 # which makes "check_load" and "lyx2lyx" fail (lyx2lyx for < 2.3 is ignored).
33 check_load/templates/Articles/Association_for_Computing_Machinery_.*
34 export/templates/Articles/Association_for_Computing_Machinery_.*_lyx23
35
36 # Failing LyX2LyX conversions for old versions:
37 #
38 # "beamer" lyx2lyx fails sometimes for versions < 2.1
39 # Back-conversion results in some layouts without name ("\begin_layout \n")
40 # which trigger a warning message leading to test failure.
41 export/examples/(|de/|fr/|ja/)Presentations/Beamer_lyx(16|20)
42 export/examples/Presentations/Beamer_.*Complex.*_lyx(16|20)
43 export/templates/(|de/|es/|fr/|ja/)Presentations/Beamer_lyx(16|20)
44 #
45 # modernCV fails for versions < 2.1
46 # * reversed order of \end_layout and \end_inset results in corrupt LyX file
47 # * reversed order of command arguments results in incompilable LaTeX
48 export/examples/(|es/)Curricula_Vitae/Modern_CV_(lyx(16|20)|dvi|dvi3.*F|pdf|pdf3)
49 export/examples/(|es/)Curricula_Vitae/Europe_CV_(dvi|dvi3.*F|pdf|pdf3)
50 #
51 # Back-conversion fails for rotated float inset in a list:
52 export/export/lyx2lyx/lyx_2_3_test_lyx(16|20|21|22)
53 # Additional empty lines (vs. Separator latexpar) with every round-trip
54 # before an ERT nested in a Description list:
55 export/export/lyx2lyx/lyx_2_3_test2_lyx(16|20)
56
57 # nonstandard tests failing for unknown reason:
58 export/templates/Obsolete/ACM_SIGGGRAPH.*_pdf5_(texF|systemF)
59 export/templates/Articles/R_Journal_(dvi3|pdf[45])_systemF
60 #export/templates/Articles/Kluwer_.*_systemF
61
62 # Thai with CJK package requires the babel option "thaicjk" instead of "thai".
63 # (see thaifont.txt in the CJK documentation for setup details).
64 export/export/latex/unicodesymbols/031-thai_th_(euc-|gbk|jis|utf8-cjk).*
65
66 # Package clashes when Japanese documents are compiled with non-TeX fonts,
67 #
68 export/doc/ja/(Additional|LaTeXConfig|Math|UserGuide).*_systemF
69 export/doc/ja/(Formula-numbering|Customization|EmbeddedObjects|Intro)_pdf4_systemF
70
71 # Test for command \pdfsave fails:
72 # ! Package xypdf Error: pdfTeX version 1.40.0 or higher is needed for the xypdf
73 export/examples/ja/Graphics_and_Insets/XY-Pic.*_systemF
74
75 # Does this still fail in TL19? What is the error?
76 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
77 export/.*/fa/Welcome_(dvi3|pdf5)_systemF
78
79 # Bug (in LyX or LaTeX?):
80 # If a language change happens in an environment, LyX does not write an
81 # explicit \inputencoding{<new-default>} when switching back to the "outer"
82 # language. However, without explicit \inputencoding, the input encoding
83 # “utf8” is not properly switched back and high-bit characters like "ä" produce
84 # an "inputenc Error: Invalid UTF-8 byte "A0"".
85 export/export/latex/languages/nested-inputenc_auto-legacy_pdf2
86
87
88 # - This test is usually inverted, but it works with the DocBook backend.
89 !export/export/latex/lyxbugs/3059-language-in-tables_docbook5
90
91 # ================================================
92 Sublabel: lyxbugs
93 # LyX bugs with a Trac number or 'wontfix' ML thread.
94 # ================================================
95
96 # Dedicated tests in export/latex/lyxbugs start with the ticket number
97 # (move to export/latex/lyxbugs-resolved when the problem is fixed).
98 # catchall:
99 export/export/latex/lyxbugs/[0-9].*
100
101 # #10355 xmllint errors with LyX HTML export
102 export/doc/ja/UserGuide_xhtml
103 export/export/WrongDfnTagHandling_xhtml
104
105 #8035 work around a Polyglossia bug:
106 # An error is reported if the document font does not announce support for a
107 # script (Cyrillic, Greek, ...) which Polyglossia thinks is required to
108 # typeset the document language. This is not required with LyX's check for
109 # missing glyphs and results in many false positives:
110 # a) with fonts including the required characters but
111 #    not the tag tested by Polyglossia,
112 # b) if the document language is "Serbian (Latin Script)",
113 #    the Cyrillic script is not required yet Polyglossia tests for support.
114 # The document "sr/Braille.lyx" is an example of case b).
115 # (For some reason, the false positive error is not thrown with PDF (luatex).)
116 #export/examples/sr/Modules/Braille_(dvi3|pdf4)_systemF
117
118 #11455 "Unable to process argument!" with multiple 1.6.x roundtrips
119 export/templates/Articles/IEEE_Transactions_Journal_lyx16
120
121 #11522 Support specification of complementing non-TeX fonts
122 #
123 # More than one non-TeX font required for the character set in many documents
124 # to prevent "missing glyph" errors with non-TeX fonts
125 #
126 #export/export/latex/inputenc-.*_systemF # problem remains but test now ignored
127 export/doc/(|de/|es/|fr/)Math.*systemF
128 # a minimal example for Math.lyx is in
129 #export/export/latex/lyxbugs/11522-systemfonts-Math-missingchars.*systemF
130 #
131 # Farsi: missing glyphs (em space and "English" quotes)
132 export/examples/fa/Welcome_pdf4_systemF
133 #
134 # CJK-quotes examples (missing in most Latin-script fonts)
135 export/doc/(|de/|es/|fr/)UserGuide_(dvi3|pdf4|pdf5)_systemF
136 #
137 # Japanese
138 export/examples/ja/Modules/Linguistics.*systemF
139 #
140 # Arabic (see also "texissues")
141 # "! Extra \else" and missing glyph "no ␣ in font Scheherazade":
142 # (the lyx2lyx test also tests compilation after round-trip)
143 export/doc/ar/UserGuide_pdf4_systemF
144 export/doc/ar/UserGuide_lyx(22|23)
145
146 #11773 lyx2lyx: language reversion nesting problems with polyglossia
147 export/export/lyx2lyx/11773-language-reversion-nesting-polyglossia_lyx2[23]
148 export/examples/ko/Welcome_lyx2[23]
149
150 # We decided not worth spending time to look into a fix
151 # Warning: Malformed LyX document: Missing layout name on line 1876
152 # https://www.mail-archive.com/search?l=mid&q=20200915233446.atwbyulny5gsbtyi%40tallinn
153 export/examples/ru/Presentations/Beamer_lyx(16|20)
154
155
156 # ==============================================================
157 Sublabel: ert
158 # Export failures due to "raw" LaTeX use in ERT or preamble code
159 # ==============================================================
160 #
161 # "Wontfix" if demonstrating correct use and OK in the default output format.
162
163
164 # ==============================================================
165 Sublabel: ertroundtrip
166 #
167 # Export failures due to exporting ERT (or preamble code) in backwards
168 # conversion and not parsing that ERT in forwards conversion. Often, it is not
169 # worth the time and is complicated to support roundtrips of this nature.
170
171 # this might be an ertroundtrip issue, although it is not confirmed. In any
172 # case, it doesn't seem worth the time to try to fix, considering that
173 # the APA7 layout is not shipped with 2.2.x and 2.2.x is now quite old.
174 # For more information, see the following ML thread:
175 #   https://www.mail-archive.com/search?l=mid&q=20200824050236.pjrlijcn2hxnrmrw%40tallinn
176 export/templates/Articles/American_Psychological_Association_%28APA%29,_v\._7_lyx22
177
178
179 Sublabel: texissues
180 # Export fails due to LaTeX limitations,
181 # ================================================
182 #
183 # e.g. non-ASCII in verbatim or listings, incompatible packages, ...
184 # "Wontfix" if documents demonstrate correct use in the default output format.
185
186 # Xe/LuaTeX
187 ###########
188
189 # Babel-Russian uses UTF-8 for auto-strings if it detects Xe/LuaTeX.
190 # This fails unless the inputencoding is set to utf-8, too.
191 export/export/latex/languages/ru_auto-legacy-luatex.*_texF
192
193 # Babel-Ukrainian uses UTF-8 if it detects Xe/LuaTeX (for "\date").
194 # With 8-bit TeX fonts this results in:
195 # * garbled output with PDF (LuaTeX)
196 # * missing glyphs with XeTeX and DVI (LuaTeX)
197 # New in TL18 -> cf. unreliableTests.varying_versions.
198 # Workaround: suppressing auto-date, setting inputenc to "utf8", or using
199 #             date inset (new in LyX 2.4) in the source documents.
200 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_dvi3_texF
201
202 # Babel-French fails with Xe/LuaTeX and TeX fonts
203 #   LaTeX Error: Command \at already defined. (and a lot more)
204 export/export/latex/languages/supported-languages_(dvi|pdf).*_texF
205 export/export/latex/languages/supported-languages_babel_(dvi|pdf).*_texF
206
207
208 # Polyglossia + LuaTeX issue
209 # Reported upstream here:
210 # https://github.com/reutenauer/polyglossia/issues/163
211 # These tests were broken at 3374b854
212 # See discussion here:
213 # https://www.mail-archive.com/search?l=mid&q=1478004223.2367.5.camel%40lyx.org
214 #export/doc/(sk|nb)/Intro_(dvi3|pdf5)_systemF
215 # some Polyglossia languages work only with XeTeX and fail with LuaTeX:
216 # * The font "NotoSansEthiopic" cannot be found.
217 # * sanskrit: ! Undefined control sequence.
218 #             l.53 \newXeTeXintercharclass
219 # * RTL-languages: ! Undefined control sequence.
220 #             \setLR ->\@RTLfalse \luatexpardir
221 export/export/latex/languages/supported-languages_polyglossia_XeTeX_(dvi3|pdf5)_systemF
222
223
224 # Some packages fail with XeTeX/LuaTeX
225 # Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
226 # Is there a new version fixing the problem?
227 export/examples/Articles/Astronomy_%26_Astrophysics_(dvi3|pdf5)_texF
228
229 # Gives the following error:
230 # # ! Package hpstatement Error: H or P statement "H251"
231 # # (hpstatement)                is not defined.
232 # seems to be polyglossia-related (dvi3 worked with babel)
233 export/examples/Modules/Hazard_and_Precautionary_Statements_.*_systemF
234
235 # These files use packages that are not compatible with the newest LuaTeX. We
236 # could potentially fix these by loading the luatex85 package early in the
237 # LyX-generated preamble, but it seems it's better to wait until the packages
238 # fix the root issue themselves.
239 # xy package:
240 export/examples/(|fr/|ru/)Graphics_and_Insets/XY-(Pic|Figure)_pdf5.*
241
242 # fontspec errors with `slides` class:
243 # LaTeX error: "kernel/command-already-defined"
244 # Lines 2684 ... 2690 in fontspec-xetex.sty
245 # Lines 2608 ... 2614 in fontspec-luatex.sty
246 export/templates/Presentations/Slides_.*_systemF
247
248 # expl3.sty: Compilation errors with XeTeX, TeX-fonts, inputenc utf8
249 # (TL 17 works).
250 export/export/latex/inputenc-xetex-utf8-expl3-bug_pdf4_texF
251
252
253 # Arabic
254 #
255 # Larger Arabic documents currently have non-TeX fonts and XeTeX
256 # as default output. To fix pdfTeX export:
257 # - set all non-Arab text parts to a different language (e.g. English)
258 # - define alternatives for hyperref (e.g. with textorpdfstring)
259 #   for correct handling of hyperref.
260 # - solve problem with ToC:
261 #      ! This can't happen (copying).
262 #      \AtBegShi@Output ...ipout \box \AtBeginShipoutBox
263 #                                                        \fi \fi
264 #      l.62 \tableofcontents
265 #                           {}
266 #      I'm broken. Please show this to someone who can fix
267 # see discussion at https://www.mail-archive.com/search?l=mid&q=20161114035123.s5lt4ib4x4obtptp%40steph
268
269 # Babel-Arabic loads "inputenc" which fails with LuaTeX
270 export/.*/ar/.*_(dvi3|pdf5)_texF
271 # no Arab charaters with luainputenc
272 export/export/latex/languages/supported-languages_(dvi3|pdf5)_texF
273 export/export/latex/languages/supported-languages_babel_auto-legacy_(dvi3|pdf5)_texF
274
275
276 # Farsi
277 # "invalid utf-8 sequence" with Babel-Farsi, LuaTeX, and TeX fonts.
278 # (XeTeX works, if inputenc is set to "utf8")
279 export/examples/fa/Welcome_(dvi3|pdf5)_texF
280
281 # Hebrew
282 # babel-hebrew loads "rlbabel.def" which fails with LuaTeX + TeX fonts:
283 # "! Right-to-Left Support Error: use TeX--XeT or e-TeX engine."
284 # (XeTeX works, if inputenc is set to "utf8")
285 export/.*/he/.*(dvi3|pdf5)_texF
286 export/export/latex/languages/he-.*(dvi3|pdf5)_texF
287 export/export/latex/languages/supported-languages_(dvi3|pdf5)_texF
288 export/export/latex/languages/supported-languages_babel_(dvi3|pdf5)_texF
289 export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_(dvi3|pdf5)_texF
290 #
291 # DavidCLM is not found. Comments from Jürgen:
292 #   luaotfload does not find "DavidCLM". In fact, at least on my system,
293 #   there is no such font, only "DavidCLM Medium" (and other shapes). This
294 #   one is found. Apparently, luaotfload cannot infer from the one to the
295 #   other.
296 #   As opposed to LuaTEX, XeTeX also queries TEXMF so maybe it just finds
297 #   its font there.
298 # See ML thread:
299 # https://www.mail-archive.com/search?l=mid&q=60ee3809d30056c191d4b2e8c57a7eda60b3e382.camel%40lyx.org
300 export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_(dvi3|pdf5)_systemF
301 #
302 # This error could probably be fixed with a small modification to the document,
303 # but note that XeTeX exports without error (with the current document).
304 # This assertion was reported on the LuaTeX ML here:
305 #  https://www.mail-archive.com/search?l=mid&q=20201030030430.4y4i6bdpwx633qs7%40vbox-VirtualBox
306 # The assertion will be converted into the following error as of LuaTeX svn commit r7385:
307 #  ! the word doesn't start with a character
308 export/doc/he/Tutorial_(dvi3|pdf5)_systemF
309
310
311 # Ukrainian
312 # See comment in unreliableTests
313 export/export/latex/languages/uk-babel-date-missing-chars-with-ascii_pdf5_texF
314
315 # These fail for perhaps a similar reason, but contrary to the unicodesymbols
316 # case the maintainer of the seminar package is not planning to fix the core
317 # issue since the package is old. Putting the following as the first line of
318 # the LaTeX file is a workaround: \RequirePackage[2020-02-02]{latexrelease}
319 export/examples/(fr/|)Presentations/Seminar.*(dvi|pdf|lyx22|lyx23).*
320 # These fail for a similar reason and the same workaround works.
321 export/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29.*(dvi|pdf|lyx22|lyx23).*
322
323 # The new jss.cls (version 3.1) seems to not work with an updated TL20 (for
324 # either the template they provide or our LyX template).
325 # I expect this to be fixed with an update of the .cls or TL update.
326 # On an updated TL20, I (Scott) currently get the following error:
327 #
328 # ! Undefined control sequence.
329 # \hyper@linkurl ...tionraw >>}\relax \Hy@colorlink
330 #                                                   \@urlcolor #1\Hy@xspace@en...
331 #
332 export/templates/Articles/Journal_of_Statistical_Software_%28JSS%29_version_2_(lyx22|lyx23|pdf2)
333
334 # These fail on updated TL 2020 after an update to "babel-greek" because of
335 # missing symbols. I (Scott) checked the output of an older TL system and
336 # indeed the output looks good (no  missing symbols). This issue was reported
337 # to the babel-greek maintainer and is being looked into.
338 export/.*/el/.*_(dvi3|pdf5)_texF
339
340 # ================================================
341 Sublabel: externalissues
342 # Export fails due to non-LaTeX external tool,
343 # ================================================
344 #
345 # e.g. a bug or missing feature in ps2pdf
346
347 # ps2pdf gives the following and exits with error:
348 # Error: /invalidfileaccess in --file--
349 # ps2pdf succeeds if the -dNOSAFER flag is used. For discussion, see:
350 # https://www.mail-archive.com/search?l=mid&q=1506851183.3130.15.camel%40lyx.org
351 export/examples/ja/Modules/LilyPond_Book_pdf
352
353
354 # ======================================================================
355 Sublabel: attic
356 # Documents in the attic, kept for reference and format conversion test.
357 # However, many problems here are "wontfix".
358 # ======================================================================
359
360 # Fails because of missing .png graphic files.
361 # They were replaced by .svgz, but, as this file is in the attic, we do not
362 # convert to new lyx format. Plain latex and xetex create output (ignoring
363 # missing files) while (pdf|lua)latex exits with != 0
364 #export/doc/attic/eu_UserGuide_pdf[25].*
365
366 # Files in the attic with non-default output
367 # (i.e. could be ERT, package incompatiblity, ...)
368 export/doc/attic/it_(UserGuide_dvi3|UserGuide_pdf4)_systemF
369 export/doc/attic/id_UserGuide_.*systemF
370
371 # ================================================
372 Sublabel: dvips
373 # Comment by Jürgen Spitzmüller
374 # The document requests the dvips graphics driver,
375 # and of course this fails with any other backend.
376 #
377 # The document compiles if one sets the graphics driver to "Automatic"
378 # and remove the dvips class option. But then, the output is not correct
379 # (rotation of foils does not work).
380 export/examples/(|fr/)Presentations/Foils_pdf[45]_systemF
381 export/examples/(|fr/)Presentations/Foils_pdf[25](_systemF|_texF)?
382
383 # ================================================
384 Sublabel: varioref
385 # Comment by Jürgen Spitzmüller
386 # The problem, at least with the UserGuide, is that
387 # varioref is not working with XeTeX/LuaTeX for Russian, as it uses some
388 # char macros which are not defined for these engines.
389 export/doc/ru/UserGuide_(dvi3|pdf[45])_(system|tex)F
390 export/doc/ru/(Math|Additional)_(dvi3|pdf[45])_systemF
391
392
393 # ================================================
394 # DocBook
395 Sublabel: docbook
396 # Don't work too hard on obsolete things.
397 !export/templates/Obsolete/Latex8_Article_%28Obsolete%29_docbook5
398 export/templates/Obsolete/.*_docbook5
399 # Specific things that are not expected to work.
400 # - No real content apart from metadata (forbidden in DocBook).
401 export/export/mixing_inTitle_layouts_docbook5
402 # - Uses a book class, but has no chapters (forbidden in DocBook).
403 export/doc(|/de|/es|/fr|/ja).*(Dummy|Postizo|Bidon).*_docbook5
404 export/export/MissingEndLayoutBetweenTables_docbook5
405 export/export/latex/languages/ja-listings-uncodable-error_docbook5
406 export/export/latex/lyxbugs-resolved/9633-languagenesting_enumerate_and_lyxcode_docbook5
407 export/export/xhtml/MissingEndTagDiv_docbook5
408 export/export/xhtml/zh_CN_Tutorial_docbook5
409 # - Formal groups do not work when there is (sample) text instead of real content.
410 export/examples/Books/Tufte_Book_docbook5
411 # - No proper document title (should be fixable).
412 !export/export/latex/inputenc-utf8-platex_docbook5
413 export/export/latex/inputenc-.*_docbook5
414 export/export/latex/textcyr-textgreek-test_docbook5
415 export/doc/ja/Formula-numbering_docbook5
416 # - Formula in <code> tags.
417 !export/examples/(fr|ru)/Graphics_and_Insets/XY-Figure_docbook5
418 export/examples/(de|es|fr|ja|ru)/Graphics_and_Insets/XY-(Pic|Figure)_docbook5
419 # - Math macros not implemented and other insets illegally nested.
420 export/mathmacros/testcases_speed_docbook5
421 export/mathmacros/testcases_environments_docbook5
422 export/mathmacros/masterOfSpace_docbook5
423 export/doc/sl/Tutorial_docbook5
424 # - Sidebars can be nested in LyX (mostly with shapepar), but not in DocBook.
425 export/doc(|/de|/es|/fr|/ja)/Additional_docbook5
426 # - Many templates are too complex for automatic conversion to work reliably.
427 #   The resulting documents should still be easy to fully convert into DocBook.
428 #   - AASTeX.
429 export/export/docbook/bibliography_precooked_aastex_docbook5
430 export/examples/Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29_docbook5
431 #   - Springer. (The svmono_light should still pass.)
432 export/templates/Books/Springer.*/.*_docbook5
433 !export/export/docbook/svmono_light_docbook5
434 !export/export/docbook/svglo_docbook5
435 export/export/docbook/sv.*_docbook5
436 #   - scrbook with too many customisations.
437 export/templates/Theses/PhD_Thesis/.*_docbook5
438 #   - Hollywood, too much formatting in elements DocBook does not allow to be formatted (like address).
439 export/(templates|examples)/Scripts/Hollywood_docbook5
440 export/export/docbook/Hollywood_docbook5
441 #   - Lettre, formatting in elements DocBook does not allow to be formatted (like email).
442 export/templates/Letters/French_Letter_%28lettre%29_docbook5
443 #   - Letter, elements at the end of the document that should be in <info>.
444 export/templates/Letters/Letter_%28Standard_Class%29_docbook5
445 #   - G-Brief: too far from the other classes, not implemented.
446 export/templates/Letters/G-Brief_%28V._2%29_docbook5
447 export/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/.*_docbook5
448 #   - KOMA-Script Letter: too hard to output phone and fax numbers at the right place (need two levels of wrapping).
449 export/templates/Letters/KOMA-Script_Letter_%28V._2%29_docbook5
450 export/examples(|/de)/Letters/Serial_Letter_.*_docbook5
451 #   - DIN-Brief: order of paragraphs cannot match valid DocBook.
452 export/templates/Letters/DIN-Brief_docbook5
453 #   - AMS: order of elements is not compatible with DocBook (some parts must be in <info>, others cannot, while
454 #     still being in the book's header).
455 export/examples/.*/American_Mathematical_Society_%28AMS%29_docbook5
456 #   - ACS: comments in the middle of the author info can wreak havoc (fixable).
457       Some bibliography entries do not exist within the document. Floats are empty.
458 export/examples/Articles/American_Chemical_Society_%28ACS%29_docbook5
459 #   - A&A: formula with two references (only one xml:id allowed per <equation> tag).
460 export/examples/Articles/Astronomy_%26_Astrophysics_docbook5
461 #   - Elsevier: footnotes in the metadata (author footnotes are not supported, except maybe through annotations).
462 export/templates/Articles/Elsevier_docbook5
463 # - Branches may cause problems (especially when mixing with parts that must go in <info>).
464 export/export/latex/languages/supported-languages_(|babel|babel_auto-legacy)_?docbook5
465 # - EmbeddedObjects: this document is too complex, with captions within tables, many LaTeX parameters when including
466 #   a file, uncaptioned tables in the same float, etc.
467 export/doc(|/de|/es|/fr|/ja)/EmbeddedObjects_docbook5
468 # - Math: formula in inline tag, formula with two references (only one xml:id allowed per <equation> tag).
469 export/doc(|/de|/es|/fr|/ja|/ru)/Math_docbook5
470 # - UserGuide: formula in inline tag, use of fancyhdr
471 export/doc(|/de|/es|/fr|/ja|/ru)/UserGuide_docbook5
472 # - Double inlines (code within code, personname within personname, emphasis within date, etc.).
473 export/doc/(es|fr|ja)/Customization_docbook5
474 export/doc/gl/Tutorial_docbook5
475 export/examples/Articles/Chess/Game_2_docbook5
476 # - Bicaption module would require some C++ implementation.
477 export/examples(|/de|/fr|/ja)/Modules/Multilingual_Captions_docbook5
478 # - European CV: hard to mix items and bibliographies.
479 export/examples(|/de|/es)/Curricula_Vitae/Europe_CV_docbook5
480 # - Modern CV: columns cause problems.
481 export/examples(|/es)/Curricula_Vitae/Modern_CV_docbook5
482 # - Chess: multicol not supported.
483 export/examples/Modules/Chessboard_docbook5
484 # - Empty figure and table (just a caption, while DocBook requires some content).
485 export/examples/Localization_Test_docbook5
486 # - Inline equation in formatting.
487 export/examples/Modules/Fancy_Colored_Boxes_docbook5
488 # - Waiting for a new version of DocBook to be tagged on https://github.com/docbook/docbook (anything over 5.2b10a3).
489 export/export/docbook/Localization_Test_docbook5
490 export/examples/Graphics_and_Insets/Minted_Listings_docbook5
491 # - Sweave and other literate-programming tools cannot be implemented properly without the LaTeX tooling.
492 export/examples/Modules/Sweave_docbook5
493 # - Figures without image, only an equation.
494 export/examples/Modules/Variable-width_Minipages_docbook5
495 # - Listing in LyX-Code, i.e. double <programlisting>.
496 export/examples/(es|fr)/Modules/Linguistics_docbook5
497 # - Inlines in inlines (<code> within <personname>), double sidebar.
498 export/examples/ko/cjk-ko-doc_docbook5
499 # - Metadata in abstract paragraph.
500 export/templates/Articles/Springers_Global_Journal_Template_%28V._3%29_docbook5
501 # - Sweave impossible to implement. Document irremediably wrong (no .bib file, still referenced in the text).
502 export/templates/Articles/R_Journal_docbook5
503 # - Misplaced acknowledgements (fixable).
504 export/templates/Articles/REVTeX_%28V._4%29_docbook5
505 # - Forbidden inlines, equation in formatting, broken references, float in paragraphs, videos.
506 export/templates/Articles/REVTeX_%28V._4.1%29_docbook5
507 # - Address at the end of the document (only allowed in abstract), misplaced acknowledgements.
508 export/templates/Articles/Kluwer_docbook5
509 # - Empty bibliography, broken references, empty figures.
510 export/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29_docbook5
511 # - Biographies after bibliography: DocBook does not allow content after a bibliography.
512 export/templates/Articles/Mathematical_Monthly_docbook5
513
514 Sublabel: docbook poster
515 # Posters cannot be properly exported, the LyX documents are too far from
516 # DocBook expectations (but should have XML-valid output).
517 export/.*Poster.*_docbook5
518
519 Sublabel: docbook beamer
520 # Beamer is not yet implemented.
521 export/(examples|templates)/(de|es|fr|ja|ru)/Presentations/.*_docbook5
522 export/(examples|templates)/Presentations/.*_docbook5