[pstricks] hyperlink for node connector?

Bob Tennent rdt at cs.queensu.ca
Tue Nov 7 19:06:56 CET 2006


 >|HV> http://tug.org/PSTricks/main.cgi?file=Examples/misc#hyperref
 >|
 >|In this example the whole picture is a link.  What if I want to  make
 >|parts of the picture to be clickable (and provide different links)?

To make a clickable node:

  \rput{..}{\rnode{...}{\href{URL}{...}}

with the hyperref package.  I use

\PassOptionsToPackage{urlcolor=black,colorlinks}{hyperref}

LaTeX -> dvips -> ps2pdf will work.

Bob T.



More information about the PSTricks mailing list