4

I'd like to display this font of blackboard bold characters:

enter image description here

Is this included in the amsmath package? If so, it appears to not respond to \Bbb or \mathbb. So, do I need another package or am I using the wrong functions? If the former, which package will display the above font? I saw that the package {bbold} uses a different font than the one I want.

4
  • 5
    amsfonts package Commented Jun 20, 2023 at 11:33
  • @DavidCarlisle How is amsfonts different from amssymb? I did what Sebastiano's answer said and it worked, but I assume amsfont has perhaps even more symbols or more fonts? Commented Jun 20, 2023 at 13:03
  • 1
    amssymb includes amsfonts. Commented Jun 20, 2023 at 13:06
  • @DavidCarlisle I see, thanks! Commented Jun 20, 2023 at 13:17

1 Answer 1

8

Using the canonical amsmath and amssymb.

\documentclass[11pt]{article} \usepackage{amsmath, amssymb} \begin{document} The blackboard bold letters $\mathbb{ABCDEFGQRZ}$ \end{document} 

enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.