diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-10.1.5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-10.1.5.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-10.1.5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-10.1.5.tex new file mode 100644 index 00000000000..ad47b93669e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-10.1.5.tex @@ -0,0 +1,20 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 64 (Section 10.1.5 : Option \tkzname{orthogonal} with $K=-1$) + +\begin{tikzpicture}[scale=.75] + \tkzDefPoint(1,2){O} + \tkzDefPoint(2,5){I} + \tkzDefPointWith[orthogonal](O,I) + \tkzGetPoint{J} + \tkzDefPointWith[orthogonal,K=-1](O,I) + \tkzGetPoint{K} + \tkzDrawSegment(O,I) + \tkzDrawSegments[->](O,J O,K) + \tkzMarkRightAngles(I,O,J I,O,K) + \tkzDrawPoints(O,I,J,K) + \tkzLabelPoints(O,I,J,K) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |