Hi!
I want to have several texts in latex which are boxed in a circle or more in a rounded boxe. I tried to use:
\pgfnodecircle{Node1}[stroke]{\pgfxy(1,1)}{0.5cm}
\pgfnodecircle{Node2}[strokel]{\pgfxy(3,0.5)}{0.25cm}
\pgfnodecircle{Node3}[fill]{\pgfxy(5,1)}{0.25cm}
\pgfnodeconnline{Node1}{Node2}
\pgfnodeconnline{Node2}{Node3}
but this \pgfnodecircle command does not allowe me to write text insie the nodecircle. I could have add text with \pgfnodebox but I really want the text to be surrounded by rounded boxes and not by rectangular boxes.
thanks in advance, madalina