diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-28 23:53:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-28 23:53:54 +0000 |
commit | 44de5c74743db58d508828926b92b9f728e0d7f7 (patch) | |
tree | 9ef1e202ab12158c832e7cc702720d8bba0e13bd /Master/texmf-dist/tex/generic | |
parent | ccf040d96181d615c8b14bda5d3179efbf9124fd (diff) |
pstricks
git-svn-id: svn://tug.org/texlive/trunk@20594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index 0f4344284d8..bab470b5dcb 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -65,8 +65,8 @@ \pst@addfams{pstricks} \ifx\PSTFPloaded\endinput\else \input pst-fp.tex\fi % -\def\fileversion{2.14} -\def\filedate{2010/11/14} +\def\fileversion{2.15} +\def\filedate{2010/11/25} % % stolen from latex.ltx to make it TeX compatible \newcount\psLoopIndex @@ -768,6 +768,10 @@ \fi} % \def\pst@@CheckCoorType#1#2;#3;#4\@nil{% +%\typeout{====1:#1}% +%\typeout{====2:#2}% +%\typeout{====3:#3}% +%\typeout{====4:#4}% \ifx#1>\relax% node with special rotation for \uput \global\pst@C@@rType=7\relax% \else @@ -783,7 +787,7 @@ \ifx#1*\relax% algebraic PostScript code: x f(x) \global\pst@C@@rType=4\relax% \else - \ifx#3;\relax + \ifx#4;\relax% polar coordinates \global\pst@C@@rType=1\relax% \else \global\pst@C@@rType=0\relax% @@ -2534,7 +2538,8 @@ \ifnum\psk@subgriddiv>1 \addto@pscode{ gsave - \psk@subgridwidth SLW \pst@usecolor\pssubgridcolor + \psk@subgridwidth SLW + \pst@usecolor\pssubgridcolor \pst@tempB \pst@coor \pst@tempA % hv 1.11 % \pst@number\psxunit \pst@number\psyunit % hv 1.11 \pst@number\psxunit abs \pst@number\psyunit abs % hv 1.11 @@ -2547,7 +2552,8 @@ \fi \addto@pscode{ gsave - \psk@gridwidth SLW \pst@usecolor\psgridcolor + \psk@gridwidth SLW + \pst@usecolor\psgridcolor \pst@tempB \pst@coor \pst@tempA % hv 1.11 \pst@number\psxunit abs \pst@number\psyunit abs % hv 1.11 % \pst@number\psxunit \pst@number\psyunit % hv 1.11 @@ -3758,6 +3764,7 @@ pop \use@par% \if@star\pst@starbox\fi% \pstCheckCoorType{#1}% needed for \uput@vii +\typeout{====\the\pst@C@@rType====}% \uput@vi% \psput@{#1}\pst@hbox \endgroup% |