
\sf - Tex Command
sf
\sf - Used to turn on sans serif mode for uppercase and lowercase letters and digits, and for uppercase Greek.
SYNOPSIS
{ \sf}
DESCRIPTION
\sf command turns on sans serif mode for uppercase and lowercase letters and digits, and for uppercase Greek.
EXAMPLE
-
\sf ABCDEFGHIJKLMNOPQRSTUVWXYZ
$ \sf ABCDEFGHIJKLMNOPQRSTUVWXYZ $ -
\sf 0123456789
$ \sf 0123456789 $ -
\sf abcdefghijklmnopqrstuvwxyz
$ \sf abcdefghijklmnopqrstuvwxyz $ -
ABCDE 01234 abcde
$ ABCDE 01234 abcde $ -
{\sf AB\Delta\Gamma\Lambda}\ AB\Delta\Gamma\Lambda
$ {\sf AB\Delta\Gamma\Lambda}\ AB\Delta\Gamma\Lambda $ -
\sf AB \rm AB
$ \sf AB \rm AB $ -
\sf{AB}CD
$ \sf{AB}CD $
Advertisements