summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex26
1 files changed, 0 insertions, 26 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex b/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex
deleted file mode 100644
index a9faf42a9c..0000000000
--- a/macros/latex/contrib/tkz/tkz-base/doc/latex/TKZdoc-base-example.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-\section{Here are a few examples}
-
-Here is a very simple example that shows you that once the reference is defined, it is easy to work with the tools of my module. It is however possible to use the Tikz tools, but in this case you have to go back to the original coordinate system.
-
-\subsection{Recipe by month}
-
-\begin{tkzexample}[vbox,small]
-\begin{tikzpicture}
- \tkzInit[xmax=12,ymin=1000,ymax=11000,ystep=1000]
- \tkzClip[space=2]
- \tkzAxeX[label=month,below=10pt]
- \tkzAxeY[label=Recipe]
- \tkzDefPoint(1,2000){A}
- \tkzDefPoint(2,3000){B}
- \tkzDefPoint(4,2500){C}
- \tkzDefPoint(5,4200){D}
- \tkzDrawSegments[color=brown!50](A,B B,C C,D)
- \tkzDrawMarks[mark=ball](A,B,C,D)
- \tkzText[draw,color = red,fill = red!10,text width=3cm](5,6000)%
- {\begin{center}\color{blue}%
- Recipe by month\end{center}%
- }
-\end{tikzpicture}
-\end{tkzexample}
-
-\endinput