diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/dtk/dtk.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/dtk/dtk.ins | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/dtk/dtk.ins b/Master/texmf-dist/source/latex/dtk/dtk.ins index d768eaf5ab9..9d8b200d3b1 100644 --- a/Master/texmf-dist/source/latex/dtk/dtk.ins +++ b/Master/texmf-dist/source/latex/dtk/dtk.ins @@ -1,20 +1,21 @@ +%% Time-stamp: "dtk.ins 2007-08-28 21:43:35 hv" %%------------------------------------------------------------------ %% Driver file to extract the dtx style and class files. %% %% Copyright (C) 1995-1996 Gerd Neugebauer -%% Copyright (C) 1997-2001 DANTE, -%% Deutschsprachige Anwendervereinigung TeX e.V. +%% Copyright (C) 1997-2005 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. %% %% dtk.ins is distributed in the hope that it will be useful, but %% WITHOUT ANY WARRANTY. No author or distributor accepts %% responsibility to anyone for the consequences of using it or for %% whether it serves any particular purpose or works at all, unless %% he says so in writing. -%% +%% %% Everyone is granted permission to copy, modify and redistribute %% dtk.ins, provided this copyright notice is preserved and any %% modifications are indicated. -%% +%% %%------------------------------------------------------------------ %% %% Run this file through TeX or LaTeX to extract the files. @@ -23,27 +24,41 @@ %% %%------------------------------------------------------------------ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% $Id: dtk.ins,v 1.5 2002/04/10 20:57:17 gene Exp $ +%% $Id: dtk.ins,v 1.6 2007/08/28 20:57:17 hv Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \input docstrip.tex \keepsilent \askonceonly -\generate{\file{dtk.sty}{\from{dtk.dtx}{class}} +\generate{ +% style file still useful? + \file{dtk.sty}{\from{dtk.dtx}{class}} \file{dtk.cls}{\from{dtk.dtx}{class}} - \file{dtk95.clo}{\from{dtk.dtx}{ninetyfive}} - \file{dtk96.clo}{\from{dtk.dtx}{ninetysix}} - \file{dtk97.clo}{\from{dtk.dtx}{ninetyseven}} - \file{dtk98.clo}{\from{dtk.dtx}{ninetyeight}} - \file{dtk99.clo}{\from{dtk.dtx}{ninetynine}} - \file{dtk00.clo}{\from{dtk.dtx}{twothousand}} - \file{dtk01.clo}{\from{dtk.dtx}{one}} - \file{dtk02.clo}{\from{dtk.dtx}{two}} +% \file{dtk95.clo}{\from{dtk.dtx}{1995}} +% \file{dtk96.clo}{\from{dtk.dtx}{1996}} +% \file{dtk97.clo}{\from{dtk.dtx}{1997}} +% \file{dtk98.clo}{\from{dtk.dtx}{1998}} +% \file{dtk99.clo}{\from{dtk.dtx}{1999}} +% \file{dtk00.clo}{\from{dtk.dtx}{2000}} +% \file{dtk01.clo}{\from{dtk.dtx}{2001}} +% \file{dtk02.clo}{\from{dtk.dtx}{2002}} +% \file{dtk03.clo}{\from{dtk.dtx}{2003}} +% \file{dtk04.clo}{\from{dtk.dtx}{2004}} +% \file{dtk05.clo}{\from{dtk.dtx}{2005}} +% \file{dtk06.clo}{\from{dtk.dtx}{2006}} + \file{dtk07.clo}{\from{dtk.dtx}{2006|2007}} +% \file{dtk08.clo}{\from{dtk.dtx}{2008}} +% \file{dtk09.clo}{\from{dtk.dtx}{2009}} \file{dtklogos.sty}{\from{dtk.dtx}{logos}} \file{dtk-pdf.sty}{\from{dtk.dtx}{pdf}} } +% warum ohne Prae-/Postambel? +% Makeindex vertraegt doch % als Kommentarzeichen -- oder? \nopreamble\nopostamble -\generate{\file{dtk.ist}{\from{dtk.dtx}{ist}} +\generate{ + \file{dtk-idx.ist}{\from{dtk.dtx}{idx}} + \file{dtk-adr.ist}{\from{dtk.dtx}{adr}} } \Msg{****************************************************************} @@ -52,20 +67,21 @@ \Msg{* files into a directory searched by (La)TeX:} \Msg{*} \Msg{* \space\space dtk.cls dtk.sty} -\Msg{* \space\space dtk95.clo dtk96.clo dtk97.clo dtk98.clo dtk99.clo} -\Msg{* \space\space dtk00.clo dtk01.clo dtk02.clo} +%\Msg{* \space\space dtk95.clo dtk96.clo dtk97.clo dtk98.clo dtk99.clo} +%\Msg{* \space\space dtk00.clo dtk01.clo dtk02.clo dtk03.clo} % dtk04.clo +\Msg{* \space\space dtk07.clo} % dtk06.clo dtk07.clo dtk08.clo dtk09.clo \Msg{* \space\space dtklogos.sty dtk-pdf.sty} \Msg{*} \Msg{* and the following file into a directory searched by makeindex:} \Msg{*} -\Msg{* \space\space dtk.ist} +\Msg{* \space\space dtk-idx.ist dtk-adr.ist} \Msg{*} \Msg{* Additionally copy the following file to a directory searched} \Msg{* by BibTeX:} \Msg{*} \Msg{* \space\space dtk.bst} \Msg{*} -\Msg{* To produce the documentation run dtk.tex through LaTeX,} +\Msg{* To produce the documentation run dtk.dtx through LaTeX,} \Msg{* makeindex, and LaTeX twice again.} \Msg{*} \Msg{* Happy TeXing} |