]> git.lyx.org Git - lyx.git/blobdiff - lib/chkconfig.ltx
insetcite.diff
[lyx.git] / lib / chkconfig.ltx
index feefd3140594a260de73c5ad761b6e4a68ee6e07..6480354a69492ea92cfc9b236e85c98f791b2aca 100644 (file)
@@ -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.
 %%% If you want to add new packages/documentclasses to be recognized,
 %%% read the explanation that follow and jump to the section 'Actual
 %%% inspection code' below. You do not need to understand the ugly
-%%% LaTeX code below to help improving chklatex.ltx :-)
+%%% LaTeX code below to help improving chkconfig.ltx :-)
 %%%
 %%% If you want to add the new package <name>, all you need most of
 %%% the times is a two-steps work: 
 %%% 1- Add the command \TestPackage{<name>}. The syntax is:
 %%%    \TestPackage[<file>]{<name>}, which  tests whether <name>.sty
 %%%    (or <file>, if this optional parameter is provided) exists. 
-%%% 2- Add a description for <name> in doc/LaTeXConfig.lyx.in,
+%%% 2- Add a description for <name> in doc/LyXConfig.lyx.in,
 %%%    containing in particular a line like
 %%%         Found   @chk_<name>@
 %%%    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) %%%%%%%%%%%%%%%%%%%%%
 %%% Packages
 \TestPackage{a4}
 \TestPackage{a4wide}
+\TestPackage{array}
 \TestPackage{babel}
 \TestPackage{color} % this one should be there if graphics.sty is there.
 \TestPackage{fancyhdr}
 \TestPackage{rotating}
 \TestPackage{latex8}
 \TestPackage{url}
+\TestPackage{varioref}
+\TestPackage{prettyref}
+\TestPackage{natbib}
 
 % The test for the graphics package is slightly more involved...
 \newcommand\groption{dvips}
-\TestItem{graphics}{package}{sty}
+\TestItem{graphicx}{package}{sty}
 %  Let's do some clever things to guess the default driver for the
-%  graphics package. The maintainer of the site might have declared it
+%  graphicx package. The maintainer of the site might have declared it
 %  in the file 'graphics.cfg'. Let's hope there are no strange commands
 %  in there...
   {\renewcommand\ExecuteOptions[1]{\renewcommand\groption{default}}
    \InputIfFileExists{graphics.cfg}{}{}
-   \AddPackage{graphics}}
+   \AddPackage{graphicx}}
   {\renewcommand{\groption}{none}}
 \message{^^J\prefix checking for graphics driver... \groption^^J}
 \AddVariable{graphicsdriver}{\groption}
 \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