summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-40.ltx
blob: 639e8eaee7b635884bbc82f11e472b540d955b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass{ppex}
\nonstopmode
\usepackage {pstricks,pst-node,pst-tree}
\pagestyle{empty}
\setlength\textwidth{231.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstricks,pst-node,pst-tree}
\newcommand{\Item}[1]{\Tr[ref=l]{%
 \psframebox[linestyle=none]{#1}}}
\renewcommand{\psedge}{\ncangle}
\psset{xbbd=1.5cm,treemode=R,
  angleB=-180,angleA=0,levelsep=72pt}
\pstree{\Item{langs}}{%
  \Item{german}
  \pstree{\Item{greek}}{%
    \Item{h  kelly}
    \pstree{\Item{levy}}{%
      \Item{doc}
      \Item{src}
       }
    }
  \Item{italian}
  \pstree{\Item{russian}}{
    \Item{hyphen}
   }
  \pstree{\Item{turkish}}{%
    \Item{hyphen}
    \Item{inputs}
    \Item{mf}
   }
}
\end{document}