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
This commit is contained in:
Uwe Stöhr 2013-01-12 15:27:50 +01:00
parent e8e36146cc
commit 101104bf5e

View File

@ -233,13 +233,6 @@
\fi \fi
%%% Document classes
% The list of layout files has been put in this file here by the
% configure script.
\input{chklayouts}
\input{chkmodules}
%%% Packages %%% Packages
\TestPackage{accents} \TestPackage{accents}
\TestPackage{algorithm} \TestPackage{algorithm}
@ -326,11 +319,15 @@
\TestPackage{braket} \TestPackage{braket}
\TestPackage{cancel} \TestPackage{cancel}
\TestPackage{colortbl} \TestPackage{colortbl}
\TestPackage{diagbox}
\TestPackage{etoolbox}
\TestPackage{eurosym} \TestPackage{eurosym}
\TestPackage{fp}
\TestPackage{marginnote} \TestPackage{marginnote}
\TestPackage{picinpar} \TestPackage{picinpar}
\TestPackage{pict2e}
\TestPackage{sidecap} \TestPackage{sidecap}
\TestPackage{was} \TestPackage{upgreek}
% psnfss is in fact the name of a set of style files, among which % 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. % times.sty. If times.sty is here, we will assume that everything is fine.
@ -376,6 +373,12 @@
\TestPackage{txfonts} \TestPackage{txfonts}
\TestPackage{wasysym} \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 %%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%