Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > d855b2bbb00e3b0dc5e787454ab9d9cb > files > 69

dot2tex-2.8.7-3.fc13.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;
}