Text FormattingA problem in using \mathbb

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
lhzju
Posts: 2
Joined: Fri Mar 24, 2017 4:39 pm

A problem in using \mathbb

Post by lhzju »

A problem in using \mathbb

When I use \usepackage{amssymb}, the \mathbb{E} shows the following result:
nE.jpg
nE.jpg (4.36 KiB) Viewed 22254 times
When I use \usepackage{amssymb} and \usepackage{bbold}, the \mathbb{E} shows the following result:
sE.jpg
sE.jpg (2.57 KiB) Viewed 22254 times
Actually, I want the following result, but I do not know how to achieve it.
E.jpg
E.jpg (2.47 KiB) Viewed 22254 times
I also try "mathalfa" and "mathpi" and download Adobe math PI 6 font, which still does not take effect.

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

lhzju
Posts: 2
Joined: Fri Mar 24, 2017 4:39 pm

A problem in using \mathbb

Post by lhzju »

The problem above has been solved by using

Code: Select all

\usepackage[bb=boondox]{mathalfa}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

A problem in using \mathbb

Post by Stefan Kottwitz »

Welcome to the forum!

And thank you for telling us the solution you found. The next one coming in via google searching for the same issue will appreciate it.

Stefan
LaTeX.org admin
Post Reply