File: markup2.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 (14 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
digraph G {
Decl [ shape=record, label = "\n\nDecl|{name|access|decl_flags|extern_c_linkage}"];
a_1 [label="$\\frac{\\gamma}{2x^2+y^3}$"];
a_1 -> a_2 -> a_3 -> a_1
node [texmode="math"];
a_1 -> b_1 -> b_2 -> a_3;
node [texmode="verbatim"]
b_4 [label="\\feta"] 
b_5 [label="\frac"]
a_3 -> b_4;
c5 -> b_4;
a_1 -> Decl;

}