summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/ex3.dot
blob: 69dcd79a401cf1b1bac9225d4a46c5f15fb53b40 (plain)
1
2
3
4
5
6
7
8
digraph G {
	start;
	end;
	node [texmode="math"];
	a_1;
	a_2;
	start -> a_1 -> a_2 -> end;
}