& - Tex Command



NAME

& - used as seperator. Can be used for HTML entity refrences. Can be escaped using \.

SYNOPSIS

{ expression1 & expression2}

DESCRIPTION

& is used as seperator between mathematical expressions/ symbols. Can be used for HTML entity refrences. Can be escaped using \.

EXAMPLES

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