everything till graphs
[bsc-thesis1415.git] / thesis2 / test / body.tex
1 \begin{document}
2
3 \section{Dot}
4 \digraph[scale=0.5]{abc}{rankdir=LR; a->b->c; b->d;}
5
6 \section{Neato}
7 \neatograph[scale=0.5]{xyz}{rankdir=LR; w--y; x--y--z;}
8
9 \end{document}