~ubuntu-branches/ubuntu/trusty/dot2tex/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/testgraphs/markup.dot

  • Committer: Bazaar Package Importer
  • Author(s): Peter Collingbourne, Peter Collingbourne, Piotr Ożarowski
  • Date: 2008-06-12 14:04:56 UTC
  • mfrom: (1.2.1 upstream) (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612140456-d3g7i81ln1jn71oj
Tags: 2.8.2-1
[ Peter Collingbourne ]
* New upstream release
* debian/patches/01-shebang.patch: removed, applied upstream
* debian/rules: simple-patchsys removed, no longer required
* debian/control
  - updated Standards-Version
  - removed references to tetex
  - removed unnecessary ~ in python version number

[ Piotr Ożarowski ]
* Added DM-Upload-Allowed: yes

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="\\feta"] 
 
9
        b_5 [label="\\frac"]
 
10
        a_3 -> b_4;
 
11
        a_1 -> b_4;
 
12
}
 
 
b'\\ No newline at end of file'