summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ctable/ctable.ins
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/ctable/ctable.ins')
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.ins80
1 files changed, 59 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/ctable/ctable.ins b/Master/texmf-dist/source/latex/ctable/ctable.ins
index 9ab8dbcb217..10e903d6035 100644
--- a/Master/texmf-dist/source/latex/ctable/ctable.ins
+++ b/Master/texmf-dist/source/latex/ctable/ctable.ins
@@ -1,23 +1,61 @@
-% $Id: ctable.ins,v 1.3 2002/05/20 19:03:10 wybo Exp $
-\def\batchfile{ctable.ins}
-\input docstrip.tex
+%%
+%% Copyright (C) 2005 by Wybo Dekker <wybo@servalys.nl>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.2 of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX version
+%% 1999/12/01 or later.
+%%
+\input docstrip.tex
\keepsilent
-\askforoverwritefalse
-
-\generate{\file{ctable.sty}{\from{ctable.dtx}{package}}
- \file{ctable.tex}{\from{ctable.dtx}{driver}}
-}
-\Msg{***********************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the following}
-\Msg{* files into a directory searched by TeX:}
-\Msg{*}
-\Msg{* \space\space ctable.sty}
-\Msg{*}
-\Msg{* To produce the documentation run the files ending with}
-\Msg{* `.dtx' through pdflatex.}
-\Msg{*}
-\Msg{***********************************************************}
-
-\endinput
+
+\usedir{tex/latex/ctable}
+
+\preamble
+
+This is a generated file.
+
+Copyright (C) 2005 by Wybo Dekker <wybo@servalys.nl>
+
+This file may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, either version 1.2 of this license
+or (at your option) any later version. The latest version of this
+license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.2 or later is part of all distributions of LaTeX version
+1999/12/01 or later.
+
+\endpreamble
+
+\generate{\file{ctable.sty}{\from{ctable.dtx}{package}}}
+
+\obeyspaces
+\Msg{*************************************************************}
+\Msg{* *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* file into a directory searched by TeX: *}
+\Msg{* *}
+\Msg{* ctable.sty *}
+\Msg{* *}
+\Msg{* To produce the documentation run the file ctable.dtx *}
+\Msg{* through LaTeX: *}
+\Msg{* *}
+\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *}
+\Msg{* makeindex -q -s gglo.ist -o ctable.gls ctable.glo *}
+\Msg{* makeindex -q -s gind.ist -o ctable.ind ctable.idx *}
+\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *}
+\Msg{* *}
+\Msg{* Happy TeXing! *}
+\Msg{* *}
+\Msg{*************************************************************}
+
+\endbatchfile
+$Id: ctable.ins,v 1.4 2006/04/10 21:26:08 wybo Exp $