summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl
new file mode 100644
index 00000000000..e023775ec2d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-46.inl
@@ -0,0 +1,17 @@
+\usepackage {pstcol,pst-node,pst-tree}
+\psset{angleB=-90,arrows=->,nrot=:U}
+\newcommand{\molesworth}[1]{%
+ \pstree[#1]{\Tdia{ }}
+ {
+ \Tp[arrows=->,edge={\ncbar[angleA=180]}]
+ \nbput{Gabbitas}
+ {\psset{linestyle=dashed,arrows=-} \Tp }
+ \Tp[arrows=->,edge={\ncbar}]
+ \naput{Thring}
+ }
+}
+\psset{showbbox=true}
+\begin{tabular}{l}
+\molesworth{}\\[1cm]
+\molesworth{xbbl=1cm,xbbr=1cm}
+\end{tabular}