Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thank you very much for the answer. However, using unicode-math ruins the other mathbb letters. Is there any way of keeping the standard mathbb while using unicode-math? PS: I keep coming back to this question since I haven't still a satisfactory answer Commented Nov 24, 2022 at 18:04
  • @Manza yes, you can \DeclareMathAlphabet with the AMS bb font. Just use another name than \mathbb. Commented Nov 24, 2022 at 22:38
  • 1
    @Manza Or load an Opentype font whose \mathbb you like better with range=bb. Commented Nov 24, 2022 at 22:38
  • Btw, the newer version of NewCM provides blackboard math in CM style, similar to dsfont. It contains numbera as well. Commented Feb 6, 2024 at 15:48
  • Wow, cmathbb looks the cleanest. I'll use it from now on. Commented May 13 at 18:51