diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl new file mode 100644 index 00000000000..cf9ba9c40c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-44.inl @@ -0,0 +1,15 @@ +\usepackage {pstcol,pst-node,pst-tree} +\psset{arrows=->,framearc=.2} +\newcommand{\Treebox}[1]{% + \Tr{\psframebox{#1}}} +\pstree[treemode=R] +{\Treebox{A$\rightarrow$B}}{ +\pstree{ + \Treebox{B$\rightarrow$C} + }{ + \Treebox{A$\rightarrow$D} +\pstree[treemode=L] + {\Treebox{B$\rightarrow$E}} + {\Tn\TC[arrows=<-]} + } +} |