summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex
deleted file mode 100644
index 6023292527..0000000000
--- a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.1.1.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 81 (Section 10.1.1 : Example with \tkzcname{tkzShowBB})
-
-\begin{tikzpicture}[scale=.5]
- \tkzInit[ymax=5,xmax=8]
- \tkzGrid
- \tkzDefPoint(3,0){A}
- \begin{scope}
- \tkzClipBB
- \tkzDrawCircle[R](A,5 cm)
- \tkzShowBB
- \end{scope}
-\tkzDrawCircle[R,red](A,4 cm)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file