diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-11 23:16:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-11 23:16:07 +0000 |
commit | fa3dbdbd11bbc7da0c06e2871472419998e645c9 (patch) | |
tree | bd592dae1355267edef4e5f4e4d39868514dd7e2 /Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty | |
parent | 9edfaa6ebaa5d0e7e3df5a822c675bbe565b96e4 (diff) |
pst-labo (11dec15)
git-svn-id: svn://tug.org/texlive/trunk@39077 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty b/Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty index 7a4767ef81d..e03726c23bc 100644 --- a/Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty +++ b/Master/texmf-dist/tex/latex/pst-labo/pst-labo.sty @@ -1,7 +1,12 @@ \RequirePackage{pstricks} -\ProvidesPackage{pst-labo}[2005/03/13 package wrapper for - pst-labo.tex (hv)] +\ProvidesPackage{pst-labo}[2015/12/09 package wrapper for pst-labo.tex (hv)] + \input{pst-labo.tex} \ProvidesFile{pst-labo.tex} [\filedate\space v\fileversion\space `PST-labo' (ML,DG,CJ,hv)] -\endinput
\ No newline at end of file +\IfFileExists{pst-labo.pro}{% + \ProvidesFile{pst-labo.pro} + [2012/09/21 v. 1.01, PostScript prologue file (hv)] + \@addtofilelist{pst-labo.pro}}{}% +\endinput + |