diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-09 21:13:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-09 21:13:23 +0000 |
commit | 1dfeaad298797209b707cc845743f322f26e5a39 (patch) | |
tree | 47deeec823e058e61be596a80af7638c89177ce8 /Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex | |
parent | 973884a3fae9230a1d3317c8a2d7725e580fa67b (diff) |
tkz-euclide (9mar20)
git-svn-id: svn://tug.org/texlive/trunk@54200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex new file mode 100644 index 00000000000..40a50fbf067 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.4.tex @@ -0,0 +1,17 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 39 (Section 6.1.4 : Option \tkzname{in}) + +\begin{tikzpicture} + \tkzDefPoints{0/1/A,3/2/B,1/4/C} + \tkzDefTriangleCenter[in](A,B,C)\tkzGetPoint{I} + \tkzDefPointBy[projection=onto A--C](I) + \tkzGetPoint{Ib} + \tkzDrawPolygon[color=blue](A,B,C) + \tkzDrawPoints(A,B,C,I) + \tkzDrawLines[add = 0 and 2/3](A,I B,I C,I) + \tkzDrawCircle(I,Ib) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |