summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:42:09 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:42:09 +0000
commit225c9a6864c8945d937da8f9c458f6bc5eacb6bb (patch)
tree8c43f43e3b35f2e434b658bb138fc819e822e1e5 /Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex
parentb5027823bc9f2e1d2bdc165ac21a2eb735db0bad (diff)
tkz-base (6apr20)
git-svn-id: svn://tug.org/texlive/trunk@54668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex26
1 files changed, 0 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex b/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex
deleted file mode 100644
index a9faf42a9c0..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/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