diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-14 00:13:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-14 00:13:57 +0000 |
commit | 47988dce4e1e4623f5badc2237d4be68e95a2488 (patch) | |
tree | 1f1072305de7e8a961c10cba6abe192641bbb015 /Master/texmf-dist/tex/latex/pst-3d | |
parent | 08fc1629b2ad79d9d2b0526b720745e58535b65f (diff) |
pst-3d 1.10 (13feb10)
git-svn-id: svn://tug.org/texlive/trunk@17000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-3d')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-3d/pst-3d.sty | 49 |
1 files changed, 7 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-3d/pst-3d.sty b/Master/texmf-dist/tex/latex/pst-3d/pst-3d.sty index b57cd73cc61..920468451f3 100644 --- a/Master/texmf-dist/tex/latex/pst-3d/pst-3d.sty +++ b/Master/texmf-dist/tex/latex/pst-3d/pst-3d.sty @@ -1,48 +1,13 @@ -%% -%% This is file `pst-3d.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% pst-3d.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-3d.sty. -%% -%% For distribution of the original source see the terms -%% for copying and modification in the file pst-3d.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-3d.dtx' -%% -%% Timothy Van Zandt <tvz@nwu.edu> (tvz) -%% Herbert Voss <voss@pstricks.de> (hv) -%% -%% September 03, 2005 -%% -%% This file is under the LaTeX Project Public License -%% See CTAN archives in directory macros/latex/base/lppl.txt. -%% -%% DESCRIPTION: -%% `pst-3d' is a PSTricks package for tilting and other pseudo-3D tricks -%% - - -%% +%% $Id: pst-3d.sty 234 2009-12-30 22:03:29Z herbert $ \RequirePackage{pstricks} -\ProvidesPackage{pst-3d}[2005/09/02 package wrapper for +\ProvidesPackage{pst-3d}[2009/07/28 package wrapper for pst-3d.tex (hv)] \input{pst-3d.tex} +\IfFileExists{pst-3d.pro}{% + \ProvidesFile{pst-3d.pro} + [2010/01/01 v. 0.01, PostScript prologue file (hv)] + \@addtofilelist{pst-3d.pro}}{}% \ProvidesFile{pst-3d.tex} - [\filedate\space v\fileversion\space `PST-3d' (tvz)] + [\filedate\space v\fileversion\space `PST-3d' (hv)] \endinput -%% %% End of file `pst-3d.sty'. |