summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex
new file mode 100644
index 0000000000..af0c00b4c6
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-07-0-11.tex
@@ -0,0 +1,17 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 47 (Section 7.0.11 : Utilisation d'une grille de répérage)
+
+\begin{tikzpicture}[scale=.5]
+ \tikzset{xaxe style/.style ={-}}
+ \tkzInit[xmax=15,ymax=15]
+ \tkzClip
+ \tkzGrid[sub,color=orange]
+ \tkzLabelX[label= ] \tkzLabelY[label= ]
+ \tkzDrawXY
+ \node[opacity=.5] at (8,6){%
+ \includegraphics[scale=.5]{tiger}};
+\end{tikzpicture}
+
+\end{document}