[Problem] Typos in pst-node

Denis Girou Denis.Girou at idris.fr
Wed Sep 23 22:52:42 CEST 1998


-----------------------------------------------------------------------------
This is the PSTricks mailing list, devoted to discussions about computational
graphics in (La)TeX using the PSTricks package from Timothy van Zandt.
For help using this mailing list, see instructions at the end of message.
-----------------------------------------------------------------------------

  I found today two typos in pst-node.tex, with very little impact and just
concerning some validation tests about the tpos parameter.

  * 98/09/23 pst-node.tex (97 patch 7): There are two typos in validation
tests, which avoid to print an error message for wrong values of tpos.
(reported by Denis Girou <Denis.Girou at idris.fr>)

\def\psset at tpos#1{%
\pst at checknum{#1}\psk at tpos
\ifdim\psk at tpos \p@<\z@
\def\psk at tpos{.5}%
% DG/SR modification begin - Sep. 23, 1998 - Patch 7
%\@pstrickserr{Bad `tpos' value: `#1'. Must be 0<tpos<1}\@epha
\@pstrickserr{Bad `tpos' value: `#1'. Must be 0<tpos<1}\@ehpa
% DG/SR modification end
\else
\ifdim\psk at tpos \p@>\p@
\def\psk at tpos{.5}%
% DG/SR modification begin - Sep. 23, 1998 - Patch 7
%\@pstrickserr{Bad `tpos' value: `#1'. Must be 0<tpos<1}\@epha
\@pstrickserr{Bad `tpos' value: `#1'. Must be 0<tpos<1}\@ehpa
% DG/SR modification end
\fi
\fi}

D.G.

-----------------------------------------------------------------------------
The list interface (subscription, information, access to the archives) is on:
http://www.tug.org/cgi-bin/lwgate/pstricks
Otherway to unsubscribe, send mail to pstricks-request at mail.tug.org
with a blank subject and in body the line unsubscribe <email-address>
-----------------------------------------------------------------------------



More information about the PSTricks mailing list