From 1dfeaad298797209b707cc845743f322f26e5a39 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Mar 2020 21:13:23 +0000 Subject: tkz-euclide (9mar20) git-svn-id: svn://tug.org/texlive/trunk@54200 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex') diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex new file mode 100644 index 00000000000..37a2adf9a28 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-4.1.1.tex @@ -0,0 +1,15 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 22 (Section 4.1.1 : Cartesian coordinates ) + +\begin{tikzpicture} + \tkzInit[xmax=5,ymax=5] + \tkzDefPoint(0,0){A} + \tkzDefPoint(4,0){B} + \tkzDefPoint(0,3){C} + \tkzDrawPolygon(A,B,C) + \tkzDrawPoints(A,B,C) +\end{tikzpicture} + +\end{document} \ No newline at end of file -- cgit v1.2.3