File: ex1.dot

package info (click to toggle)
dot2tex 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 968 kB
  • ctags: 337
  • sloc: python: 3,057; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
: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;
}