How to get bold version of blackboard bold fonts?Turn mathbb characters bold in math modeMathsymbol in the documentclass memoirchanging the general theme of math fontsThe dual to the positioning of `tag`?mathbb in CoreldrawColumn with two equationsBold checkmarkHow to use fonts (the ones listed in mathalfa documentation) in math modeBlackboard Bold iBold, upright greek symbol, bm not workingHow to get ^i working in math enviroment

What to look for in climbing shoes?

Project Euler, problem # 9, Pythagorean triplet

Can a pizza stone be fixed after soap has been used to clean it?

Cauchy reals and Dedekind reals satisfy "the same mathematical theorems"

Can't update Ubuntu 18.04.2

Why do legislative committees exist?

Getting fresh water in the middle of hypersaline lake in the Bronze Age

Was all the fuel expended in each stage of a Saturn V launch?

Clarification on defining FFT bin sizes

What do these three diagonal lines that cross through three measures and both staves mean, and what are they called?

Index Uniqueness Overhead

How to change checkbox react correctly?

I gave my characters names that are exactly like another book. Is it a problem?

Source of story about the Vilna Gaon and immigration policy

Why is "dark" an adverb in this sentence?

Sending a photo of my bank account card to the future employer

Draw a line nicely around notes

How could an animal "smell" carbon monoxide?

Too many spies!

Why did Steve Rogers choose Sam in Endgame?

What impact would a dragon the size of Asia have on the environment?

I do not have power to all my breakers

Remove cardinal direction letters

Was Willow's first magic display (blazing arrow through arm) actual magic, and if not, what's the trick?



How to get bold version of blackboard bold fonts?


Turn mathbb characters bold in math modeMathsymbol in the documentclass memoirchanging the general theme of math fontsThe dual to the positioning of `tag`?mathbb in CoreldrawColumn with two equationsBold checkmarkHow to use fonts (the ones listed in mathalfa documentation) in math modeBlackboard Bold iBold, upright greek symbol, bm not workingHow to get ^i working in math enviroment






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















Right now, I have mathbbC and boldsymbolmathbbC both producing the same character. What package/command do I need to get a bolder character?










share|improve this question









New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

    – barbara beeton
    8 hours ago

















2















Right now, I have mathbbC and boldsymbolmathbbC both producing the same character. What package/command do I need to get a bolder character?










share|improve this question









New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

    – barbara beeton
    8 hours ago













2












2








2








Right now, I have mathbbC and boldsymbolmathbbC both producing the same character. What package/command do I need to get a bolder character?










share|improve this question









New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Right now, I have mathbbC and boldsymbolmathbbC both producing the same character. What package/command do I need to get a bolder character?







amsmath






share|improve this question









New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 8 hours ago









Stefan Pinnow

21k9 gold badges36 silver badges79 bronze badges




21k9 gold badges36 silver badges79 bronze badges






New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 8 hours ago









Hodor P. BojangletonHodor P. Bojangleton

111 bronze badge




111 bronze badge




New contributor



Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




Hodor P. Bojangleton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.














  • Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

    – barbara beeton
    8 hours ago

















  • Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

    – barbara beeton
    8 hours ago
















Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

– barbara beeton
8 hours ago





Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)

– barbara beeton
8 hours ago










2 Answers
2






active

oldest

votes


















3














In the modern toolchain with unicode-math, boldsymbolmathbb works if you load a math font with a bold version (as of July 2019, XITS Math, Libertinus Math or Minion Math) or if you manually load a bold math font with, for example, setmathfont[version=bold]Minion Math Semibold.



Otherwise, as Sebastiano beat me to saying, load mathalpha (formerly mathalfa) with a double-struck font that comes in bold (such as [bb=px]) and use its mathbbb.






share|improve this answer
































    2














    Here there is my proposal as an alternative. You could to use bb = boondox + mathalpha (as suggest by the user @Davislor - see comment and your nice answer), but it changes the nature of the symbol. You have always the bold.



    Here there is a little code



    documentclass[a4paper,12pt]article
    usepackage[bb = boondox]mathalpha
    begindocument
    $mathbbR, mathbbbR, mathbbbZ$
    enddocument


    and a screenshot:
    enter image description here






    share|improve this answer

























    • Note that the package has been renamed mathalpha.

      – Davislor
      5 hours ago











    • @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

      – Sebastiano
      5 hours ago






    • 1





      It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

      – Davislor
      5 hours ago













    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Hodor P. Bojangleton is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f500078%2fhow-to-get-bold-version-of-blackboard-bold-fonts%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    In the modern toolchain with unicode-math, boldsymbolmathbb works if you load a math font with a bold version (as of July 2019, XITS Math, Libertinus Math or Minion Math) or if you manually load a bold math font with, for example, setmathfont[version=bold]Minion Math Semibold.



    Otherwise, as Sebastiano beat me to saying, load mathalpha (formerly mathalfa) with a double-struck font that comes in bold (such as [bb=px]) and use its mathbbb.






    share|improve this answer





























      3














      In the modern toolchain with unicode-math, boldsymbolmathbb works if you load a math font with a bold version (as of July 2019, XITS Math, Libertinus Math or Minion Math) or if you manually load a bold math font with, for example, setmathfont[version=bold]Minion Math Semibold.



      Otherwise, as Sebastiano beat me to saying, load mathalpha (formerly mathalfa) with a double-struck font that comes in bold (such as [bb=px]) and use its mathbbb.






      share|improve this answer



























        3












        3








        3







        In the modern toolchain with unicode-math, boldsymbolmathbb works if you load a math font with a bold version (as of July 2019, XITS Math, Libertinus Math or Minion Math) or if you manually load a bold math font with, for example, setmathfont[version=bold]Minion Math Semibold.



        Otherwise, as Sebastiano beat me to saying, load mathalpha (formerly mathalfa) with a double-struck font that comes in bold (such as [bb=px]) and use its mathbbb.






        share|improve this answer















        In the modern toolchain with unicode-math, boldsymbolmathbb works if you load a math font with a bold version (as of July 2019, XITS Math, Libertinus Math or Minion Math) or if you manually load a bold math font with, for example, setmathfont[version=bold]Minion Math Semibold.



        Otherwise, as Sebastiano beat me to saying, load mathalpha (formerly mathalfa) with a double-struck font that comes in bold (such as [bb=px]) and use its mathbbb.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 5 hours ago

























        answered 5 hours ago









        DavislorDavislor

        9,22718 silver badges38 bronze badges




        9,22718 silver badges38 bronze badges























            2














            Here there is my proposal as an alternative. You could to use bb = boondox + mathalpha (as suggest by the user @Davislor - see comment and your nice answer), but it changes the nature of the symbol. You have always the bold.



            Here there is a little code



            documentclass[a4paper,12pt]article
            usepackage[bb = boondox]mathalpha
            begindocument
            $mathbbR, mathbbbR, mathbbbZ$
            enddocument


            and a screenshot:
            enter image description here






            share|improve this answer

























            • Note that the package has been renamed mathalpha.

              – Davislor
              5 hours ago











            • @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

              – Sebastiano
              5 hours ago






            • 1





              It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

              – Davislor
              5 hours ago















            2














            Here there is my proposal as an alternative. You could to use bb = boondox + mathalpha (as suggest by the user @Davislor - see comment and your nice answer), but it changes the nature of the symbol. You have always the bold.



            Here there is a little code



            documentclass[a4paper,12pt]article
            usepackage[bb = boondox]mathalpha
            begindocument
            $mathbbR, mathbbbR, mathbbbZ$
            enddocument


            and a screenshot:
            enter image description here






            share|improve this answer

























            • Note that the package has been renamed mathalpha.

              – Davislor
              5 hours ago











            • @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

              – Sebastiano
              5 hours ago






            • 1





              It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

              – Davislor
              5 hours ago













            2












            2








            2







            Here there is my proposal as an alternative. You could to use bb = boondox + mathalpha (as suggest by the user @Davislor - see comment and your nice answer), but it changes the nature of the symbol. You have always the bold.



            Here there is a little code



            documentclass[a4paper,12pt]article
            usepackage[bb = boondox]mathalpha
            begindocument
            $mathbbR, mathbbbR, mathbbbZ$
            enddocument


            and a screenshot:
            enter image description here






            share|improve this answer















            Here there is my proposal as an alternative. You could to use bb = boondox + mathalpha (as suggest by the user @Davislor - see comment and your nice answer), but it changes the nature of the symbol. You have always the bold.



            Here there is a little code



            documentclass[a4paper,12pt]article
            usepackage[bb = boondox]mathalpha
            begindocument
            $mathbbR, mathbbbR, mathbbbZ$
            enddocument


            and a screenshot:
            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 5 hours ago

























            answered 7 hours ago









            SebastianoSebastiano

            13.6k5 gold badges25 silver badges72 bronze badges




            13.6k5 gold badges25 silver badges72 bronze badges












            • Note that the package has been renamed mathalpha.

              – Davislor
              5 hours ago











            • @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

              – Sebastiano
              5 hours ago






            • 1





              It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

              – Davislor
              5 hours ago

















            • Note that the package has been renamed mathalpha.

              – Davislor
              5 hours ago











            • @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

              – Sebastiano
              5 hours ago






            • 1





              It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

              – Davislor
              5 hours ago
















            Note that the package has been renamed mathalpha.

            – Davislor
            5 hours ago





            Note that the package has been renamed mathalpha.

            – Davislor
            5 hours ago













            @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

            – Sebastiano
            5 hours ago





            @Davislor I didn't know and thank you very much. Then in my book I change it, because I use this name.

            – Sebastiano
            5 hours ago




            1




            1





            It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

            – Davislor
            5 hours ago





            It might still be a good idea to use mathalfa in our examples for a while, because that’s still supported for backward-compatibility and it might take a while for everyone to update.

            – Davislor
            5 hours ago










            Hodor P. Bojangleton is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Hodor P. Bojangleton is a new contributor. Be nice, and check out our Code of Conduct.












            Hodor P. Bojangleton is a new contributor. Be nice, and check out our Code of Conduct.











            Hodor P. Bojangleton is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f500078%2fhow-to-get-bold-version-of-blackboard-bold-fonts%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її