diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-04 12:50:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-04 12:50:21 +0000 |
commit | ebe0c16022730f6878335a52bc7604dc0b1d96f0 (patch) | |
tree | 1f490ce660e9a9f08fe2d163d1406b524dd93aac /Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins | |
parent | 81cb4991a294f8c832eeebda60e9f0b49f7c389c (diff) |
new package draftwatermark
git-svn-id: svn://tug.org/texlive/trunk@1764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins b/Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins new file mode 100644 index 00000000000..56d092696d4 --- /dev/null +++ b/Master/texmf-dist/source/latex/draftwatermark/draftwatermark.ins @@ -0,0 +1,85 @@ +%% draftwatermark.ins +%% Copyright 2006 +%% Sergio Callegari <sergio.callegari@gmail.com> +%% +%% --------------------------------------------- +%% This file is part of the draftwatermark package, +%% a contribution to the LaTeX2e system. +%% --------------------------------------------- +%% +%% It may be distributed and/or modified under the conditions of the +%% LaTeX Project Public License, either version 1.3 of this licence, or +%% any later version. The latest version of this license is at +%% http://www.latex-project.org/lppl.txt and version 1.3 is part +%% of all distributions of LaTeX version 2003/06/01 or later. +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This program consists of the files listed in the README file +%% included in the package. +%% +%% This file will generate fast loadable files and documentation +%% from the dtx file when run through LaTeX. +%% +%% +%% --------------- start of docstrip commands ------------------ +%% +\input docstrip.tex +\preamble +This is file `draftwatermark.sty', +generated with the docstrip utility. + +The original source files were: + +draftwatermark.dtx + + IMPORTANT NOTICE: + +Copyright 2006 +Sergio Callegari <sergio.callegari@gmail.com> + +--------------------------------------------- +This file is part of the draftwatermark package, +a contribution to the LaTeX2e system. +--------------------------------------------- + +This program consists of the files listed in the README file included +in the package. + +Any modified versions of this file must be renamed with new filenames +distinct from draftwatermark.sty. + +For distribution of the original source see the terms +for copying and modification in the file draftwatermark.dtx. + +This generated file may be distributed as long as the +original source files, as listed above, are part of the +same distribution. (The sources need not necessarily be +in the same archive or directory.) + +\endpreamble + +\keepsilent +\Msg{*** Generating the LaTeX2e package files ***} +\generate{\file{draftwatermark.sty}{\from{draftwatermark.dtx}{}}} +\ReportTotals + +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* file(s) into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space draftwatermark.sty} +\Msg{*} +\Msg{*} +\Msg{* To produce the documentation run the files ending with} +\Msg{* `.dtx' through LaTeX (or maybe pdfLaTeX).} +\Msg{* Process any name.idx file by:} +\Msg{* \space\space\space\space makeindex -s gind.ist name} +\Msg{* Process any name.glo file by:} +\Msg{* \space\space\space\space makeindex -s gglo.ist -o name.gls name.glo} +\Msg{* Re run through LaTeX the .dtx files as necessary} +\Msg{*} +\Msg{***********************************************************} + +\endbatchfile |