summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex
new file mode 100644
index 0000000000..8bcbcd13c1
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-10.4.0.tex
@@ -0,0 +1,16 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 84 (Section 10.4 : tkzSaveBB}{)
+
+\begin{tikzpicture}
+ \begin{scope}
+ \tkzSetBB(0,0)(6,2) \tkzShowBB[fill=blue!20]
+ \tkzSaveBB
+ \end{scope}
+ \tkzDefPoint(3,3){A}\tkzShowBB
+ \tkzDrawCircle[R,fill=yellow,opacity=.2](A,2cm)
+ \tkzRestoreBB
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file