From e1a7798f45cd37c0aa0bfaaef5f0acb4e48bc867 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 22 Jan 2021 03:00:46 +0000 Subject: CTAN sync 202101220300 --- macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex (limited to 'macros/latex/contrib/tkz/tkz-graph/example/test-graph.tex') 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 -- cgit v1.2.3