
\mathcal - Tex Command
mathcal
\mathcal - Used to turn on calligraphic font for uppercase letters and digits.
SYNOPSIS
{ \mathcal #1 }
DESCRIPTION
\mathcal command is used to turn on calligraphic font for uppercase letters and digits.
EXAMPLE
-
\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
$ \mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ} $ -
\mathcal{0123456789}
$ \mathcal{0123456789} $ -
\mathcal{abcdefghijklmnopqrstuvwxyz}
$ \mathcal{abcdefghijklmnopqrstuvwxyz} $ -
abcdefghijklmnopqrstuvwxyz
$ abcdefghijklmnopqrstuvwxyz $ -
\mathcal{AB}AB
$ \mathcal{AB}AB $
Advertisements