X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fchkconfig.ltx;h=7a59958f709aff760b2cfc22f470aef35accb096;hb=6af710094efded1434482073675375d0e0a28029;hp=790eb77cd67f9c3e6370551685e16e665a1fff15;hpb=54acb900add2a7ba54294e585f64722ead6ac94c;p=lyx.git diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index 790eb77cd6..7a59958f70 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/LyXConfig.lyx +% the files textclass.lst and doc/LaTeXConfig.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/LyXConfig.lyx.in, +%%% 2- Add a description for in doc/LaTeXConfig.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 -%%% LyXConfig.lyx.in, as described above. +%%% LaTeXConfig.lyx.in, as described above. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%% Initialization part (skip) %%%%%%%%%%%%%%%%%%%%% @@ -99,14 +99,6 @@ {\AddLayout[\firstelement]{\layoutname}{#2}{true}} {\AddLayout[\firstelement]{\layoutname}{#2}{false}} } -\newcommand{\DeclareLinuxDocClass}[2][\default]{ - \message{^^J\prefix checking for linuxdoc class \layoutname... } - \@ifundefined{haslinuxdoc} - {\message{no^^J} - \AddLayout[#1]{\layoutname}{#2}{false}} - {\message{yes^^J} - \AddLayout[#1]{\layoutname}{#2}{true}} -} % Only for compatibility. Will be removed later. \let\DeclareSGMLClass=\DeclareDocBookClass @@ -219,6 +211,7 @@ \TestPackage{array} \TestPackage{babel} \TestPackage{bibtopic} +\TestPackage{booktabs} \TestPackage{color} % this one should be there if graphics.sty is there. \TestPackage{dvipost} \TestPackage{fancybox}