PSTricks: what do you think about using [mnode=anArbitraryCommandName]?

Denis Girou Denis.Girou at idris.fr
Tue Jul 22 17:55:08 CEST 1997


-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------

    Jean-Francois.Mertens> A little bug I noticed some time ago, and which persists in the present
    Jean-Francois.Mertens> version: contrary to the documentation (betadoc2.ps p.27), "mnode=dot"
    Jean-Francois.Mertens> with psmatrix yields the msg
    Jean-Francois.Mertens> \psmatrix node 'dot' not defined

  Yes, it's a bug. Thank you for report. Correction is trivial.
As usual, I'll send the updated file (pst-node.tex) with VERSIONS and CHANGES
ones to Sebastian to update CTAN files.

  Here is the temporary solution:

\documentclass{article}

\usepackage{pst-node}

\makeatletter
\def\mnode at dot{\dotnode at ii(\z@,\z@){\psm at thenode}}
\makeatother

\begin{document}

\begin{psmatrix}[mnode=dot]
  A & B
\end{psmatrix}

\begin{psmatrix}[emnode=dot]
  A & & & B
\end{psmatrix}

\end{document}

D.G.

-----------------------------------------------------------------------------
To [un]subscribe to this list, send mail to pstricks-request at mail.tug.org
Leave the subject line blank and in the body put the line
[un]subscribe <email-address>
For help, put the word "help" in the message body.
To obtain current archive, put the words "get current" in the message body.
-----------------------------------------------------------------------------



More information about the PSTricks mailing list