Document Classesmathbb does not work in beamer

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
fenghedo
Posts: 19
Joined: Sat Oct 04, 2008 3:01 pm

mathbb does not work in beamer

Post by fenghedo »

Hi all,

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}}$
I did include amsmath, amssymb. What could be wrong?


Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

mathbb does not work in beamer

Post by frabjous »

I think perhaps you need to provide more information.

The minimal code:

Code: Select all

\documentclass{beamer}
\begin{document}
\begin{frame}
$k\in \alert{\mathbb{K}}$
\end{frame}
\end{document}
works for me, though I get some warnings.

Provide your own minimal example where it doesn't work. (Or if the above doesn't work you, try updating your packages, or provide details of your system.)
Post Reply