X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fchkconfig.ltx;h=720f4be03ee07a3652c1e76a9af9301cded8ea96;hb=6ee60cb738833064f09f2fa003afaca9f680a584;hp=feefd3140594a260de73c5ad761b6e4a68ee6e07;hpb=9138cbd33021016d707baf757eb9e95d5b2ccf08;p=lyx.git diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index feefd31405..720f4be03e 100644 --- a/lib/chkconfig.ltx +++ b/lib/chkconfig.ltx @@ -4,7 +4,7 @@ % with minimal changes by Asger Alstrup (alstrup@diku.dk). % % This script should only be run from the configure script to update -% the files textclass.lst and doc/LaTeXConfig.lyx +% the files textclass.lst and doc/LyXConfig.lyx % % This script is in fact a complete rewrite of the original chkconfig % script. Expect bugs. @@ -19,7 +19,7 @@ %%% 1- Add the command \TestPackage{}. The syntax is: %%% \TestPackage[]{}, which tests whether .sty %%% (or , if this optional parameter is provided) exists. -%%% 2- Add a description for in doc/LaTeXConfig.lyx.in, +%%% 2- Add a description for in doc/LyXConfig.lyx.in, %%% containing in particular a line like %%% Found @chk_@ %%% This line will be replaced at configure time by the proper text. @@ -27,7 +27,7 @@ %%% For document classes, things are even simpler, since you do not %%% need to edit this file. Just put your layout file in some place %%% where LyX can find it and add if you wish a description in -%%% LaTeXConfig.lyx.in, as described above. +%%% LyXConfig.lyx.in, as described above. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%% Initialization part (skip) %%%%%%%%%%%%%%%%%%%%% @@ -209,6 +209,7 @@ %%% Packages \TestPackage{a4} \TestPackage{a4wide} +\TestPackage{array} \TestPackage{babel} \TestPackage{color} % this one should be there if graphics.sty is there. \TestPackage{fancyhdr} @@ -221,6 +222,8 @@ \TestPackage{rotating} \TestPackage{latex8} \TestPackage{url} +\TestPackage{varioref} +\TestPackage{prettyref} % The test for the graphics package is slightly more involved... \newcommand\groption{dvips} @@ -251,6 +254,6 @@ \immediate\closeout\vars \immediate\closeout\packages \typeout{\prefix Inspection done.} -\typeout{\prefix Read the file doc/LaTeXConfig.lyx for more information.} +\typeout{\prefix Read the file doc/LyXConfig.lyx for more information.} % Get the real \end command, that has been hidden by LaTeX \@@end