diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-3d/pst-3d.ins')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-3d/pst-3d.ins | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/pst-3d/pst-3d.ins b/Master/texmf-dist/source/generic/pst-3d/pst-3d.ins new file mode 100644 index 00000000000..4e3e1e54e90 --- /dev/null +++ b/Master/texmf-dist/source/generic/pst-3d/pst-3d.ins @@ -0,0 +1,38 @@ +%% `pst-3d.ins' +%% +%% Docstrip installation instruction file for docstyle `pst-lens' +%% +%% Timothy Van Zandt <tvz@nwu.edu> (tvz) +%% Herbert Voss <voss@pstricks.de> (hv) +%% +%% December 31, 2005 + +\def\batchfile{pst-3d.ins} +\input docstrip.tex +\keepsilent +\Msg{*** Generating the `pst-3d' package ***} +\askforoverwritefalse +\generate{\file{pst-3d.tex}{\from{pst-3d.dtx}{pst-3d}}} +\generate{\file{pst-3d.sty}{\from{pst-3d.dtx}{latex-wrapper}}} +% +\ifToplevel{% +\Msg{***********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the files} +\Msg{* pst-3d.sty and pst-3d.tex in a directory/folder searched by TeX.} +\Msg{*} +\Msg{* To produce the documentation, run the file `pst-3d.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-3d'} +\Msg{* `makeindex -s gglo.ist -o pst-3d.gls pst-3d.glo'} +\Msg{* and recompile.} +\Msg{*} +\Msg{***********************************************************} +} + +\endinput +%% +%% End of file `pst-3d.ins' |