~ubuntu-branches/ubuntu/raring/dot2tex/raring

« back to all changes in this revision

Viewing changes to doc/docgraphs/ex4.dot

  • Committer: Bazaar Package Importer
  • Author(s): Peter Collingbourne
  • Date: 2007-06-01 15:51:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070601155156-k218fww40jjemng4
Tags: 2.0.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
digraph G {
2
 
        a_1 [texlbl="$\frac{\gamma}{2x^2+y^3}$"];
3
 
        a_1 -> a_2 -> a_3 -> a_1
4
 
        node [texmode="math"];
5
 
        a_1 -> b_1 -> b_2 -> a_3;
6
 
        b_1 [label="\\frac{\\gamma}{x^2}"];
7
 
        node [texmode="verbatim"]
8
 
        b_4 [label="\\beta"] 
9
 
        a_3 -> b_4 -> a_1;
10
 
}
 
 
b'\\ No newline at end of file'