summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
committerNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
commite1a7798f45cd37c0aa0bfaaef5f0acb4e48bc867 (patch)
treed2bbebcdb7bcb8fe013a9d3cbd2cff880b18afbf /macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex
parent37cb9bbabbfe1a8d0d1334832814ccbefcf9ac0a (diff)
CTAN sync 202101220300
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