Queslques tableaux

tabeau sans coin

Dans le préambule on met :

\usepackage{array,multirow,makecell}

Pour obtenir :

On tape :

\begin{tabular}{|C{3cm}|C{3cm}|C{3cm}|C{3cm}|}
\cline{2-4}
\multicolumn{1}{c|}{} & Marque A & Marque B & Marque C \\
\hline
Taille 1 & 9 & 14 & 7 \\
\hline
Taille 2 & 11 & 10 & 6 \\
\hline
Taille 3 & 18 & 18 & 15 \\
\hline
Taille 4 & 10 & 8 & 14\\
\hline
\end{tabular}

Tableau de signes

Dans le préambule on met :

\usepackage{tikz,tkz-tab}

Pour obtenir :

On tape :

\begin{tikzpicture} \tkzTabInit[lgt = 4, espcl = 2, deltacl = 0.7]{$x$ / 1 , $4x$ / 1, $x+2$ / 1,$x-2$ / 1, $\dfrac{(x-2)(x+2)}{4x}$ / 1}{$-\infty$, $-2$, $0$, $ 2 $, $+\infty$}
\tkzTabLine{ , -, t, -, z, +,t,+, }
\tkzTabLine{ , -, z, +, t, +,t,+, }
\tkzTabLine{ , -, t, -, t, -,z,+, }
\tkzTabLine{ , -, z, +, d, -,z,+, }
\end{tikzpicture}

tabeau de variations

Je vous conseil d'aller sur le site TikZ pour l'impatient