mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
81066e2894
utf8-plain (Unicode (utf8 XeTeX)) is a power-user setting for the input encoding with two use cases: a) setup of system fonts or b) setup of input encoding supportuser preamble in the document class or user preamble. The test file is an example for use case b.
106 lines
4.1 KiB
Plaintext
106 lines
4.1 KiB
Plaintext
# Regular expressions for tests that should not be executed with
|
|
# ctest -L export or ctest -L inverted because they do not work as expected
|
|
# (either unreliable or invalid).
|
|
#
|
|
# Patterns will be automatically enclosed with '^' and '$'.
|
|
# Matching tests get the label "unreliable" and do not get the label "export".
|
|
#
|
|
# TODO: Name problem: *invalid* tests (wrong output) are not *unreliable*.
|
|
# Use "unfit" or "unapplicable" as better label and name of pattern file?
|
|
|
|
|
|
Sublabel: nonstandard
|
|
#####################
|
|
# Documents with additional requirements,
|
|
# e.g. a class or package file not in TeXLive.
|
|
# TODO: rename to "extra" or "exotic"?
|
|
|
|
export/templates/IUCr-article_(dvi|pdf).*
|
|
export/templates/kluwer_.*_systemF
|
|
export/templates/ectaart_(dvi3|pdf5).*
|
|
|
|
# requires knitr, requires rjournal.sty (not in TeXLive)
|
|
# incompatible with fontspec?
|
|
export/templates/RJournal_(dvi3|pdf[45])_systemF
|
|
|
|
# Requires aa.cls (not in TeXLive).
|
|
# Fails with XeTeX/LuaTeX
|
|
# Reported upstream (https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184435.html)
|
|
# Is there a new version fixing the problem?
|
|
export/examples/aa_sample_(dvi3|pdf[45])_.*
|
|
export/templates/aa_(dvi3|pdf[45])_.*
|
|
|
|
# Requires iucr.cls (not in TeXLive)
|
|
# Is there a new version fixing the problem?
|
|
# Does LuaTeX produce sensible results?
|
|
export/templates/IUCr-article_pdf4_systemF
|
|
|
|
# Requires acmsiggraph.cls (not in TeXLive)
|
|
# see http://wiki.lyx.org/Examples/AcmSiggraph
|
|
export/templates/obsolete/ACM-siggraph/ACM-siggraph_(dvi|pdf).*
|
|
|
|
Sublabel: erratic
|
|
#################
|
|
# Tests depending on local configuration, or the phase of the moon.
|
|
|
|
# Manual export fails the first time but works the second time. (Why?)
|
|
export/doc/es/(Customization|Intro)_pdf4_texF
|
|
|
|
|
|
Sublabel: varying_versions
|
|
##########################
|
|
# Test depending on e.g. OS or version of a non-TeX-Live dependency.
|
|
# Note that a full, up-to-date TeX Live installation is required so this
|
|
# sublabel is about versions of other dependencies.
|
|
|
|
# Encoding cp858 only supported by some iconv variants
|
|
# Gnu iconv only supports it, if configured with "--enable-extra-encodings"
|
|
# (see https://www.gnu.org/software/libiconv/)
|
|
export/export/latex/cp858_pdf2
|
|
|
|
# Seminar export with LaTeX fails in latest TeXLive:
|
|
export/examples/(|fr/)seminar_(dvi|pdf).*
|
|
|
|
|
|
Sublabel: wrong_output
|
|
######################
|
|
# Export does not fail but the resulting document has errors.
|
|
#
|
|
# These tests are actually not "unreliable" (different result for different
|
|
# runs) but *invalid* (not measuring what they should measure).
|
|
|
|
# seminar.sty uses Postscript specials or PGF resulting in problems with slide
|
|
# size and orientation depending on the output format and viewing application.
|
|
# For details see Troubleshooting and the Appendix in examples/seminar.lyx.
|
|
export/examples/(|fr/)seminar_(dvi|pdf).*
|
|
|
|
# Babel-Spanish uses UTF-8 encoded "unicode" strings if it detects LuaTeX
|
|
# (with TeXLive 2016 also for XeTeX).
|
|
# With LuaTeX and 8-bit TeX-fonts, e.g., the toc heading becomes
|
|
# ÃŊndice instead of Índice.
|
|
# The problem is generic to all Spanish documents but only manifests itself
|
|
# if Babel strings with non-ASCII chars are deployed.
|
|
# Set inputenc to utf8? (Changing the default in lib/languages
|
|
# requires more tests for utf8 first.)
|
|
export/examples/es/(ejemplo_con_lyx|tufte_book)_(pdf5|dvi3)_texF
|
|
export/doc/es/.*_(pdf5|dvi3)_texF
|
|
|
|
# Non-ASCII char in verbatim environment is dropped (with a warning when
|
|
# doing this interactively) with ASCII (and hence also with XeTeX).
|
|
export/doc/(|de/|es/|fr/)EmbeddedObjects_pdf4_texF
|
|
|
|
# The following document mixes inTitle layouts and leads to
|
|
# likely unintended output. See #10347
|
|
export/export/mixing_inTitle_layouts_(pdf|dvi).*
|
|
|
|
# Characters with accents are not output
|
|
# Reported to LuaTeX mailing list here:
|
|
# https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
|
|
# (not expecting much attention because DVI is not given high priority)
|
|
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
|