X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fchkconfig.ltx;h=ac3db366038f53d7eb950457abb77f2e667eb594;hb=e35725d5c0bfef496ebdb18b23539f7f78a336ff;hp=bc6b84b882f10572acbfce0f7a528e7bc2dfae21;hpb=bcccc2780dca41b0cbd26235fe0cb150f5510c59;p=lyx.git diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx index bc6b84b882..ac3db36603 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 @@ -215,26 +207,30 @@ %%% Packages +\TestPackage{algorithm} \TestPackage{array} \TestPackage{babel} +\TestPackage{bibtopic} +\TestPackage{booktabs} \TestPackage{color} % this one should be there if graphics.sty is there. +\TestPackage{dvipost} +\TestPackage{fancybox} \TestPackage{fancyhdr} \TestPackage{floatflt} -\TestPackage{setspace} -\TestPackage{subfigure} +\TestPackage{framed} \TestPackage{geometry} -\TestPackage{longtable} -\TestPackage{algorithm} -\TestPackage{rotating} +\TestPackage{jurabib} \TestPackage{latex8} -\TestPackage{url} -\TestPackage{varioref} -\TestPackage{prettyref} +\TestPackage{longtable} \TestPackage{natbib} -\TestPackage{bibtopic} -\TestPackage{jurabib} -\TestPackage{dvipost} +\TestPackage{nomencl} +\TestPackage{prettyref} \TestPackage{preview} +\TestPackage{rotating} +\TestPackage{setspace} +\TestPackage{subfigure} +\TestPackage{varioref} +\TestPackage{url} % The test for the graphics package is slightly more involved... \newcommand\groption{dvips} @@ -254,6 +250,28 @@ % times.sty. If times.sty is here, we will assume that everything is % fine. \TestPackage[times.sty]{psnfss} +% not sure if these are in all versions of psnfss +\TestPackage{mathptmx} +\TestPackage{mathptm} +\TestPackage{mathpazo} +\TestPackage{mathpple} +\TestPackage{utopia} +\TestPackage{avant} +\TestPackage{bookman} +\TestPackage{newcent} +\TestPackage{charter} +\TestPackage{chancery} +% Other font packages +\TestPackage{lmodern} +\TestPackage{ae} +\TestPackage{fourier} +\TestPackage{cmbright} +\TestPackage{luximono} +\TestPackage{ccfonts} +\TestPackage{eco} +\TestPackage{bera} +\TestPackage{tipa} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% END ACTUAL CONFIGURATION INSPECTION CODE %%%%%%%%%%%%%%%%%%%%%%%%%%%%