summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex
deleted file mode 100644
index 2c4a516f233..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-7.0.11.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 54 (Section 7.0.11 : Use of a repetition grid)
-
-\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} \ No newline at end of file