Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 12eacea390a74cbcad359459b502b7c8 > files > 51

dot2tex-2.11.3-1.mga7.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;
}