GeneralHow do I get the bbold package?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
drongo
Posts: 2
Joined: Sun Apr 03, 2011 4:42 pm

How do I get the bbold package?

Post by drongo »

Where do I get the 'bbold.sty' package? I'm trying to write 1's and 0's in blackboard bold, like this

Code: Select all

\mathbb{1}, \mathbb{0}
At the university where I work, I can use kile and compile the latex code just fine. But on my home computer, it says:

Code: Select all

'bbold.sty' not found. \usepackage
I can't use the amssymb.sty package for this because it only supports blackboard bold font for letters, not numbers.

Thanks in advance for the help.

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

How do I get the bbold package?

Post by Stefan Kottwitz »

Hi drongo,

welcome to the board!

You could download bbold.sty from http://ctan.org/pkg/bbold.

Instead of downloading and manually installing, I recommend to use the package manager of your LaTeX installation. This could be mpm (if you use MiKTeX) or tlmgr (if you use TeX Live).

Stefan
LaTeX.org admin
Post Reply