mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
ctests: update tests to reflect lualatex fixes
europeCV and modernCV examples can now be exported to PDF using LuaTeX. For the specific output that was fixed, look at the diff and see the description in suspiciousTests that was removed by this commit. The output was checked manually and appears fine. These tests are thus "uninverted". Exporting those examples to DVI with LuaTeX does not exit with error, but the output drops characters with accents. Thus, these tests are now marked with the "wrong_output" label. I reported this issue on the LuaTeX mailing list at [1], but since DVI export is not given high priority, I don't expect much action. Note that these changes reflect an updated TeX Live 2016 installation. [1] https://www.mail-archive.com/search?l=mid&q=20160831134006.4fewxothddqfeyw4%40steph
This commit is contained in:
parent
da30e38400
commit
95ba824283
@ -160,13 +160,6 @@ export/.*/he/.*pdf4_texF
|
|||||||
export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF
|
export/doc/ru/(Intro|Tutorial)_(dvi3|pdf[45])_texF
|
||||||
export/examples/ru/splash_(dvi3|pdf[45])_texF
|
export/examples/ru/splash_(dvi3|pdf[45])_texF
|
||||||
|
|
||||||
# LuaTeX fails for an \mbox in an index, e.g. $a_{\mbox{a}}$.
|
|
||||||
# This construct appears in the included bib file biblioExample.bib in
|
|
||||||
# the entry Eisenstein2005. Error message is
|
|
||||||
# Missing character: There is no (U+6035) in font rm-lmr12!
|
|
||||||
# (with system fonts: 602D and 6039)
|
|
||||||
export/examples/(|es/)(europe|modern)CV_(dvi3|pdf5)_(texF|systemF)
|
|
||||||
|
|
||||||
# Document uses Postscript specials
|
# Document uses Postscript specials
|
||||||
# Does not compile with pdflatex (see note in the document source).
|
# Does not compile with pdflatex (see note in the document source).
|
||||||
export/examples/instant_preview_(dvi3|pdf4)_systemF
|
export/examples/instant_preview_(dvi3|pdf4)_systemF
|
||||||
|
@ -100,3 +100,10 @@ export/export/utf8-plain-with-tex-fonts_(dvi|pdf.?)
|
|||||||
# The following document mixes inTitle layouts and leads to
|
# The following document mixes inTitle layouts and leads to
|
||||||
# likely unintended output. See #10347
|
# likely unintended output. See #10347
|
||||||
export/mixing_inTitle_layouts.lyx
|
export/mixing_inTitle_layouts.lyx
|
||||||
|
|
||||||
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user