From 0510421fcb57c3a01d18f1ca71f53918572a657f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 1 Jan 2013 17:41:32 +0100 Subject: [PATCH] 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 --- lib/chkconfig.ltx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index 1f3cf54bc0..5b9f9576de 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -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 %%%%%%%%%%%%%%%%%%%%%%%%%%%% -- 2.39.2