Node Connections and Overlays?

Holger Meuss meuss at cis.uni-muenchen.de
Thu Apr 13 15:09:47 CEST 2000


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

Hello,

has anybody encountered a similar problem with node connections and
overlays, or can somebody help me:

I try to make overlay slides with node A on the first slide, node B on 
the second and an edge between node A and node B on the second slide,
too. 

The problem is that the edge does not connect nodes A and B but
goes out of the respectivve slide. I imagine it tries to connect to the other
slide where node A (node B, resp.) is located. 

I tried it with the following simple lines:


\documentclass[a4,12pt]{seminar}

\usepackage{pst-tree}

\usepackage{semcolor}
\usepackage{semlayer}
\input{seminar.bug}

\begin{document}


\begin{slide}
\pstree{\Toval[name=A]{node A}}{}

\begin{overlay}{1}
\pstree{\Toval[name=B]{node B}}{}
\ncarc{->}{A}{B}

\end{overlay}
\end{slide}

\end{document}

Can anybody help me?

Yours, Holger

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