diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pstricks/pstricks.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks/pstricks.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex index fcafe181116..8b55c95aa16 100644 --- a/Master/texmf-dist/tex/generic/pstricks/pstricks.tex +++ b/Master/texmf-dist/tex/generic/pstricks/pstricks.tex @@ -887,27 +887,27 @@ %\typeout{====3:#3}% %\typeout{====4:#4}% \ifx#1>\relax% node with special rotation for \uput - \global\pst@C@@rType=7\relax% + \global\pst@C@@rType=7 \else \ifcat#1a\relax% node names should start with a letter - \global\pst@C@@rType=5\relax% + \global\pst@C@@rType=5 \else \ifx#1[\relax% special node coor: [..]A - \global\pst@C@@rType=6\relax% + \global\pst@C@@rType=6 \else \ifx#1!\relax% PostScript code: x y - \global\pst@C@@rType=2\relax% + \global\pst@C@@rType=2 \else \ifx#1*\relax% algebraic PostScript code: x f(x) - \global\pst@C@@rType=4\relax% + \global\pst@C@@rType=4 \else \ifx#1+\relax% algebraic algebraic: x, f(x) - \global\pst@C@@rType=8\relax% + \global\pst@C@@rType=8 \else \ifx#4;\relax% polar coordinates - \global\pst@C@@rType=1\relax% + \global\pst@C@@rType=1 \else - \global\pst@C@@rType=0\relax% + \global\pst@C@@rType=0 \fi \fi \fi @@ -4247,7 +4247,7 @@ pop \pst@number{\wd\pst@hbox}% \pst@number{\ht\pst@hbox}% \pst@number{\dp\pst@hbox}% - \ifnum\pst@C@@rType=7\relax + \ifnum\pst@C@@rType=7 ps@refangle % CHANGED (MJS) FROM \psk@refangle\space \ifx\psk@rot\@empty\else ps@rot\space sub \fi \else @@ -4258,7 +4258,7 @@ pop %\show\pst@coor \setbox\pst@hbox=\hbox to\z@{\hss\vbox to\z@{\vss\box\pst@hbox\vss}\hss}% \setbox\pst@hbox=\psput@special\pst@hbox - \ifnum\pst@C@@rType=7\relax + \ifnum\pst@C@@rType=7 \ifx\psk@rot\@empty\else\pst@rotate{ps@rot }\pst@hbox\fi% CHANGED FROM \psk@rot (MJS) \else \ifx\psk@rot\@empty\else\pst@rotate{\psk@rot}\pst@hbox\fi% |