diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-12 01:03:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-12 01:03:00 +0000 |
commit | d69c8e6f02c8ccddda5d0e298d8ef6dd9e3810c0 (patch) | |
tree | 590d7f24265a91a9f2224781aa4bde527837921d /Master/texmf-dist/tex/latex/pst-mirror | |
parent | b3d72971aeaf06ea2627c5ebca11fef7d76e0d5b (diff) |
new pstricks package pst-mirror (8dec09)
git-svn-id: svn://tug.org/texlive/trunk@16370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-mirror')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-mirror/pst-mirror.sty | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-mirror/pst-mirror.sty b/Master/texmf-dist/tex/latex/pst-mirror/pst-mirror.sty new file mode 100644 index 00000000000..ae4c0e5bc47 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-mirror/pst-mirror.sty @@ -0,0 +1,12 @@ +%% $Id: pst-mirror.sty 168 2009-12-08 17:55:07Z herbert $ +\RequirePackage{pstricks} +\ProvidesPackage{pst-mirror}[2009/12/08 package wrapper for + pst-mirror.tex (hv)] +\input{pst-mirror.tex} +\ProvidesFile{pst-mirror.tex} + [\filedate\space v\fileversion\space `pst-mirror' (ml,hv)] +\IfFileExists{pst-mirror.pro}{% + \ProvidesFile{pst-mirror.pro}[2009/12/08 v. 1.0, PostScript prologue file] + \@addtofilelist{pst-mirror.pro}}{}% +\endinput + |