- Attached is a patch that adds missing packages used by the documentation files. OK that this part goes in?

-The patch additionally chenged the package checking order because I now learned what happens if the Internet connection is unstable. I wanted to use LyX and noticed that we first chck (and therefore install the document classes) but if the conneaction breaks the important packages are missing. So I think it is useful to first install the packages that are used package-independent.
What do you think?

- Jürgen, I noticed that your doc file linguistics.lyx needs the package etoolbox. Can I put it on the list of packages needed by doc files?

happy new year!
Uwe
diff --git "a/C:\\DOCUME~1\\usti\\LOCALS~1\\Temp\\chk474.tmp\\chkconfig-60bca5b-left.ltx" "b/D:\\LyXGit\\2.0.x\\lib\\chkconfig.ltx"
index d64e9fc..75fefce 100644
--- "a/C:\\DOCUME~1\\usti\\LOCALS~1\\Temp\\chk474.tmp\\chkconfig-60bca5b-left.ltx"
+++ "b/D:\\LyXGit\\2.0.x\\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,14 @@
 \TestPackage{braket}
 \TestPackage{cancel}
 \TestPackage{colortbl}
+\TestPackage{diagbox}
 \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 +372,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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Reply via email to