diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:04:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:04:15 +0000 |
commit | 396e98633d6180657ae13ff8c91767218be95c39 (patch) | |
tree | 23856e1eec7a49f14c85b8da1072a4ba3022f091 /Master | |
parent | 51d1922cb3d0e3d2b3847214cdd112624298c113 (diff) |
pst-gr3d
git-svn-id: svn://tug.org/texlive/trunk@1243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-gr3d/pst-gr3d.sty | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-gr3d/pst-gr3d.sty b/Master/texmf-dist/tex/latex/pst-gr3d/pst-gr3d.sty new file mode 100644 index 00000000000..4f661883bf5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-gr3d/pst-gr3d.sty @@ -0,0 +1,45 @@ +%% +%% This is file `pst-gr3d.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% pst-gr3d.dtx (with options: `latex-wrapper') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from pst-gr3d.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file pst-gr3d.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.) +%% +%% Package `pst-gr3d.dtx' +%% +%% Denis Girou (CNRS/IDRIS - France) <Denis.Girou@idris.fr> +%% Herbert Voss <voss@perce.de> +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory macros/latex/base/lppl.txt. +%% +%% DESCRIPTION: +%% `pst-gr3d' is a PSTricks package to draw three dimensional grids +%% with various customization +%% +\RequirePackage{pstricks} +\ProvidesPackage{pst-gr3d}[2005/01/13 package wrapper for + pst-gr3d.tex (hv)] +\input{pst-gr3d.tex} +\ProvidesFile{pst-gr3d.tex} + [\filedate\space v\fileversion\space `PST-gr3d' (dg)] +\endinput +%% +%% End of file `pst-gr3d.sty'. |