summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl
new file mode 100644
index 00000000000..d7f7c1ba49b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-27.inl
@@ -0,0 +1,14 @@
+\usepackage {pstricks,pst-node}
+\begin{pspicture}(0,0)(2.5,5)
+\begin{psmatrix}[rowsep=1.5cm]
+ & City &\\
+ {\tiny Shack} & House & {\Large Hotel}
+ \psset{arrows=<<-}
+ \ncline{1,2}{2,1}<{a}
+ \ncline{1,2}{2,2}>{b}
+ \ncline{1,2}{2,3}>{b}
+ \psset{arrows=-,linestyle=dotted}
+ \ncline{2,1}{2,2}
+ \ncline{2,2}{2,3}
+\end{psmatrix}
+\end{pspicture}