\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {lucmin}\def \ttdefault {cmtt}
The default math mode font is $math\ italic$. This should not be
confused with ordinary \emph{text italic}.
\verb|\mathbf| produces $\mathbf{bold}\mbox{-}\mathbf{face\ roman}$ letters.
If you wish to have
{\boldmath $bold\mbox{-}face\ math\ italic$} letters and bold-face Greek
letters and mathematical symbols, use the \verb|\boldmath| command
\emph{before} going into math mode. This changes the default math
fonts to bold. Greek is available in upper and lower case:
\(\alpha,\beta, \Gamma, \Delta \dots \omega, \Omega\)
\begin{tabular}{ll}
normal: \( x = 2\pi \Rightarrow x \simeq 6.28 \)\\
mathbf: \(\mathbf{x} = 2\pi \Rightarrow x \simeq 6.28 \)\\
boldmath: {\boldmath \(x = \mathbf{2}\pi \Rightarrow x
\simeq{\mathbf{6.28}} \)}\\
\end{tabular}
\noindent There is also a calligraphic font for upper-case letters;
these are produced by the \verb|\mathcal| command:
\( \mathcal{ABCDE} \)