Math & Science ⇒ blackboard braces (.,.) and [.,.] and letter i
blackboard braces (.,.) and [.,.] and letter i
I would like to create a different looking braces (.,.) and [.,.], by making them blackboard, to denote intervals in the real number system, so that they look different from the usual ordered pair (.,.).
I have tried using \mathbb, but it doesn't work. Then I tried the option using the bbm package (suggested in http://www.latex-community.org/forum/vi ... f=5&t=1289), but I get only the normal braces. Same with using the bbold package, and I also get only the normal braces.
Any suggestions?
P.S. I know it can be done, because I have seen it here:
http://tug.ctan.org/pkg/blackboard (the file blackboard.ps)
It would be highly preferrable that the solution is in vector graphics.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
blackboard braces (.,.) and [.,.] and letter i
Take a look at the source (*.tex) file. You can find it under »Location on CTAN« on the page you linked.Turkurz wrote:[…] I know it can be done, because I have seen it here:
http://tug.ctan.org/pkg/blackboard (the file blackboard.ps)
It would be highly preferrable that the solution is in vector graphics.
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: blackboard braces (.,.) and [.,.] and letter i
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
blackboard braces (.,.) and [.,.] and letter i
Code: Select all
pdftex blackboard.tex
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
blackboard braces (.,.) and [.,.] and letter i
Code: Select all
\documentclass{book}\usepackage[english]{babel}\usepackage{bbold}\begin{document}$\mathbb{()}$, $\mathbb{[]}$\\\textbb{()}, \textbb{[]}\\\bbfamily () []\end{document}
Any suggestions?