\ hline - Comando Tex

NOME

\hline - Usato per disegnare una linea orizzontale.

SINOSSI

{ \hline }

DESCRIZIONE

Il comando \ hline disegna una linea orizzontale.

ESEMPIO

  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} $
Stampa