Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > a0babef5ed92fe7ce2556a303dae95b3 > files > 37

dot2tex-2.8.7-12.mga5.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;
}