File: 4-6-40.ltx

package info (click to toggle)
texlive-doc 2009-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 192,004 kB
  • ctags: 4,774
  • sloc: perl: 12,760; xml: 11,870; makefile: 1,033; lisp: 394; sh: 229; awk: 205; java: 159; sed: 4
file content (34 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (11)
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}