summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/latex/TKZdoc-base-example.tex
diff options
context:
space:
mode:
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.tex12
1 files changed, 6 insertions, 6 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
index 22851814334..a9faf42a9c0 100644
--- 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
@@ -1,15 +1,15 @@
-\section{Quelques exemples}
+\section{Here are a few examples}
-Voici un exemple très simple qui vous montre qu'une fois le repère défini, il est facile de travailler avec les outils de mon module. Il est cependant possible d'utiliser les outils de Tikz, mais dans ce cas il faut revenir au système de coordonnées d'origine.
+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{Recette en fonction du mois}
+\subsection{Recipe by month}
\begin{tkzexample}[vbox,small]
\begin{tikzpicture}
\tkzInit[xmax=12,ymin=1000,ymax=11000,ystep=1000]
\tkzClip[space=2]
- \tkzAxeX[label=mois,below=10pt]
- \tkzAxeY[label=Recette]
+ \tkzAxeX[label=month,below=10pt]
+ \tkzAxeY[label=Recipe]
\tkzDefPoint(1,2000){A}
\tkzDefPoint(2,3000){B}
\tkzDefPoint(4,2500){C}
@@ -18,7 +18,7 @@ Voici un exemple très simple qui vous montre qu'une fois le repère défini, il
\tkzDrawMarks[mark=ball](A,B,C,D)
\tkzText[draw,color = red,fill = red!10,text width=3cm](5,6000)%
{\begin{center}\color{blue}%
- Recette en fonction du mois\end{center}%
+ Recipe by month\end{center}%
}
\end{tikzpicture}
\end{tkzexample}