chkconfig.ltx: add check for etoolbox and change checking order

- the packages which are independent of document classes are checked first - for the case that the Internet connection breaks during the checking/installation of missing packages
This commit is contained in:
Uwe Stöhr 2013-01-01 17:41:32 +01:00
parent 3d136d4444
commit 0510421fcb

View File

@ -267,13 +267,6 @@
\fi
%%% Document classes
% The list of layout files has been put in this file here by the
% configure script.
\input{chklayouts}
\input{chkmodules}
%%% Packages
\TestPackage{accents}
\TestPackage{algorithm}
@ -368,6 +361,7 @@
\TestPackage{cancel}
\TestPackage{colortbl}
\TestPackage{diagbox}
\TestPackage{etoolbox}
\TestPackage{eurosym}
\TestPackage{fp}
\TestPackage{marginnote}
@ -449,6 +443,11 @@
%\TestPackage{mathabx}
%\TestPackage{mathdesign}% But see above!
%%% Document classes
% The list of layout files has been put in this file here by the
% configure script.
\input{chklayouts}
\input{chkmodules}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%