
\scr - Tex Command
scr
\scr - Turns on script typestyle for uppercase letters; lowercase letters are in a roman typestyle.
SYNOPSIS
{ \scr ...}
DESCRIPTION
\scr command is used to turn on script typestyle for uppercase letters; lowercase letters are in a roman typestyle.
EXAMPLE
-
\scr ABCDEFGHIJKLMNOPQRSTUVWXYZ
$ \scr ABCDEFGHIJKLMNOPQRSTUVWXYZ $ -
\scr 0123456789abcdefghijklmnopqrstuvwxyz
$ \scr 0123456789abcdefghijklmnopqrstuvwxyz $ -
0123456789abcdefghijklmnopqrstuvwxyz
$ 0123456789abcdefghijklmnopqrstuvwxyz $ -
{\scr AB}AB
$ {\scr AB}AB $ -
\scr AB \rm AB
$ \scr AB \rm AB $ -
\scr{AB}CD
$ \scr{AB}CD $
Advertisements