Revision 7c2a73eb
Von Bernd Bleßmann vor 11 Monaten hinzugefügt
scripts/installation_check.pl | ||
---|---|---|
print_header("Checking LaTeX Dependencies for Master Templates '$dir'");
|
||
kpsewhich($path, 'cls', $_) for SL::InstallationCheck::classes_from_latex($path, '\documentclass');
|
||
|
||
my @sty = sort { $a cmp $b } uniq (
|
||
my @sty = sort { $a cmp $b } List::MoreUtils::uniq (
|
||
SL::InstallationCheck::classes_from_latex($path, '\usepackage'),
|
||
qw(textcomp ulem embedfile)
|
||
);
|
Auch abrufbar als: Unified diff
Installation-Check: uniq wird nicht standardmäßig exportiert von List::MoreUtils
Die Umstellung auf "require" hat damit die Prüfung der LaTeX-Pakete
kaputt gemacht.