File: escstr.dot

package info (click to toggle)
dot2tex 2.11.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: python: 3,673; makefile: 119
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
digraph testG {
	d2tdocpreamble="\usepackage[T1]{fontenc}\usepackage{lmodern}"; 
	a [label="\N"];
	b [label="\G"];
	a -> b [label="\E"];
	subgraph clusterA {
		c -> f [label="\T connect \H"];
	}
	a -> c;
}