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 --- .../tkz-euclide/examples/tkzEuclide-26.3.1.tex | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-26.3.1.tex (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-26.3.1.tex') diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-26.3.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-26.3.1.tex new file mode 100644 index 00000000000..c9e0c91aae2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-26.3.1.tex @@ -0,0 +1,24 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 217 (Section 26.3.1 : Use of \tkzcname{tkzSetUpCompass}) + +\begin{tikzpicture}[scale=.75, + showbi/.style={bisector,size=2,gap=3}] + \tkzSetUpCompass[color=blue,line width=.3 pt] + \tkzDefPoints{0/1/A, 8/3/B, 3/6/C} + \tkzDrawPolygon(A,B,C) + \tkzDefLine[bisector](B,A,C) \tkzGetPoint{a} + \tkzDefLine[bisector](C,B,A) \tkzGetPoint{b} + \tkzShowLine[showbi](B,A,C) + \tkzShowLine[showbi](C,B,A) + \tkzInterLL(A,a)(B,b) \tkzGetPoint{I} + \tkzDefPointBy[projection= onto A--B](I) + \tkzGetPoint{H} + \tkzDrawCircle[radius,color=gray](I,H) + \tkzDrawSegments[color=gray!50](I,H) + \tkzDrawLines[add=0 and -.2,color=blue!50 ](A,a B,b) + \tkzShowBB +\end{tikzpicture} + +\end{document} \ No newline at end of file -- cgit v1.2.3