mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 04:21:56 +00:00
Cmake export tests: More tests to be reverted.
Again, thanks to Günter Milde. ATM, the latex comments in user preamble are removed before export test.
This commit is contained in:
parent
811114664f
commit
b835c454ec
@ -242,6 +242,12 @@ sub checkForPreamble($)
|
|||||||
"search" => '^\\\\(photo|ecvpicture)(.*\{)(.*)\}',
|
"search" => '^\\\\(photo|ecvpicture)(.*\{)(.*)\}',
|
||||||
"fileidx" => 3,
|
"fileidx" => 3,
|
||||||
"result" => ["\\", "1", "2", "3", "}"]);
|
"result" => ["\\", "1", "2", "3", "}"]);
|
||||||
|
#
|
||||||
|
# Remove comments from preamble
|
||||||
|
my $comments = newMatch("search" => '^([^%]*)([%]+)([^%]*)$',
|
||||||
|
"filetype" => "replace_only",
|
||||||
|
"result" => ["1", "2"]);
|
||||||
|
#setMatching([$rElem, $comments]);
|
||||||
setMatching([$rElem]);
|
setMatching([$rElem]);
|
||||||
return(1);
|
return(1);
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,12 @@ export/doc/EmbeddedObjects_pdf4_systemF
|
|||||||
# Fails with ASCII (and hence also with XeTeX).
|
# Fails with ASCII (and hence also with XeTeX).
|
||||||
export/doc/UserGuide_pdf4_texF
|
export/doc/UserGuide_pdf4_texF
|
||||||
#
|
#
|
||||||
# Non-ASCII characters in a comment in the user-preamble.
|
# TODO: We need to determine the correct reason for failure (most probably
|
||||||
# Warning with inputenc == ASCII or XeTeX
|
# incompatible packages, maybe also loading of lmodern.sty in the user
|
||||||
|
# preamble) or state that we don't know it.
|
||||||
export/doc/de/(Additional|UserGuide)_pdf4_texF
|
export/doc/de/(Additional|UserGuide)_pdf4_texF
|
||||||
export/doc/de/(Customization_pdf5|EmbeddedObjects_pdf4)_systemF
|
export/doc/de/(Customization_pdf5|EmbeddedObjects_pdf4)_systemF
|
||||||
|
#
|
||||||
|
# Seems to be a case of the polyglossia + language-nesting problem
|
||||||
|
export/doc/es/Customization_pdf[45]_systemF
|
||||||
|
export/doc/es/Additional_pdf4_texF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user