diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-03 01:25:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-03 01:25:14 +0000 |
commit | 2e03ce1ab48d0df8278421f3c58e89e063e51e3b (patch) | |
tree | 4705e4e10e8d841428d7aa8871fb01cf53a73aca /Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty | |
parent | 3f1f836612a33595683361deac1863bf8011b89a (diff) |
pst-arrow (2sep16)
git-svn-id: svn://tug.org/texlive/trunk@41980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty b/Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty new file mode 100644 index 00000000000..5082e6afdd2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-arrow/pst-arrow.sty @@ -0,0 +1,11 @@ +%% $Id: pst-arrow.sty 328 2016-09-01 19:00:31Z herbert $ +% +\RequirePackage{pstricks} +\ProvidesPackage{pst-arrow}[2016/09/01 v. 0.01 package wrapper for + pst-arrow.tex (hv)] +\input{pst-arrow.tex} +\ProvidesFile{pst-arrow.tex} +\InputIfFileExists{pst-arrow.cfg}{% + \PackageInfo{pst-arrow}{Local config file pst-arrow.cfg used} +}{} +\endinput |