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