summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-6-46.inl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/4-6-46.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/4-6-46.inl')
-rw-r--r--info/examples/lgc/4-6-46.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/info/examples/lgc/4-6-46.inl b/info/examples/lgc/4-6-46.inl
new file mode 100644
index 0000000000..e023775ec2
--- /dev/null
+++ b/info/examples/lgc/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}