I could not find out why the following code does not show $K$ in mathbb format. In fact, it shows a blank space in place of $K$:
Code: Select all
$k\in \alert{\mathbb{K}}$
Thanks in advance.
Code: Select all
$k\in \alert{\mathbb{K}}$
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{beamer}
\begin{document}
\begin{frame}
$k\in \alert{\mathbb{K}}$
\end{frame}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.