diff options
author | Norbert Preining <norbert@preining.info> | 2022-01-05 03:00:57 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-01-05 03:00:57 +0000 |
commit | c03c0d515f1bfbd111d40e78805db4696e080fb8 (patch) | |
tree | 4d72d1df66079b3937776da41a78d71189719dad /macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex | |
parent | 1903b598f8dda613f5c584bb18ccfd2fd8c278bb (diff) |
CTAN sync 202201050300
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex')
-rw-r--r-- | macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex deleted file mode 100644 index d54ae9432b..0000000000 --- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-20.2.2.tex +++ /dev/null @@ -1,29 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 161 (Section 20.2.2 : More complex example of a line-circle intersection) - -\begin{tikzpicture}[scale=.75] - \tkzDefPoint(0,0){A} - \tkzDefPoint(8,0){B} - \tkzDefMidPoint(A,B) - \tkzGetPoint{O} - \tkzDrawCircle(O,B) - \tkzDefMidPoint(O,B) - \tkzGetPoint{O'} - \tkzDrawCircle(O',B) - \tkzDefTangent[from=A](O',B) - \tkzGetSecondPoint{E} - \tkzInterLC(A,E)(O,B) - \tkzGetSecondPoint{D} - \tkzDefPointBy[projection=onto A--B](D) - \tkzGetPoint{F} - \tkzMarkRightAngle(D,F,B) - \tkzDrawSegments(A,D A,B D,F) - \tkzDrawSegments[color=red,line width=1pt, - opacity=.4](A,O F,B) - \tkzDrawPoints(A,B,O,O',E,D) - \tkzLabelPoints(A,B,O,O',E,D) -\end{tikzpicture} - -\end{document}
\ No newline at end of file |