]> git.lyx.org Git - features.git/commitdiff
chkconfig.ltx: add check for etoolbox and change checking order
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 1 Jan 2013 16:41:32 +0000 (17:41 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 1 Jan 2013 16:41:32 +0000 (17:41 +0100)
- 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

index 1f3cf54bc011fb2d2e1b703d489cd05ff5af3cfa..5b9f9576de5150ee5bf35a0630b71ae9242f5efc 100644 (file)
 \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}
 \TestPackage{cancel}
 \TestPackage{colortbl}
 \TestPackage{diagbox}
+\TestPackage{etoolbox}
 \TestPackage{eurosym}
 \TestPackage{fp}
 \TestPackage{marginnote}
 %\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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%