Generalmathbb style for lowercase letters

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ryanfritz
Posts: 5
Joined: Fri Apr 18, 2008 10:42 am

mathbb style for lowercase letters

Post by ryanfritz »

Hello!

I got a problem with regards to using \mathbb for lowercase letters.. it won't output correctly, it only works on uppercase letters.. what package do i need for it to work? or are there any option to make up with this?

Please help.. Thanks!

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathbb style for lowercase letters

Post by localghost »

I knew that I already have read this where else [1]. I gave you an answer in another forum. Please avoid double posting to different forums (as a matter of fairness).

[1] CQF.info :: View topic - mathbb for small letters


Best regards
Thorsten¹
ryanfritz
Posts: 5
Joined: Fri Apr 18, 2008 10:42 am

Re: mathbb style for lowercase letters

Post by ryanfritz »

yes, I understand. However, I did revise the question a bit.. I was looking for any option regarding it..
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathbb style for lowercase letters

Post by localghost »

ryanfritz wrote:yes, I understand. However, I did revise the question a bit.. I was looking for any option regarding it..
There is NO option. Again I wonder how these small Blackboard characters should look like. Do you have any idea or can you name a picture source so I can figure out that? And what would be the purpose of having them? What do you need them for?
ryanfritz
Posts: 5
Joined: Fri Apr 18, 2008 10:42 am

Re: mathbb style for lowercase letters

Post by ryanfritz »

here it is.. Thank you for responding.. I need to use it for something..
Attachments
mathbb char.JPG
mathbb char.JPG (27.96 KiB) Viewed 18384 times
ryanfritz
Posts: 5
Joined: Fri Apr 18, 2008 10:42 am

Re: mathbb style for lowercase letters

Post by ryanfritz »

here it is.. Thank you for responding.. I need to use it for something..
Attachments
this one done in latex however, all i got was a picture of it..
this one done in latex however, all i got was a picture of it..
mathbb char.JPG (27.96 KiB) Viewed 18379 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathbb style for lowercase letters

Post by localghost »

OK, that's proof enough. Perhaps the pst-text package yields a workaround. Take a look at the documentation (Section 2 - Character manipulations, p. 5ff).
ryanfritz
Posts: 5
Joined: Fri Apr 18, 2008 10:42 am

Re: mathbb style for lowercase letters

Post by ryanfritz »

Thanks a lot! I really appreciate it..
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathbb style for lowercase letters

Post by localghost »

I got it! I have to revise all my former statements. The bbm package is exactly what you need. Then you can typeset the expression from the picture with a double struck small character.

Code: Select all

$\{\boldsymbol{z_t}\in\mathbbm{t}\mathbb{N}\}$
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

mathbb style for lowercase letters

Post by Stefan Kottwitz »

Hi ryanfritz,

welcome to the LaTeX Community board!
Just to mention one alternative: bbold has small blackboard letters too. I would prefer bbm though, that Thorsten mentioned.
There is a demonstration file for various blackboard fonts.

Stefan
Post Reply