diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-24 21:59:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-24 21:59:34 +0000 |
commit | 3e9018be0fb55d9f4b54f982b25f9cf81c8267e4 (patch) | |
tree | ad23b83bbf1628ebcc6207965fa343dc89c009a2 /Master/texmf-dist/tex/latex/pst-func | |
parent | db5e19406efc8d838a693366ccec1e979415b988 (diff) |
pst-func (24aug17)
git-svn-id: svn://tug.org/texlive/trunk@45112 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-func')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-func/pst-func.sty | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-func/pst-func.sty b/Master/texmf-dist/tex/latex/pst-func/pst-func.sty index 2f8d9173e66..2a8c0b4cb27 100644 --- a/Master/texmf-dist/tex/latex/pst-func/pst-func.sty +++ b/Master/texmf-dist/tex/latex/pst-func/pst-func.sty @@ -1,12 +1,16 @@ \RequirePackage{pstricks} -\ProvidesPackage{pst-func}[2013/06/03 package wrapper for - pst-func.tex (hv)] +\ProvidesPackage{pst-func}[2017/08/17 package wrapper for pst-func.tex (hv)] +\RequirePackage{pst-plot} +\RequirePackage{pst-math} +\RequirePackage{pst-tools} +\RequirePackage{pstricks-add} +\RequirePackage{pst-xkey} +% \input{pst-func.tex} \ProvidesFile{pst-func.tex} [\filedate\space v\fileversion\space `PST-func' (hv)] \IfFileExists{pst-func.pro}{% - \ProvidesFile{pst-func.pro} - [2014/05/07 v. 0.16, PostScript prologue file (hv)] + \ProvidesFile{pst-func.pro}[2014/05/07 v. 0.16, PostScript prologue file (hv)] \@addtofilelist{pst-func.pro}}{}% \endinput %% $Id: pst-func.sty 918 2014-05-19 12:32:37Z herbert $ |