summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/graphviz/test/body.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/graphviz/test/body.tex')
-rw-r--r--Master/texmf-dist/doc/latex/graphviz/test/body.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/graphviz/test/body.tex b/Master/texmf-dist/doc/latex/graphviz/test/body.tex
new file mode 100644
index 00000000000..c426f983eed
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/graphviz/test/body.tex
@@ -0,0 +1,9 @@
+\begin{document}
+
+\section{Dot}
+\digraph[scale=0.5]{abc}{rankdir=LR; a->b->c; b->d;}
+
+\section{Neato}
+\neatograph[scale=0.5]{xyz}{rankdir=LR; w--y; x--y--z;}
+
+\end{document}