The following type style commands are supported by LaTeX.
These commands are used like \textit{italics text}
. The
corresponding command in parenthesis is the "declaration form", which
takes no arguments. The scope of the declaration form lasts until the
next type style command or the end of the current group.
The declaration forms are cumulative; i.e., you can say
\sffamily\bfseries
to get sans serif boldface.
You can also use the environment form of the declaration forms; e.g.
\begin{ttfamily}...\end{ttfamily}
.
\textrm (\rmfamily)
\textit (\itshape)
\emph
\textmd (\mdseries)
\textbf (\bfseries)
\textup (\upshape)
\textsl (\slshape)
\textsf (\sffamily)
\textsc (\scshape)
\texttt (\ttfamily)
\textnormal (\normalfont)
\mathrm
\mathbf
\mathsf
\mathtt
\mathit
\mathnormal
\mathcal
In addition, the command
\mathversion{bold}
can be used for switching to bold letters and symbols in
formulas. \mathversion{normal}
restores the default.