summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex')
-rw-r--r--Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex
index d79c438bd36..8be8e1bd86f 100644
--- a/Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex
+++ b/Master/texmf-dist/doc/latex/visualtikz/Source/tkzstyl.tex
@@ -1,4 +1,5 @@
-\subsection{Style sans variable}
+%\subsection{Style sans variable}
+\SbSSCT{Style sans variable}{Style without variable}
\begin{tabular}{|c|c|} \hline
\begin{tikzpicture}[mon style/.style={draw=blue,fill=red!20,very thick},baseline=0pt]
@@ -16,7 +17,8 @@
-\subsection{Style à variable}
+%\subsection{Style à variable}
+\SbSSCT{Style sans variable}{Style with variable}
\begin{tabular}{|c|c|} \hline
\begin{tikzpicture}[mon style/.style={draw=#1,thick,fill=#1!50,scale=.5}]
@@ -35,9 +37,11 @@
\end{tabular}
-valeur par défaut
-\begin{tabular}{|c|c|} \hline
+
+\begin{tabular}{|c|c|} \hline
+ \multicolumn{2}{|c|}{\TFRGB{valeur par défaut}{With a default value }}
+ \\ \hline
\begin{tikzpicture}[mon style/.style={draw=#1,thick,fill=#1!50,scale=.5},
mon style/.default=black]
\filldraw [mon style] (0,0) rectangle (2,1);