2012-2013/1ES/DS/DS_130413/fig/arbreExo2.tex

19 lines
590 B
TeX
Raw Normal View History

2017-06-16 06:45:50 +00:00
\psset{nodesep=1mm,levelsep=3cm,treesep=1.5cm}
\pstree[treemode=D]{\TC}{%
\pstree{\TR{$B$} \tlput{0.3}}{%
\Tcircle{$B$} \tlput{0.3}
\Tcircle{$V$} \tlput{0.5}
\Tcircle{$J$} \trput{0.2}
}
\pstree{\TR{$V$} \tlput{0.5}}{%
\Tcircle{$B$} \tlput{0.3}
\TR{$V$} \tlput{0.5}
\Tdia{$J$} \trput{0.2}
}
\pstree{\TR{$J$} \tlput{0.2}}{%
\Tcircle{$B$} \tlput{0.3}
\Tdia{$V$} \tlput{0.5}
\TR{$J$} \trput{0.2}
}
}