diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-09 22:01:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-09 22:01:28 +0000 |
commit | e1cf2d37d45b69560b048112410bfb0fe4a364e1 (patch) | |
tree | 3a33c9a152752e3bfd2e3cf5b7d6a7f03795a49c /Master/texmf-dist/tex/generic/pstricks | |
parent | eaa50fe2459839e0840e1881bde94292f082e95a (diff) |
pstricks (9dec13)
git-svn-id: svn://tug.org/texlive/trunk@32370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex b/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex index 879397d8a9e..677c070cb12 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pst-ovl.tex @@ -1,4 +1,4 @@ -%% $Id: pst-ovl.tex 803 2013-07-09 20:34:57Z herbert $ +%% $Id: pst-ovl.tex 856 2013-12-09 10:34:40Z herbert $ %% %% %% This is file `pst-ovl.tex', diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 702543739aa..d016eedf338 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -21,7 +21,7 @@ %% !! loading additional TeX packages see line 108 !! %% !! loading config file pstricks.con line 473 !! %% !! loading pro files line 486 !! -%% !! fileversion and date see line 115 !! +%% !! fileversion and date see line 113 !! % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax @@ -110,8 +110,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.48} -\def\filedate{2013/11/29} +\def\fileversion{2.49} +\def\filedate{2013/12/09} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -2007,6 +2007,7 @@ \newtoks\pst@customdefs \pst@customdefs{% \def\newpath{\addto@pscode{newpath}}% + \def\reversepath{\addto@pscode{ reversepath }}% 20131209 hv \def\moveto(#1){\pst@@getcoor{#1}\addto@pscode{\pst@coor moveto}}% \def\rmoveto(#1){\pst@@getcoor{#1}\addto@pscode{\pst@coor rmoveto}}% \def\closepath{\addto@pscode{closepath}}% |