Revision 115b92fc
Von Moritz Bunkus vor mehr als 4 Jahren hinzugefügt
SL/Template/LaTeX.pm | ||
---|---|---|
408 | 408 |
push @options, sprintf('%s={%s}', $name, $value); # TODO: escaping |
409 | 409 |
}; |
410 | 410 |
|
411 |
$add_opt->('ucfilespec', $embed_name); |
|
412 |
$add_opt->('desc', $file->{description}); |
|
413 |
$add_opt->('afrelationship', $file->{relationship}); |
|
414 |
$add_opt->('mimetype', $file->{mime_type}); |
|
411 |
$add_opt->('ucfilespec', $embed_name);
|
|
412 |
$add_opt->('desc', $file->{description});
|
|
413 |
$add_opt->('afrelationship', $file->{relationship});
|
|
414 |
$add_opt->('mimetype', $file->{mime_type});
|
|
415 | 415 |
|
416 | 416 |
return sprintf('\embedfile[%s]{%s}', join(',', @options), $file_name); |
417 | 417 |
} |
Auch abrufbar als: Unified diff
Kosmetik: Einrückung