mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Cmake test environment.
Expanded search for an image to \ecvpicture{} in the preamble.
This commit is contained in:
parent
1d591a0985
commit
9422053f49
@ -194,9 +194,9 @@ sub checkForPreamble($)
|
||||
$selem{name} = $1;
|
||||
unshift(@stack, \%selem);
|
||||
my $rElem = &newMatch("ext" => [".eps", ".png"],
|
||||
"search" => '^\\\\photo(.*\{)(.*)\}',
|
||||
"fileidx" => 2,
|
||||
"result" => ["\\photo", "1", "2", "}"]);
|
||||
"search" => '^\\\\(photo|ecvpicture)(.*\{)(.*)\}',
|
||||
"fileidx" => 3,
|
||||
"result" => ["\\", "1", "2", "3", "}"]);
|
||||
&setMatching([$rElem]);
|
||||
return(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user