From 44de5c74743db58d508828926b92b9f728e0d7f7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 28 Nov 2010 23:53:54 +0000 Subject: pstricks git-svn-id: svn://tug.org/texlive/trunk@20594 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pstricks/Changes.generic | 3 +++ Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 179b5490460..6cc691e6f9a 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,7 @@ pstricks.tex -------- +2.15 2010-11-25 - bugfix for using \pstCheckCoorType +2.14 2010-11-14 - bugfix for using \pst@pyth. Now \pst@Pyth, which uses + no dimen registers 2.13 2010-11-01 - new macro and counter for the type of read coordinates \pstCheckCoorType{#1} sets the macro \pst@C@@rType % \pst@C@@rType = 0 cartesian (x,y) 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% -- cgit v1.2.3