summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-6-1.inl
blob: 2a47a101c288124cebd142e3fb7b62e8169b2596 (plain)
1
2
3
4
5
6
7
8
9
\usepackage {pstricks}
\begin{pspicture}(0,0)(5,5)\showgrid
\rput(1,1){\rnode{A}{Dog}}
\rput(2,4){\rnode{B}{Cat}}
\rput(4,2){Mouse}
\ncline{A}{B}
\nccurve[linestyle=dotted]{A}{B}
\ncarc[linestyle=dashed]{A}{B}
\end{pspicture}