From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- graphics/dot2tex/doc/docgraphs/ex3.dot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 graphics/dot2tex/doc/docgraphs/ex3.dot (limited to 'graphics/dot2tex/doc/docgraphs/ex3.dot') 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 -- cgit v1.2.3