
\bf - Tex Command
NAME
\bf - Used to turn on boldface; affects uppercase and lowercase letters, and digits.
SYNOPSIS
{ \bf ... }
DESCRIPTION
\bf command is used to turn on boldface; affects uppercase and lowercase letters, and digits.
EXAMPLE
-
\bf AaBb\alpha\beta123
$ \bf AaBb\alpha\beta123 $ -
{\bf A B} A B
$ {\bf A B} A B $ -
\bf AB \rm CD
$ \bf AB \rm CD $ -
\bf{AB}CD
$ \bf{AB}CD $
Advertisements