& - Comando Tex

NOME

&- usato come separatore. Può essere utilizzato per refrences entità HTML. Può essere evitato usando \.

SINOSSI

{ expression1 & expression2}

DESCRIZIONE

& è usato come separatore tra espressioni / simboli matematici. Può essere utilizzato per refrences entità HTML. Può essere evitato usando \.

ESEMPI

  1. \begin{matrix}
    a & b\cr
    c & d
    \end{matrix}
    $ \ begin {matrice} a & b \ cr c & d \ end {matrice} $
  2. a < b
    $ a <b $
  3. \text{Carol }\&\text{ Julia}
    $ \ text {Carol} \ & \ text {Julia} $
Stampa