Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 090e61529dd1dba514277d64a6cb6cdd > files > 34

dot2tex-2.8.7-1.noarch.rpm

/*
:Title: Basic example
:Tags: PGF

A basic example.

Generated with::

    $ dot2tex --preproc -tmath ex1.dot | dot2tex > ex1.tex
    
*/

digraph G {
	a_1-> a_2 -> a_3 -> a_1;
}