summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/ex3.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/ex3.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/ex3.dot8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/ex3.dot b/graphics/dot2tex/doc/docgraphs/ex3.dot
new file mode 100644
index 0000000000..69dcd79a40
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/ex3.dot
@@ -0,0 +1,8 @@
+digraph G {
+ start;
+ end;
+ node [texmode="math"];
+ a_1;
+ a_2;
+ start -> a_1 -> a_2 -> end;
+} \ No newline at end of file