1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
%\errorcontextlines=999
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{totpages.ins}
[1999/07/13 v0.90 Installation script for totpages Package (muewi)]
%%
%% Copyright (c) [1999] by Wilhelm Mller. All rights reserved.
%%
%% This program may be redistributed and/or modified under the terms
%% of the LaTeX Project Public License, either version 1.0 of this
%% license, or (at your option) any later version.
%% The latest version of this license is in
%% CTAN:macros/latex/base/lppl.txt.
%%
%% This file will be used by the docstrip.tex program to generate
%% fast loadable files from the doc files.
%%
%%
%% --------------- start of docstrip commands ------------------
\input docstrip.tex
{\ifx\endbatchfile\undefined
\Msg{**********************************************}
\Msg{*}
\Msg{* This installation requires docstrip}
\Msg{* version 2.4d or later.}
\Msg{*}
\Msg{* An older version of docstrip has been input}
\Msg{*}
\Msg{**********************************************}
\errhelp{Move or rename old docstrip.tex.}
\errmessage{Old docstrip in input path}
\batchmode
\csname @@end\endcsname
\fi}
\Msg{***********************************************************}
\Msg{*}
\Msg{* The totpages distribution contains these files:}
\Msg{*}
\Msg{* \space\space totpages.dtx}
\Msg{* \space\space totpages.ins}
\Msg{*}
\Msg{* If you receive only some of these files from someone, complain!}
\Msg{*}
\Msg{***********************************************************}
\preamble
Copyright (c) [1999] by Wilhelm Mller. All rights reserved.
This file is part of the Totpages package
This program may be redistributed and/or modified under the terms
of the LaTeX Project Public License, either version 1.0 of this
license, or (at your option) any later version.
The latest version of this license is in
CTAN:macros/latex/base/lppl.txt.
The Totpages package contains these files:
totpages.dtx
totpages.ins
Error Reports in case of UNCHANGED versions to
Wilhelm Mller
Am Wall 139
D-28195 Bremen
muewi@ACM.org
\endpreamble
\declarepreamble\driverpreamble
This file is part of the Totpages package
-----------------------------------------
Copyright (c) [1999] by Wilhelm Mller. All rights reserved.
To produce the documentation in the way you like you are allowed
to change this driver file.
\endpreamble
\keepsilent
\askforoverwritefalse
\generate{%
\file{totpages.sty}{\from{totpages.dtx}{package}}
\usepreamble\driverpreamble
\file{totpages.drv}{\from{totpages.dtx}{driver}}
}
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* style files into a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space totpages.sty}
\Msg{*}
\Msg{* To produce the documentation run the file totpages.drv}
\Msg{* through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endbatchfile
%%
%% End of file `totpages.ins'.
|