diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:33 +0000 |
commit | a768a97c984d7b192caa283f6e7d5711a2bf68e4 (patch) | |
tree | 051e4627c9f842a0701faedd7fb7e18cd77c644c /Master/texmf-dist/source/latex/totpages/totpages.ins | |
parent | 8eb89f2adefbbdc3005c34350665a94992d4b300 (diff) |
trunk/Master/texmf-dist/source/latex/totpages
git-svn-id: svn://tug.org/texlive/trunk@560 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/totpages/totpages.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/totpages/totpages.ins | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/totpages/totpages.ins b/Master/texmf-dist/source/latex/totpages/totpages.ins new file mode 100644 index 00000000000..aa56b496902 --- /dev/null +++ b/Master/texmf-dist/source/latex/totpages/totpages.ins @@ -0,0 +1,108 @@ +%\errorcontextlines=999 +\NeedsTeXFormat{LaTeX2e} +\ProvidesFile{totpages.ins} + [2005/01/31 v2.00 Installation script for totpages Package (muewi)] +%% +%% Copyright (c) [2005] by Wilhelm Mueller. 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{* \space\space totexmpl.tex} +\Msg{*} +\Msg{* If you receive only some of these files from someone, complain!} +\Msg{*} +\Msg{***********************************************************} + +\preamble + +Copyright (c) [2005] by Wilhelm Mueller. 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 + totexmpl.tex + +Error Reports in case of UNCHANGED versions to + + Wilhelm Mueller + Herbststrasse 66 + D-28215 Bremen + muewi@ACM.org + +\endpreamble +\declarepreamble\driverpreamble + +This file is part of the Totpages package +----------------------------------------- + +Copyright (c) [2005] by Wilhelm Mueller. 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}} + \file{totexmpl.tex}{\from{totpages.dtx}{example}} + \usepreamble\driverpreamble + \file{totpages.drv}{\from{totpages.dtx}{driver}} + } + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* style file 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'. |