diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-29 23:55:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-29 23:55:10 +0000 |
commit | 31f6269664044a69f424fbeb879fbf83e230a844 (patch) | |
tree | c697406820cf47f947750b71f4797b3f134a26f6 /Master/texmf-dist/tex/latex | |
parent | d2dd80e6370e9119da2628daeba6def954c8100d (diff) |
pst-dart (29jan18)
git-svn-id: svn://tug.org/texlive/trunk@46473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-dart/pst-dart.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-dart/pst-dart.sty b/Master/texmf-dist/tex/latex/pst-dart/pst-dart.sty new file mode 100644 index 00000000000..83758903b9a --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-dart/pst-dart.sty @@ -0,0 +1,13 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-dart}[2017/08/17 package wrapper for pst-dart.tex (hv)] +\RequirePackage{multido} +\RequirePackage{pst-xkey} +% +\input{pst-dart.tex} +\ProvidesFile{pst-dart.tex} + [\filedate\space v\fileversion\space `PST-dart' (hv)] +\IfFileExists{pst-dart.pro}{% + \ProvidesFile{pst-dart.pro}[2014/05/07 v. 0.16, PostScript prologue file (hv)] +\@addtofilelist{pst-dart.pro}}{}% +\endinput +%% $Id: pst-dart.sty 713 2018-01-28 19:31:56Z herbert $ |