
\mathscr - Tex Command
mathscr
\mathscr - Used to turn on script typestyle for uppercase letters. If lowercase script letters are not available, then they are typeset in a roman typestyle.
SYNOPSIS
{ \mathscr #1 }
DESCRIPTION
\mathscr command is used to turn on script typestyle for uppercase letters. If lowercase script letters are not available, then they are typeset in a roman typestyle.
EXAMPLE
-
\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}
$ \mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ} $ -
\mathscr{0123456789}
$ \mathscr{0123456789} $ -
\mathscr{abcdefghijklmnopqrstuvwxyz}
$ \mathscr{abcdefghijklmnopqrstuvwxyz} $ -
abcdefghijklmnopqrstuvwxyz
$ abcdefghijklmnopqrstuvwxyz $ -
\mathscr{AB}AB
$ \mathscr{AB}AB $
Advertisements