summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex b/macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex
new file mode 100644
index 0000000000..62df83a7d7
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex
@@ -0,0 +1,12 @@
+\documentclass[border=3mm]{standalone}
+\usepackage{tkz-graph}
+\begin{document}
+\begin{tikzpicture}[scale=1.75]
+ \GraphInit[vstyle=Art]
+ \Vertex{A}
+ \Vertex[x=4,y=0]{B}
+ \Vertex[x=1,y=2]{C}
+ \Edge[style={bend left}](B)(A)
+ \Edges(A,B,C,A)
+\end{tikzpicture}
+\end{document} \ No newline at end of file