diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:56:36 +0000 |
commit | 43597d4c962b4bf496b3c794b6d7902766885b1c (patch) | |
tree | ae0fe6ee952d016073117d7264dfe05164730b6e /Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins | |
parent | 656060fb39c02b292c9233ecb95fb9d7b8b8b77d (diff) |
trunk/Master/texmf-dist/source/latex/pst-gr3d
git-svn-id: svn://tug.org/texlive/trunk@474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins b/Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins new file mode 100644 index 00000000000..f635a8d93c4 --- /dev/null +++ b/Master/texmf-dist/source/latex/pst-gr3d/pst-gr3d.ins @@ -0,0 +1,37 @@ +%% `pst-gr3d.ins' +%% +%% Docstrip installation instruction file for docstyle `pst-gr3d' +%% +%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> +%% +%% February 5, 2001 + +\def\batchfile{pst-gr3d.ins} +\input docstrip.tex +\keepsilent +\Msg{*** Generating the `pst-gr3d' package ***} +\askforoverwritefalse +\generate{\file{pst-gr3d.tex}{\from{pst-gr3d.dtx}{pst-gr3d}}} +\generate{\file{pst-gr3d.sty}{\from{pst-gr3d.dtx}{latex-wrapper}}} + +\ifToplevel{% +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the files} +\Msg{* pst-gr3d.sty and pst-gr3d.tex in a directory/folder searched by TeX.} +\Msg{*} +\Msg{* To produce the documentation, run the file `pst-gr3d.dtx'} +\Msg{* through LaTeX.} +\Msg{*} +\Msg{* If you require the commented code, desactivating the} +\Msg{* OnlyDescription macro, you must recompile, execute:} +\Msg{* `makeindex -s gind.ist pst-gr3d'} +\Msg{* `makeindex -s gglo.ist -o pst-gr3d.gls pst-gr3d.glo'} +\Msg{* and recompile.} +\Msg{*} +\Msg{***********************************************************} +} + +\endinput +%% +%% End of file `pst-gr3d.ins' |