diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pstricks/pstricks.sty | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index f61d547ed7f..0b5d6f9e63a 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -66,8 +66,8 @@ \pst@addfams{pstricks} \ifx\PSTFPloaded\endinput\else \input pst-fp.tex\fi % -\def\fileversion{2.19} -\def\filedate{2011/03/25} +\def\fileversion{2.20} +\def\filedate{2011/04/23} % % stolen from latex.ltx to make it TeX compatible \newcount\psLoopIndex @@ -434,6 +434,7 @@ % \pstheader{pstricks.pro} \pstheader{pst-algparser.pro} +\pstheader{pst-tools.pro} % \def\pst@dict{tx@Dict begin } \def\pst@theheaders{pstricks.pro, pst-algparser.pro} diff --git a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty index 15fb4d7c767..a4929534c78 100644 --- a/Master/texmf-dist/tex/latex/pstricks/pstricks.sty +++ b/Master/texmf-dist/tex/latex/pstricks/pstricks.sty @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pstricks} - [2011/03/27 v0.49 LaTeX wrapper for `PSTricks' (RN,HV)] + [2011/04/23 v0.50 LaTeX wrapper for `PSTricks' (RN,HV)] % \def\documentclass{% \edef\@tempa{\jobname.tex }% @@ -117,14 +117,18 @@ \ProvidesFile{pstricks.pro} [2010/04/24 v. 1.07, PostScript prologue file (hv)] \@addtofilelist{pstricks.pro}}{}% - \IfFileExists{pst-dots.pro}{% - \ProvidesFile{pst-dots.pro} - [2006/12/19 v. 2.00, PostScript prologue file (hv)] - \@addtofilelist{pst-dots.pro}}{}% \IfFileExists{pst-algparser.pro}{% \ProvidesFile{pst-algparser.pro} [2008/01/01 v. 0.01, PostScript prologue file (hv)] \@addtofilelist{pst-algparser.pro}}{}% + \IfFileExists{pst-tools.pro}{% + \ProvidesFile{pst-tools.pro} + [2011/04/23 v. 0.01, PostScript prologue file (hv)] + \@addtofilelist{pst-tools.pro}}{}% + \IfFileExists{pst-dots.pro}{% + \ProvidesFile{pst-dots.pro} + [2006/12/19 v. 2.00, PostScript prologue file (hv)] + \@addtofilelist{pst-dots.pro}}{}% \fi {% \let\psscalebox\scalebox |