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