summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-1.tex
diff options
context:
space:
mode:
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.tex20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index 0033453009f..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-1.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-\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}