diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-07 22:46:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-07 22:46:51 +0000 |
commit | f7f745abd023abcc4786bec4f598ed57d2819da5 (patch) | |
tree | 69ef46eaf66d1a73939cbd250f40b11367336b43 /Master/texmf-dist/tex/generic/pstricks | |
parent | 9535a28f71c31eec7d692a2548ea9ced57a066ff (diff) |
pstricks (7feb16)
git-svn-id: svn://tug.org/texlive/trunk@39615 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 | 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% |