diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-29 23:45:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-29 23:45:35 +0000 |
commit | b43ab4f21972f95f64d5c107085fc53d561f8788 (patch) | |
tree | 0f08d9d6809da724512eb0c6d4811450980baf7a /Master/texmf-dist/tex/generic/pstricks | |
parent | 39b3116f53db86a63486c24c1bb3b397f18aa95f (diff) |
pstricks (29jun15)
git-svn-id: svn://tug.org/texlive/trunk@37707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index c3585f72c56..9f662edb996 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -116,8 +116,8 @@ \input pgffor.code.tex \let\pgfforeach\foreach % -\def\fileversion{2.60} -\def\filedate{2014/10/25} +\def\fileversion{2.61} +\def\filedate{2015/06/28} \catcode`\@=11\relax \pst@addfams{pstricks} % @@ -839,6 +839,11 @@ } \SpecialCoor% set to special read of coors, angles and lengths % +\define@key[psset]{}{precode}{\def\pst@prepscode{#1 }} +\define@key[psset]{}{postcode}{\def\pst@postpscode{#1 }} +\psset{precode={},postcode={}}% For use in other packages +% +% \begingroup \catcode`\|=13 \catcode`\;=13 |