diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11-1-5.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11-1-5.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11-1-5.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11-1-5.tex new file mode 100644 index 00000000000..b01a8b5ca00 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-11-1-5.tex @@ -0,0 +1,20 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 53 (Section 11.1.5 : orthogonal simple) + +\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} |