mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Export tests: Ignore compilations of copernicus with luatex or xetex
The compilations fail because the macro \DeclareUnicodeCharacter is not defined. Also the sequence \ifnum\pdfoutput=\z@ is making troubles. The exports to previous lyx-versions is disabled too, because there is no layout defined there.
This commit is contained in:
parent
7b7ed64a0e
commit
d49deef4f9
@ -127,3 +127,11 @@ check_load/export/latex/.*
|
||||
lyx2lyx/export/latex/.*
|
||||
# don't check export to other LyX versions or HTML
|
||||
export/export/latex.*(lyx..|xhtml)
|
||||
|
||||
Sublabel: noluatex, noxetex
|
||||
#! Missing number, treated as zero.
|
||||
# in copernicus.cls:199
|
||||
# \ifnum\pdfoutput=\z@
|
||||
# Seems, like only latex and pdflatex compilations work
|
||||
export/templates/copernicus_(dvi3|pdf4|pdf5)_(texF|systemF)
|
||||
export/templates/copernicus_lyx(16|21|22)
|
||||
|
Loading…
Reference in New Issue
Block a user