]> git.lyx.org Git - features.git/commitdiff
chkconfig.ltx: check for packages needed by doc file
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 12 Jan 2013 14:27:50 +0000 (15:27 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 12 Jan 2013 14:27:50 +0000 (15:27 +0100)
- also change the checking order to get an at least partially working LyX if the Internet connection breaks during the installation of missing packages

lib/chkconfig.ltx

index d64e9fc8850b74d8be3d378d7eb84a6250fec441..8a5e9025109b637c21dddaec4a23ccb15f292abb 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{braket}
 \TestPackage{cancel}
 \TestPackage{colortbl}
+\TestPackage{diagbox}
+\TestPackage{etoolbox}
 \TestPackage{eurosym}
+\TestPackage{fp}
 \TestPackage{marginnote}
 \TestPackage{picinpar}
+\TestPackage{pict2e}
 \TestPackage{sidecap}
-\TestPackage{was}
+\TestPackage{upgreek}
 
 % psnfss is in fact the name of a set of style files, among which
 % times.sty. If times.sty is here, we will assume that everything is fine.
 \TestPackage{txfonts}
 \TestPackage{wasysym}
 
+%%% 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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%