diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.4.1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.4.1.tex | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.4.1.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.4.1.tex deleted file mode 100644 index 6a894f4f6e3..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-25.4.1.tex +++ /dev/null @@ -1,19 +0,0 @@ -\input{preamble-standalone.ltx} -\begin{document} - -% Ex. No. 211 (Section 25.4.1 : Example) - -\begin{tikzpicture}[scale=.5] - \tkzDefPoint(0,0){A} - \tkzDefPoint(3,-4){B} - \tkzDefCircle[through](A,B) - \tkzGetLength{rABpt} - \tkzpttocm(\rABpt){rABcm} - \tkzDrawCircle(A,B) - \tkzDrawPoints(A,B) - \tkzLabelPoints(A,B) - \tkzDrawSegment[dashed](A,B) - \tkzLabelSegment(A,B){$\pgfmathprintnumber{\rABcm}$} -\end{tikzpicture} - -\end{document}
\ No newline at end of file |