\ hline - Commande Tex

NOM

\hline - Utilisé pour dessiner une ligne horizontale.

SYNOPSIS

{ \hline }

LA DESCRIPTION

La commande \ hline trace une ligne horizontale.

EXEMPLE

  1. \begin{matrix}
    x_{11} & x_{12} \\
    x_{21} & x_{22} \\
    x_{31} & x_{32} \\
    \hline
    \end{matrix}
    $ \ begin {matrix} x_ {11} & x_ {12} \\ x_ {21} & x_ {22} \\ x_ {31} & x_ {32} \\ \ hline \ end {matrix} $
Impression