diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-30 22:11:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-30 22:11:51 +0000 |
commit | 5a8b5044b55dfb4e76f990eb433c7e229906c162 (patch) | |
tree | 6ce99f31e044b1b5bbd52eb7300f201763cd6f2d /Master/texmf-dist/tex/latex/pst-text/pst-text.sty | |
parent | bb7737fd4c99d8110fadbf69be86d62160650916 (diff) |
pst-text (30dec18)
git-svn-id: svn://tug.org/texlive/trunk@49542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-text/pst-text.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-text/pst-text.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-text/pst-text.sty b/Master/texmf-dist/tex/latex/pst-text/pst-text.sty index fed1eb8c59d..58918c668fd 100644 --- a/Master/texmf-dist/tex/latex/pst-text/pst-text.sty +++ b/Master/texmf-dist/tex/latex/pst-text/pst-text.sty @@ -1,7 +1,11 @@ \RequirePackage{pstricks} -\ProvidesPackage{pst-text}[2006/01/01 package wrapper for pst-text.tex (hv)] +\ProvidesPackage{pst-text}[2018/12/28 package wrapper for pst-text.tex (hv)] \input{pst-text.tex} \ProvidesFile{pst-text.tex} [\filedate\space \fileversion\space `pst-text' (tvz)] -\IfFileExists{pst-text.pro}{\@addtofilelist{pst-text.pro}}{}% +\IfFileExists{pst-text.pro}{% + \ProvidesFile{pst-text.pro}[2018/12/28 v. 1.02, PostScript prologue file] + \@addtofilelist{pst-text.pro}}{}% \endinput + +%% $Id: pst-text.sty 891 2018-12-29 19:42:20Z herbert $ |