From: Uwe Stöhr Date: Sat, 12 Jan 2013 14:27:50 +0000 (+0100) Subject: chkconfig.ltx: check for packages needed by doc file X-Git-Tag: 2.0.6~150 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=101104bf5e867de9064271d2eabc7f84e6c3f2c2;p=features.git chkconfig.ltx: check for packages needed by doc file - also change the checking order to get an at least partially working LyX if the Internet connection breaks during the installation of missing packages --- diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index d64e9fc885..8a5e902510 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -233,13 +233,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} @@ -326,11 +319,15 @@ \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. @@ -376,6 +373,12 @@ \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 %%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%