diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/4-6-36.inl')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/4-6-36.inl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/4-6-36.inl b/Master/texmf-doc/doc/english/latex-graphics-companion/4-6-36.inl new file mode 100644 index 00000000000..c993e1a9c4a --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-graphics-companion/4-6-36.inl @@ -0,0 +1,11 @@ +\usepackage {pstricks,pst-node,pst-tree} +\pstree[nodesep=2pt, + levelsep=20pt]{\TR{grandfather}} +{\pstree{\TR{uncle}}{\TR{cousin}} + \pstree{\TR{father}} + {\pstree{\TR{brother}}{\TR{nephew}} + \pstree{\TR{Me}} + {\pstree{\TR{son}}{\TR{grandson}} + } + } +} |