\{\} - Tex Command


Advertisements

NAME

\{ \} - to print braces.

SYNOPSIS

{ \{ \}}

DESCRIPTION

\{ \} used to print braces.

EXAMPLES

  1. {1,2,3} 
    1,2,3
  2. \{1,2,3\} 
    {1,2,3}
  3. \left\{\frac ab,c\right\} 
    {ab,c}
Print