]> git.lyx.org Git - lyx.git/blobdiff - lib/chkconfig.ltx
Code simplification. We don't need to memorize the current Row hfill anymore.
[lyx.git] / lib / chkconfig.ltx
index 7b106aa17c88e38bdfc3d4f160433f0b432be1ee..a3272429434e53e4e8cff2d958105929f1d3141c 100644 (file)
@@ -58,7 +58,6 @@
   \immediate\write\layouts{"#2"   "#1"   "#3"   "#4"}}
 
 \newcommand{\AddVariable}[2]{
-  \immediate\write\sed{s!@chk_#1@!#2!g}
   \immediate\write\vars{chk_#1='#2'}}
 
 \newcommand{\AddPackage}[1]{
 
 % Initializes the files
 \typeout{\prefix Inspecting your LaTeX configuration.}
-\newwrite{\layouts} \immediate\openout \layouts = textclass.lst
-\newwrite{\sed} \immediate\openout \sed  = chkconfig.sed
+\newwrite{\layouts} \immediate\openout \layouts = textclass.lst.tmp
 \newwrite{\vars} \immediate\openout \vars = chkconfig.vars
-\newwrite{\packages} \immediate\openout \packages = packages.lst
+\newwrite{\packages} \immediate\openout \packages = packages.lst.tmp
 
 \immediate\write\layouts{%
 # This file declares layouts and their associated definition files.^^J%
 \TestPackage{esint}
 \TestPackage{fancybox}
 \TestPackage{fancyhdr}
-\TestPackage{floatflt}
+\TestPackage{wrapfig}
 \TestPackage{framed}
 \TestPackage{geometry}
 \TestPackage{jurabib}
 
 % End of the LaTeX job
 \immediate\closeout\layouts
-\immediate\closeout\sed
 \immediate\closeout\vars
 \immediate\closeout\packages
 \typeout{\prefix Inspection done.}