mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake export tests:
Added missing file to make Europass_CV-files compilable lyxStatus.pm: Added handling for inserted files with used extension
This commit is contained in:
parent
226e0bb2b7
commit
78059a49af
@ -276,7 +276,7 @@ sub checkForLayoutStart($)
|
||||
$selem{name} = $1;
|
||||
unshift(@stack, \%selem);
|
||||
if ($selem{name} =~ /^(Picture|Photo)$/ ) {
|
||||
my $rElem = newMatch("ext" => [".eps", ".png"],
|
||||
my $rElem = newMatch("ext" => [".eps", ".png", ""],
|
||||
"filetype" => "copy_only",
|
||||
"search" => qr/^(.+)/,
|
||||
"result" => ["", "", ""]);
|
||||
|
BIN
lib/examples/Curricula_Vitae/REPLACEphoto.jpg
Normal file
BIN
lib/examples/Curricula_Vitae/REPLACEphoto.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
@ -316,7 +316,7 @@ width=3.5cm
|
||||
|
||||
\end_inset
|
||||
|
||||
REPLACEphoto.jpg
|
||||
../../Curricula_Vitae/REPLACEphoto.jpg
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
Loading…
Reference in New Issue
Block a user