diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-14 21:36:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-14 21:36:11 +0000 |
commit | fed9568042a15eccfe2f65969a4daaf85ca85659 (patch) | |
tree | 5cd389b8014e00411fa962d87366461e75620011 /Master/texmf-dist/tex/latex | |
parent | 81de6ca8799fd9c8484cdede036a8dc59f31780f (diff) |
pst-antiprism (14feb18)
git-svn-id: svn://tug.org/texlive/trunk@46643 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-antiprism/pst-antiprism.sty | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-antiprism/pst-antiprism.sty b/Master/texmf-dist/tex/latex/pst-antiprism/pst-antiprism.sty new file mode 100644 index 00000000000..8530a8930a1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-antiprism/pst-antiprism.sty @@ -0,0 +1,20 @@ +%% $Id: pst-antiprism.sty 730 2018-02-13 17:50:37Z herbert $ + +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN archives +%% in directory CTAN:/macros/latex/base/lppl.txt. +% +\ProvidesPackage{pst-antiprism.tex}[2018/02/12 package wrapper for PSTricks pst-antiprism.tex] +% +\RequirePackage{pstricks} +\RequirePackage{pst-solides3d} +% +\input{pst-antiprism} +\ProvidesFile{pst-antiprism.tex} + [\filedate\space v\fileversion\space `PST-antiprism.tex'] +\IfFileExists{pst-antiprism.pro}{% + \ProvidesFile{pst-antiprism.pro} + [2018/02/12 PostScript prologue file (ml,hv)] + \@addtofilelist{pst-antiprism.pro}}{}% +\endinput +%% End of file `pst-antiprism.tex.sty'. |