summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-06 20:45:02 +0000
committerKarl Berry <karl@freefriends.org>2020-02-06 20:45:02 +0000
commitaf1d24be8bad221544f5bec7af3deafd1cbfe494 (patch)
tree2b268bf4825cafeb7432ac8d383e37ebbe5f6409 /Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex
parent61692d2325979f9ab8c544ab5ad1d42fd755df70 (diff)
tkz-base (6feb20)
git-svn-id: svn://tug.org/texlive/trunk@53695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex
new file mode 100644
index 00000000000..a1ca8c9cecc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-10-1-1.tex
@@ -0,0 +1,18 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 74 (Section 10.1.1 : Exemple 2 avec \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}