Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 105aca44aa4869d1147c3d81847105ec > files > 49

dot2tex-2.9.0-1.mga6.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;
}