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 22822 times
When I use \usepackage{amssymb} and \usepackage{bbold}, the \mathbb{E} shows the following result:
sE.jpg
sE.jpg (2.57 KiB) Viewed 22822 times
Actually, I want the following result, but I do not know how to achieve it.
E.jpg
E.jpg (2.47 KiB) Viewed 22822 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.

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: 10348
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