summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl
new file mode 100644
index 00000000000..fa639ab7c6b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-16.inl
@@ -0,0 +1,7 @@
+\usepackage {pstricks}
+\begin{pspicture}(-.2,-.5)(3,1)\showgrid
+\rput(.5,.5){\rnode{A}{\psframebox{Cat}}}
+\rput(2.5,.5){\rnode{B}{\psframebox{Dog}}}
+\ncarc{->}{A}{B}
+\ncarc{->}{B}{A}
+\end{pspicture}