summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/preproc1.dot
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/dot2tex/doc/docgraphs/preproc1.dot
Initial commit
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/preproc1.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/preproc1.dot6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/preproc1.dot b/graphics/dot2tex/doc/docgraphs/preproc1.dot
new file mode 100644
index 0000000000..9bf7edf33a
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/preproc1.dot
@@ -0,0 +1,6 @@
+digraph G {
+ node [shape=circle];
+ a_1 [texlbl="$x^2+\frac{\sin y}{y^2+\cos \beta}+\gamma_3$"];
+ a_1 -> a_2 [label=" ", texlbl="$x_1+x_3^2+z+c+v~~$"];
+ a_2 -> a_1;
+} \ No newline at end of file