summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex24
1 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex
index d85694af193..793c2d22e9d 100644
--- a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex
+++ b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzrep1.tex
@@ -1,7 +1,9 @@
-Utilisation du module pgffor chargé automatiquement avec Tikz
+\TFRGB{Utilisation du module \og pgffor \fg chargé automatiquement avec TikZ }{Utilisation package \og pgffor \fg automatically loaded with TikZ }
-\subsection{Répétition à 1 variable}
+%\subsection{Répétition à 1 variable}
+\SbSSCT{Répétition à 1 variable}{One variable repetition}
+
%\psLoop{5}{ \DFR }
\begin{tabular}{|c|} \hline
@@ -13,9 +15,11 @@ Variable \BSR{x} : position en X
\\ \hline
\end{tabular}
-\subsection{Répétition à 2 variables}
+%\subsection{Répétition à 2 variables}
+\SbSSCT{Répétition à 2 variables}{Two variables repetition}
+
\begin{tabular}{|c|} \hline
-Liste de variables numériques
+\TFRGB{Liste de variables numériques}{Numerical variables}
\\ \hline
\tikz \foreach \pos/\y in {1/10,2/20,3/30,4/40,5/50,6/60,7/70,8/80,9/90,10/100} \fill[color=blue!\y](\pos,0) circle (0.5cm);
\\ \hline
@@ -28,7 +32,7 @@ Variable \BSR{pos} : position en X \hspace{1cm} Variable \BSB{y} : couleur
\bigskip
\begin{tabular}{|c|} \hline
-Liste de variables mixtes
+\TFRGB{Liste de variables mixtes}{Composite variables}
\\ \hline
\tikz \foreach \x/\col in {1/red,3/green,5/magenta,7/blue} \shade[ball color=\col](\x,0) circle (1);
\\ \hline
@@ -43,7 +47,7 @@ Variable \BSR{x} : position en X \hspace{1cm} Variable \BSB{col} : couleur
\bigskip
\begin{tabular}{|c|} \hline
-Liste de variables avec un pas
+\TFRGB{Liste de variables avec un pas}{Variables with a step}
\\ \hline
\begin{tikzpicture}
\foreach \x in {1,2,...,4,7,8,...,10}
@@ -102,7 +106,7 @@ Variable \BSR{x} : position en X \hspace{1cm} Variable \BSR{y} : position en Y
\bigskip
\begin{tabular}{|c|} \hline
-Variables numériques avec opération
+\TFRGB{Variables numériques avec opération}{Calculation on variables}
\\ \hline
\begin{tikzpicture}
\foreach \x in {0,20,...,360}{ \filldraw[red] (0,0) .. controls (\x+10:1) .. (\x:3) .. controls (\x-10:1) .. (0,0);}
@@ -124,9 +128,11 @@ Variable \BSR{x} : angle
-\subsection{Répétition à 2 variables - boucles imbriquées}
+%\subsection{Répétition à 2 variables - boucles imbriquées}
+\SbSSCT{Répétition à 2 variables - boucles imbriquées}{Nested loops}
+
\begin{tabular}{|c|c|} \hline
- \multicolumn{2}{|c|}{Ordre des boucles imbriquées }
+ \multicolumn{2}{|c|}{\TFRGB{Ordre des boucles imbriquées}{Order of the nested loops }}
\\ \hline
\begin{tikzpicture}[blue]