From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/pageno/pageno.ins | 57 ++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 macros/latex/contrib/pageno/pageno.ins (limited to 'macros/latex/contrib/pageno/pageno.ins') diff --git a/macros/latex/contrib/pageno/pageno.ins b/macros/latex/contrib/pageno/pageno.ins new file mode 100644 index 0000000000..d78d2da029 --- /dev/null +++ b/macros/latex/contrib/pageno/pageno.ins @@ -0,0 +1,57 @@ +% File pageno.ins +% Copyright Rowland McDonnell 1996 +% +% Installation file for the pageno package. +% +% +% To install the pageno package you need: +% +% pageno.ins (this file) +% pageno.dtx +% docstrip.tex (part of the standard LaTeX2e distribution) +% +% +% To produce the documentation you also need: +% +% doc.sty (part of the standard LaTeX2e distribution) +% +% +% Instructions +% +% Run LaTeX on this file to strip the comments from pageno.dtx and +% produce the package file pageno.sty. Put pageno.sty somewhere that +% LaTeX can see it. +% +% Run LaTeX on pageno.dtx to produce the documentation. +% +% You might like to keep pageno.ins and pageno.dtx somewhere safe as a +% backup, or in case you want to pass the pageno package on to someone +% +% You can delete pageno.dvi, pageno.aux, pageno.toc, and pageno.log. +% +% +% +\ProvidesFile{pageno.ins} +\def\batchfile{pageno.ins} +\input docstrip +\keepsilent +\generateFile{pageno.sty}{t}{\from{pageno.dtx}{package}} +\typeout{} +\typeout{} +\typeout{Finished stripping the comments from pageno.dtx.} +\typeout{} +\typeout{To finish the installation, put pageno.sty in a sensible place} +\typeout{on your system's TeX-inputs search path.} +\typeout{} +\typeout{To produce the documentation, run LaTeX on pageno.dtx.} +\typeout{} +\typeout{You might like to keep pageno.ins and pageno.dtx somewhere safe } +\typeout{as a backup, or in case you want to pass the pageno package on} +\typeout{to someone.} +\typeout{} +\typeout{Don't forget to delete:} +\typeout{pageno.dvi, pageno.aux, pageno.toc, and pageno.log.} +\typeout{} +\typeout{} + +\endinput \ No newline at end of file -- cgit v1.2.3