2015-12-18 21:11:36 +00:00
|
|
|
# Regular expressions for tests that are known to fail
|
2015-11-28 17:23:29 +00:00
|
|
|
#
|
2015-12-18 21:11:36 +00:00
|
|
|
# Patterns will be automatically enclosed with '^' and '$'.
|
|
|
|
# Matching tests get the label "inverted"
|
|
|
|
# or (if also matching a pattern in "suspendedTests") "suspended".
|
2016-09-16 10:03:17 +00:00
|
|
|
# They get also the test-property 'WILL_FAIL', i.e.
|
2015-12-18 21:11:36 +00:00
|
|
|
# they are reported as failing if the export works without error.
|
2016-09-16 10:03:17 +00:00
|
|
|
# https://cmake.org/cmake/help/v3.0/prop_test/WILL_FAIL.html
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2016-11-22 10:47:12 +00:00
|
|
|
# ======================================================================
|
2015-12-28 20:24:51 +00:00
|
|
|
Sublabel: todo
|
2016-11-22 10:47:12 +00:00
|
|
|
# LyX bugs and problems with the sample documents that require attention
|
|
|
|
# ======================================================================
|
2015-12-30 18:15:16 +00:00
|
|
|
# * minor issues to explore and properly sort,
|
|
|
|
# * easyfix issues,
|
|
|
|
# * LyX bugs to report at trac (move pattern to section "lyxbugs" once done).
|
2015-12-28 20:24:51 +00:00
|
|
|
|
2016-09-15 15:17:34 +00:00
|
|
|
# Error in Japanese document if LyX-logo is preceded by foreign language
|
2016-09-18 13:51:16 +00:00
|
|
|
export/export/latex/ja_wrong_auto_encoding_(dvi|pdf(|3)).*
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2016-10-17 08:36:45 +00:00
|
|
|
# Missing characters with Unicode fonts
|
|
|
|
# (the "hidden" replacement with FreeSerif does not help and results in bad
|
|
|
|
# typography for mathematical content):
|
|
|
|
# For details see the file "systemfonts-Math-missingchars.lyx"
|
2015-12-30 13:49:52 +00:00
|
|
|
export/doc/(|de/|es/|fr/)Math.*systemF
|
2016-10-17 08:36:45 +00:00
|
|
|
export/export/latex/systemfonts-Math-missingchars.*systemF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2015-12-30 18:15:16 +00:00
|
|
|
# missing character: There is no ^^A in font [lmroman12-regular]
|
|
|
|
# and all the line down to ^^Z and beyond...
|
|
|
|
# XeTeX artifact? works with LuaTeX, explore:
|
|
|
|
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_systemF
|
|
|
|
|
2016-01-08 21:49:52 +00:00
|
|
|
# Example for lib/scripts/listerrors
|
|
|
|
# Requires noweb. Seems to be restricted to plain "latex".
|
|
|
|
# Find out why and whether the script could be improved.
|
|
|
|
export/examples/listerrors_(pdf[245]).*
|
|
|
|
|
2017-05-04 16:05:18 +00:00
|
|
|
# iconv fails, if a nomenclature inset contains an uncodable character
|
|
|
|
export/export/latex/iconv-error-nomenclature_pdf2
|
|
|
|
|
2019-01-10 21:37:03 +00:00
|
|
|
# `acmart` document class:
|
2019-01-14 11:21:34 +00:00
|
|
|
# (see also lyxbugs below and ignoredTests)
|
2019-01-10 21:37:03 +00:00
|
|
|
# issues with listsof, reported to the maintainer
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=of84gj%24l6b%241%40blaine.gmane.org
|
|
|
|
# LyX gives the following terminal message:
|
|
|
|
#
|
|
|
|
# TextClass.cpp (1385): The layout does not provide a list command for
|
|
|
|
# the float `sidebar'. LyX will not be able to produce a float list.
|
|
|
|
#
|
2019-01-22 11:02:57 +00:00
|
|
|
# which makes "check_load" and "lyx2lyx" fail (lyx2lyx for < 2.3 is ignored).
|
2019-01-10 21:37:03 +00:00
|
|
|
check_load/templates/acmart
|
2019-01-21 18:12:57 +00:00
|
|
|
export/templates/acmart_lyx23
|
2019-01-10 21:37:03 +00:00
|
|
|
|
2019-01-20 18:57:30 +00:00
|
|
|
# Failing LyX2LyX conversions for old versions:
|
|
|
|
#
|
2019-01-20 17:24:41 +00:00
|
|
|
# "beamer" lyx2lyx fails sometimes for versions < 2.1
|
|
|
|
# Back-conversion results in some layouts without name ("\begin_layout \n")
|
|
|
|
# which trigger a warning message leading to test failure.
|
|
|
|
export/examples/(|de/|fr/|ja/)beamer_lyx(16|20)
|
|
|
|
export/templates/.*beamer-conference-ornate-20min_lyx(16|20)
|
|
|
|
export/examples/beamerlyxexample1_lyx(16|20)
|
2019-01-20 18:57:30 +00:00
|
|
|
#
|
|
|
|
# modernCV fails for versions < 2.1
|
|
|
|
# * reversed order of \end_layout and \end_inset results in corrupt LyX file
|
|
|
|
# * reversed order of command arguments results in incompilable LaTeX
|
2019-01-21 18:00:32 +00:00
|
|
|
export/examples/(|es/)modernCV_lyx(16|20)
|
2019-01-20 17:24:41 +00:00
|
|
|
|
2019-01-22 11:02:57 +00:00
|
|
|
# Farsi font encoding LAE should be added also to custom font encoding
|
|
|
|
# (similar to the Greek font encoding LGR).
|
|
|
|
export/export/latex/fa-OT1_pdf2
|
2019-01-10 21:37:03 +00:00
|
|
|
|
2019-01-22 23:57:20 +00:00
|
|
|
# CJK for multilingual documents:
|
|
|
|
#
|
2019-01-23 23:36:33 +00:00
|
|
|
# input-encoding "utf8" should work for documents using a CJK language:
|
2019-01-28 16:49:58 +00:00
|
|
|
#export/export/latex/CJK/.*-en-de-el-ru_utf8_pdf2
|
2019-01-22 23:57:20 +00:00
|
|
|
#
|
2019-01-28 16:24:39 +00:00
|
|
|
# but that is not so easy if the main language does not require CJK:
|
2019-01-22 23:57:20 +00:00
|
|
|
export/export/latex/CJK/en-de-el-ru-.*_utf8_pdf2
|
|
|
|
#
|
2019-01-29 23:53:31 +00:00
|
|
|
# some "language default" legacy encodings fail (missing fonts)
|
2019-01-22 23:57:20 +00:00
|
|
|
export/export/latex/CJK/ko_default_pdf2
|
|
|
|
|
2019-01-22 15:06:37 +00:00
|
|
|
|
2016-11-22 10:47:12 +00:00
|
|
|
# input encoding tests
|
|
|
|
# --------------------
|
|
|
|
# Please test and correct!
|
|
|
|
|
|
|
|
# Failing for unknown reason
|
|
|
|
# Hebrew
|
|
|
|
export/export/latex/unicodesymbols/008-greek-and-coptic-with-textalpha_cp862_pdf2
|
|
|
|
export/export/latex/unicodesymbols/008-greek-and-coptic_cp862_pdf2
|
|
|
|
export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp1255_pdf2
|
|
|
|
export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp862_pdf2
|
|
|
|
export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_iso8859-8_pdf2
|
|
|
|
export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp862_pdf2
|
2016-11-15 22:50:41 +00:00
|
|
|
# Arabic:
|
2016-11-22 10:47:12 +00:00
|
|
|
export/export/latex/unicodesymbols/005-7-ipa-modifiers-combining_cp1256_pdf2
|
|
|
|
export/export/latex/unicodesymbols/008-greek-and-coptic-with-textalpha_cp1256_pdf2
|
|
|
|
export/export/latex/unicodesymbols/069-greek-extended-textalpha_cp1256_pdf2
|
|
|
|
export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp1256_pdf2
|
|
|
|
export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_pdf2
|
|
|
|
|
2016-11-15 22:50:41 +00:00
|
|
|
# pLaTeX
|
2016-11-22 10:47:12 +00:00
|
|
|
export/export/latex/unicodesymbols/.*_euc-jp-platex_pdf2
|
2016-11-15 22:50:41 +00:00
|
|
|
export/export/latex/unicodesymbols/.*_jis-platex_pdf2
|
|
|
|
export/export/latex/unicodesymbols/.*_shift-jis-platex_pdf2
|
|
|
|
export/export/latex/unicodesymbols/.*_utf8-platex_pdf2
|
|
|
|
|
2016-11-25 04:10:16 +00:00
|
|
|
# Arabic
|
|
|
|
# If we want to try to get it to work with pdfTeX:
|
|
|
|
# - set all non-Arab text parts to a different language (e.g. English)
|
|
|
|
# - define alternatives for hyperref (e.g. with textorpdfstring)
|
|
|
|
# for correct handling of hyperref.
|
|
|
|
# see discussion here:
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=20161114035123.s5lt4ib4x4obtptp%40steph
|
2018-04-29 03:53:31 +00:00
|
|
|
export/doc/ar/(Intro|Shortcuts|Tutorial|UserGuide)_pdf4_texF
|
2016-11-25 04:10:16 +00:00
|
|
|
# This simple example doc is meant to test Arabic export of pdf2
|
|
|
|
export/export/latex/arabic_simple_(dvi3|pdf5)_(texF|systemF)
|
|
|
|
export/export/latex/arabic_simple_pdf4_texF
|
2019-01-05 23:49:27 +00:00
|
|
|
# See note about "Missing ␣" in file "ignoreLatexErrorsTests".
|
|
|
|
export/doc/ar/UserGuide_lyx(22|23)
|
|
|
|
|
2017-02-26 18:33:00 +00:00
|
|
|
# nonstandard tests failing for unknown reason:
|
|
|
|
export/examples/aa_sample_(dvi3|pdf[45])_.*
|
2017-05-14 08:20:48 +00:00
|
|
|
export/templates/obsolete/ACM-siggraph_pdf5_(texF|systemF)
|
2017-02-26 18:33:00 +00:00
|
|
|
export/templates/IUCr-article_pdf4_systemF
|
|
|
|
export/templates/RJournal_(dvi3|pdf[45])_systemF
|
|
|
|
export/templates/aa_(dvi3|pdf[45])_.*
|
|
|
|
export/templates/kluwer_.*_systemF
|
|
|
|
|
2018-02-06 13:32:08 +00:00
|
|
|
# lyx2lyx tests:
|
|
|
|
# back-conversion fails for rotated float inset in a list
|
2019-01-17 11:27:12 +00:00
|
|
|
export/export/lyx2lyx/lyx_2_3_test_lyx(16|20|21|22)
|
2016-11-25 04:10:16 +00:00
|
|
|
|
2019-01-18 18:02:33 +00:00
|
|
|
|
2016-11-22 10:47:12 +00:00
|
|
|
# ================================================
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: lyxbugs
|
2015-12-30 07:41:40 +00:00
|
|
|
# LyX bugs with a Trac number.
|
2016-11-22 10:47:12 +00:00
|
|
|
# ================================================
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2019-01-31 11:50:19 +00:00
|
|
|
#6197: „amssymb” with Polish babel name clash \lll ("<<<" vs. "ł")
|
|
|
|
# Wrong output with pdflatex (-> unreliableTests),
|
|
|
|
# missing character with XeTeX/LuaTeX and Babel (OK with Polyglossia)
|
|
|
|
export/export/latex/6197-polish-amssymb_pdf._texF
|
|
|
|
|
2019-01-18 18:02:33 +00:00
|
|
|
#6463 font encoding changes and combining accents
|
|
|
|
# problem remains for Cyrillic in a non-Cyrillic-using language
|
|
|
|
export/export/latex/cyrillic-accent-ascii_pdf2
|
2016-09-06 19:42:06 +00:00
|
|
|
|
2016-09-22 10:09:39 +00:00
|
|
|
#9871 LyX sends invalid Unicode to iconv when converting to ASCII
|
|
|
|
# most probably due to BabelPreamble code (language specific headings for
|
2016-09-29 08:42:03 +00:00
|
|
|
# theorems, problems , ... are written in the language's default encoding
|
2016-09-22 10:09:39 +00:00
|
|
|
# if they contain non-ASCII characters)
|
2017-02-26 18:33:00 +00:00
|
|
|
# Error 84 returned from iconv when converting from UCS-4LE to ascii:
|
|
|
|
# Invalid or incomplete multibyte or wide character
|
2016-09-22 10:09:39 +00:00
|
|
|
export/doc/(es|fr)/Additional_pdf4_texF
|
2017-05-17 19:18:29 +00:00
|
|
|
export/doc/(de|es|fr)/EmbeddedObjects_pdf4_texF
|
2017-02-26 18:33:00 +00:00
|
|
|
export/doc/es/Customization_pdf4_texF
|
2017-02-28 23:21:23 +00:00
|
|
|
# see also the discussion at:
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=20170228190738.cgs3tl3ny2bxiegk%40steph
|
|
|
|
export/examples/es/linguistics_pdf4_texF
|
2019-01-21 15:43:00 +00:00
|
|
|
export/export/latex/bug9871-slovak-ascii-preambleencoding_pdf2
|
2017-02-26 18:33:00 +00:00
|
|
|
|
2019-02-25 00:17:20 +00:00
|
|
|
#8035 work around a Polyglossia bug:
|
|
|
|
# An error is reported if the document font does not announce support for a
|
|
|
|
# script (Cyrillic, Greek, ...) which Polyglossia thinks is required to
|
|
|
|
# typeset the document language. This is not required with LyX's check for
|
|
|
|
# missing characters and results in many false positives:
|
|
|
|
# a) with fonts including the required characters but
|
|
|
|
# not the tag tested by Polyglossia,
|
|
|
|
# b) if the document language is "Serbian (Latin Script)",
|
|
|
|
# the Cyrillic script is not required yet Polyglossia tests for support.
|
|
|
|
# The document "sr/Braille.lyx" is an example of case b).
|
|
|
|
# (For some reason, the false positive error is not thrown with PDF (luatex).)
|
|
|
|
export/examples/sr/Braille_(dvi3|pdf4)_systemF
|
|
|
|
|
2019-01-18 18:02:33 +00:00
|
|
|
#10355 xmllint detects failures
|
|
|
|
export/doc/attic/eu_UserGuide_xhtml
|
|
|
|
export/doc/(es|ja)/UserGuide_xhtml
|
|
|
|
export/examples/spreadsheet_xhtml
|
|
|
|
export/export/WrongDfnTagHandling_xhtml
|
|
|
|
|
|
|
|
#10371 Compilation error if longest label marker in labeling style
|
|
|
|
# contains underscores etc.
|
|
|
|
export/export/latex/LongestLabelWithUnderscore.*
|
2016-09-22 10:09:39 +00:00
|
|
|
|
2019-02-12 08:22:55 +00:00
|
|
|
# Common Unicode fonts don't support all characters supported by
|
|
|
|
# lib/unicodesymbols. (This shows that there are use cases for 8-bit fonts
|
|
|
|
# or GUI support for selecting more than one system font.)
|
2019-01-09 13:10:40 +00:00
|
|
|
export/export/latex/luainputenc-utf8_pdf5_systemF
|
|
|
|
|
2019-01-10 00:00:08 +00:00
|
|
|
#11455 "Unable to process argument!" with multiple 1.6.x roundtrips
|
|
|
|
export/templates/IEEEtran-Journal_lyx16
|
|
|
|
|
2019-01-18 18:02:33 +00:00
|
|
|
|
2016-11-22 10:47:12 +00:00
|
|
|
# ==============================================================
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: ert
|
2016-11-22 10:47:12 +00:00
|
|
|
# Export failures due to "raw" LaTeX use in ERT or preamble code
|
|
|
|
# ==============================================================
|
2015-12-30 07:41:40 +00:00
|
|
|
#
|
2015-12-30 18:15:16 +00:00
|
|
|
# "Wontfix" if demonstrating correct use and OK in the default output format.
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-30 07:41:40 +00:00
|
|
|
# Non-ASCII in ERT, fails with inputenc==ASCII (e.g. XeTeX with tex-fonts)
|
2017-02-26 18:33:00 +00:00
|
|
|
# Could not find LaTeX command for character 'í' (code point 0xed)
|
2016-09-22 10:09:39 +00:00
|
|
|
export/doc/(de|es)/Additional_pdf4_texF
|
2015-12-30 07:41:40 +00:00
|
|
|
|
2016-11-22 10:47:12 +00:00
|
|
|
|
|
|
|
# ================================================
|
2015-12-30 18:15:16 +00:00
|
|
|
Sublabel: texissues
|
2015-12-18 22:27:30 +00:00
|
|
|
# Export fails due to LaTeX limitations,
|
2016-11-22 10:47:12 +00:00
|
|
|
# ================================================
|
|
|
|
#
|
2015-12-18 22:27:30 +00:00
|
|
|
# e.g. non-ASCII in verbatim or listings, incompatible packages, ...
|
2015-12-30 18:15:16 +00:00
|
|
|
# "Wontfix" if documents demonstrate correct use in the default output format.
|
2015-12-18 22:27:30 +00:00
|
|
|
|
2015-12-30 20:59:32 +00:00
|
|
|
# Non-ASCII char in verbatim environment.
|
2015-12-18 22:27:30 +00:00
|
|
|
# Fails with ASCII (and hence also with XeTeX).
|
|
|
|
export/doc/(|de/|es/|fr/)UserGuide_pdf4_texF
|
|
|
|
|
2016-01-09 10:10:23 +00:00
|
|
|
# Hebrew docs do not currently work with LuaTeX (will be fixed in TeXLive-16)
|
|
|
|
export/.*/he/.*(dvi3|pdf5).*
|
|
|
|
|
2016-01-05 16:02:44 +00:00
|
|
|
# ... nor with XeTeX and 8-bit TeX fonts (due to missing ASCII replacements)
|
2015-12-28 20:24:51 +00:00
|
|
|
export/.*/he/.*pdf4_texF
|
|
|
|
|
|
|
|
# Babel-Russian uses UTF-8 for auto-strings if it detects Xe/LuaTeX.
|
|
|
|
# This fails unless the inputencoding is set to utf-8, too.
|
|
|
|
export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF
|
2018-01-18 04:15:21 +00:00
|
|
|
export/examples/ru/(example_lyxified|splash)_(dvi3|pdf[45])_texF
|
2015-12-28 20:24:51 +00:00
|
|
|
|
2019-02-13 09:34:18 +00:00
|
|
|
# Babel-Spanish uses UTF-8 for auto-strings if it detects Xe/LuaTeX.
|
|
|
|
# This leads to wrong output and fails in some cases with LyX's "language
|
|
|
|
# default" ("latin9").
|
2017-02-14 21:31:12 +00:00
|
|
|
# ! Undefined control sequence.
|
|
|
|
# <argument> ...art {link}{\Hy@tocdestname }{\nonumberline Ã
|
|
|
|
# ndice alfabético}\hyper...
|
2019-02-13 09:34:18 +00:00
|
|
|
# See also unreliableTests.
|
2019-02-12 23:10:27 +00:00
|
|
|
export/doc/es/EmbeddedObjects_(dvi3|pdf5)_texF
|
2017-02-14 21:31:12 +00:00
|
|
|
|
2015-12-30 13:49:52 +00:00
|
|
|
# Gives the following error:
|
|
|
|
# # ! Package hpstatement Error: H or P statement "H251"
|
|
|
|
# # (hpstatement) is not defined.
|
2016-01-08 21:51:58 +00:00
|
|
|
# seems to be polyglossia-related (dvi3 worked with babel)
|
|
|
|
export/examples/H-P-statements_.*_systemF
|
2015-12-30 13:49:52 +00:00
|
|
|
|
2016-09-03 01:21:36 +00:00
|
|
|
# These files use packages that are not compatible with the newest LuaTeX. We
|
|
|
|
# could potentially fix these by loading the luatex85 package early in the
|
|
|
|
# LyX-generated preamble, but it seems it's better to wait until the packages
|
|
|
|
# fix the root issue themselves.
|
|
|
|
# xy package:
|
|
|
|
.*(|fr/)xy(pic|figure).*pdf5.*
|
2016-01-12 21:18:08 +00:00
|
|
|
|
2016-09-06 14:43:41 +00:00
|
|
|
# Problem with Check and Slovak Babel support.
|
|
|
|
# (reported per mail to Petr Tesa\v{r}\'ik, 2016-09-06)
|
|
|
|
# All exports using babel fail.
|
2015-12-28 20:24:51 +00:00
|
|
|
# Without the Czech or Slovak text it compiles
|
|
|
|
# No problem with inserted German (or other foreign language) text
|
2016-09-06 14:43:41 +00:00
|
|
|
# No problem if the table is Slovak, too
|
2016-09-15 15:17:34 +00:00
|
|
|
export/export/latex/TableErrorIfSlovakTextInserted_(dvi|pdf[23]?|.*_texF)
|
2015-12-18 21:11:36 +00:00
|
|
|
|
2016-11-14 03:04:17 +00:00
|
|
|
# Polyglossia + LuaTeX issue
|
|
|
|
# Reported upstream here:
|
|
|
|
# https://github.com/reutenauer/polyglossia/issues/163
|
|
|
|
# These tests were broken at 3374b854
|
|
|
|
# See discussion here:
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=1478004223.2367.5.camel%40lyx.org
|
|
|
|
export/doc/(sk|nb)/Intro_(dvi3|pdf5)_systemF
|
2015-12-21 21:48:37 +00:00
|
|
|
|
2019-01-10 21:37:03 +00:00
|
|
|
# fontspec errors with `slides` class:
|
2016-11-25 14:38:36 +00:00
|
|
|
# LaTeX error: "kernel/command-already-defined"
|
|
|
|
# Lines 2684 ... 2690 in fontspec-xetex.sty
|
|
|
|
# Lines 2608 ... 2614 in fontspec-luatex.sty
|
|
|
|
export/templates/slides_.*_systemF
|
|
|
|
|
2017-02-26 18:33:00 +00:00
|
|
|
# Beamer: conflicts with some combinations of packages/settings/languages
|
|
|
|
export/templates/ja_beamer-conference-ornate-20min_(pdf2|pdf[45]).*
|
|
|
|
export/templates/es_beamer-conference-ornate-20min_pdf4_texF
|
2016-11-25 14:38:36 +00:00
|
|
|
|
2017-12-19 01:27:35 +00:00
|
|
|
# Arabic only works with XeTeX + system fonts (pdf4_systemF)
|
|
|
|
export/examples/ar/splash_(dvi.*|pdf|pdf[^4].*)
|
|
|
|
export/examples/ar/splash_pdf4_texF
|
2019-02-25 00:17:20 +00:00
|
|
|
# Language nesting problem "! Extra \else"
|
|
|
|
# and missing glyph "no ␣ in font Scheherazade":
|
|
|
|
export/doc/ar/UserGuide_pdf4_systemF
|
|
|
|
|
|
|
|
# Farsi
|
|
|
|
# Fails with Polyglossia + LuaTeX (undefined command)
|
|
|
|
# https://github.com/reutenauer/polyglossia/commit/ccb0e9e2c6411170ad779b05ff5076f1193cc323
|
|
|
|
export/examples/fa/splash_(dvi3|pdf5)_systemF
|
|
|
|
# Missing characters (em space and "English" quotes) with XeTeX + system fonts.
|
|
|
|
export/examples/fa/splash_pdf4_systemF
|
|
|
|
# Fails with ASCII inputenc (required by XeTeX + TeX fonts) due to missing
|
|
|
|
# LICR substitutions in unicodesymbols.
|
|
|
|
export/examples/fa/splash_pdf4_texF
|
|
|
|
# "invalid utf-8 sequence" with Babel-Farsi, LuaTeX, and TeX fonts.
|
|
|
|
export/examples/fa/splash_(dvi3|pdf5)_texF
|
2017-12-19 01:27:35 +00:00
|
|
|
|
2019-01-22 15:06:37 +00:00
|
|
|
# CJKutf8 does not work with XeTeX and LuaTeX (and 8-bit fonts)
|
|
|
|
export/examples/ja/multilingual_.*_texF
|
2019-01-30 14:43:11 +00:00
|
|
|
export/export/latex/CJK/zh_CN-toc_.*_texF
|
2019-01-22 15:06:37 +00:00
|
|
|
|
2016-11-25 14:38:36 +00:00
|
|
|
|
2017-10-01 02:52:57 +00:00
|
|
|
# ================================================
|
|
|
|
Sublabel: externalissues
|
|
|
|
# Export fails due to non-LaTeX external tool,
|
|
|
|
# ================================================
|
|
|
|
#
|
|
|
|
# e.g. a bug or missing feature in ps2pdf
|
|
|
|
|
|
|
|
# ps2pdf gives the following and exits with error:
|
|
|
|
# Error: /invalidfileaccess in --file--
|
|
|
|
# ps2pdf succeeds if the -dNOSAFER flag is used. For discussion, see:
|
|
|
|
# https://www.mail-archive.com/search?l=mid&q=1506851183.3130.15.camel%40lyx.org
|
|
|
|
export/examples/ja/lilypond_pdf
|
|
|
|
|
|
|
|
|
2017-02-26 18:33:00 +00:00
|
|
|
# ======================================================================
|
2015-12-18 21:11:36 +00:00
|
|
|
Sublabel: attic
|
2017-02-26 18:33:00 +00:00
|
|
|
# Documents in the attic, kept for reference and format conversion test.
|
2016-09-26 20:57:41 +00:00
|
|
|
# However, many problems here are "wontfix".
|
2017-02-26 18:33:00 +00:00
|
|
|
# ======================================================================
|
2015-12-18 21:11:36 +00:00
|
|
|
|
|
|
|
# Fails because of missing .png graphic files.
|
|
|
|
# They were replaced by .svgz, but, as this file is in the attic, we do not
|
2016-01-09 17:30:22 +00:00
|
|
|
# convert to new lyx format. Plain latex and xetex create output (ignoring
|
|
|
|
# missing files) while (pdf|lua)latex exits with != 0
|
2017-07-27 11:39:16 +00:00
|
|
|
#export/doc/attic/eu_UserGuide_pdf[25].*
|
2015-12-18 21:11:36 +00:00
|
|
|
|
|
|
|
# Files in the attic with non-default output
|
|
|
|
# (i.e. could be ERT, package incompatiblity, ...)
|
2017-02-19 21:04:43 +00:00
|
|
|
export/doc/attic/it_(UserGuide_dvi3|UserGuide_pdf4)_systemF
|
2015-12-18 21:11:36 +00:00
|
|
|
export/doc/attic/sk_UserGuide_pdf4_texF
|
2016-09-18 20:24:15 +00:00
|
|
|
export/doc/attic/id_UserGuide_.*systemF
|