summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex
new file mode 100644
index 00000000000..39f38e08669
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-12.1.2.tex
@@ -0,0 +1,14 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 80 (Section 12.1.2 : Example with \tkzname{bisector} and \tkzname{normed})
+
+\begin{tikzpicture}[rotate=25,scale=.75]
+ \tkzDefPoints{0/0/C, 2/-3/A, 4/0/B}
+ \tkzDefLine[bisector,normed](B,A,C) \tkzGetPoint{a}
+ \tkzDrawLines[add= 0 and .5](A,B A,C)
+ \tkzShowLine[bisector,gap=4,size=2,color=red](B,A,C)
+ \tkzDrawLines[blue!50,dashed,add= 0 and 3](A,a)
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file