How to use blackboard bold numbers with the Palatino (mathpazo) font?Conflict between color, graphicx and libertineBold small caps with mathpazoUsing `mathbb` fonts from other packagesHow to correctly use the palatino font (in memoir)?DeclareMathSymbol with Pazo Math Blackboard Bold (from Mathpazo)Is there an easy way to use only mathpazo's blackboard-bold facilities (without it using Palatino)?Using a handwriting font from myscriptfont.comProblems with using numbers and italic greek of Alegreya font in math modeWho changed my Chinese character?

How do I count the number of elements in a list which are between two determined values?

How can a stock trade for a fraction of a cent?

Sum of all digits in a string

Charges from Dollar General have never shown up on my debit card. How can I resolve this?

If I did not sign promotion bonus document, my career would be over. Is this duress?

Where does the upgrade to macOS Catalina move root "/" directory files?

Did I Traumatize My Puppy?

Is it possible for a country to develop the equivalent of a Second Industrial Revolution while under a war of attrition?

How can I make a smooth transition from being a Black-Box Tester to an expert Automation Engineer?

Should I respond to a sabotage accusation e-mail at work?

Fat Cantor Set with large complement???

Why is my paper "under review" if it contains no results?

Why doesn't hot charcoal glow blue?

Word for 'most late'

Labeling lines that are not within polygons using field calculator

Why do military jets sometimes have elevators in a depressed position when parked?

Why is Mars cold?

Why is 10.1.255.255 an invalid broadcast address?

TikZ, forest and star macro

Did the US push the Kurds to lower their defences against Turkey in the months preceding the latest Turkish military operation against them?

Why is Trump releasing (or not) his tax returns such a big deal?

How to find the sum of digits of a number whose prime factorisation is given

How can I communicate feelings to players without impacting their agency?

Does C have an equivalent of std::less from C++?



How to use blackboard bold numbers with the Palatino (mathpazo) font?


Conflict between color, graphicx and libertineBold small caps with mathpazoUsing `mathbb` fonts from other packagesHow to correctly use the palatino font (in memoir)?DeclareMathSymbol with Pazo Math Blackboard Bold (from Mathpazo)Is there an easy way to use only mathpazo's blackboard-bold facilities (without it using Palatino)?Using a handwriting font from myscriptfont.comProblems with using numbers and italic greek of Alegreya font in math modeWho changed my Chinese character?






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









3

















Consider the following MWE:



documentclassarticle
usepackage[sc]mathpazo
usepackagebbold

begindocument
Hello world $mathbb012345$
enddocument


This gives me



enter image description here



While removing the mathpazo package I get



enter image description here



How can I have it both ways? I would like to use the Palatino font, but at the same time use blackboard-bold numbers.










share|improve this question


































    3

















    Consider the following MWE:



    documentclassarticle
    usepackage[sc]mathpazo
    usepackagebbold

    begindocument
    Hello world $mathbb012345$
    enddocument


    This gives me



    enter image description here



    While removing the mathpazo package I get



    enter image description here



    How can I have it both ways? I would like to use the Palatino font, but at the same time use blackboard-bold numbers.










    share|improve this question






























      3












      3








      3








      Consider the following MWE:



      documentclassarticle
      usepackage[sc]mathpazo
      usepackagebbold

      begindocument
      Hello world $mathbb012345$
      enddocument


      This gives me



      enter image description here



      While removing the mathpazo package I get



      enter image description here



      How can I have it both ways? I would like to use the Palatino font, but at the same time use blackboard-bold numbers.










      share|improve this question

















      Consider the following MWE:



      documentclassarticle
      usepackage[sc]mathpazo
      usepackagebbold

      begindocument
      Hello world $mathbb012345$
      enddocument


      This gives me



      enter image description here



      While removing the mathpazo package I get



      enter image description here



      How can I have it both ways? I would like to use the Palatino font, but at the same time use blackboard-bold numbers.







      fonts mathpazo mathbb






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited 8 hours ago







      glS

















      asked 8 hours ago









      glSglS

      2722 silver badges12 bronze badges




      2722 silver badges12 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          1


















          There are several options.



          The mathalpha Package



          This package contains both a pazo and a px blackboard bold alphabet, matching mathpazo.



          documentclassarticle
          usepackage[T1]fontenc
          usepackagemathpazo
          usepackage[bb=pazo]mathalpha

          begindocument
          ( ABC mathbbABC )
          enddocument


          Pazo font sample



          You could also replace the mathalpha option bb=pazo with bb=px. The latter comes with a bold double-struck alphabet usable as mathbbb. Since mathpazo is a fork of Adobe’s version of Palatino, any font package matching Palatino matches it. See the package documentation for the complete list of options.



          The newpxmath Package



          This is essentially a more modern replacement for mathpazo. It includes a much broader repertoire of symbols, including several double-struck alphabets.



          documentclassarticle
          usepackage[T1]fontenc
          usepackagenewpxtext, newpxmath
          usepackageparskip

          begindocument
          ( ABC mathbbABC \
          varmathbbABC )
          enddocument


          Newpx font sample



          This comes with three different blackboard-bold alphabets, which are controlled by package options to newpxmath. If you like the letters on the second line, you can make those the default with usepackage[varbb]newpxmath, or you can substitute math alphabets with mathalpha.



          Since newpx, like mathpazo, is a clone of Palatino, you can match it with any other Palatino clone (such as tgpagella) or a font matching Palatino (such as Hermann Zapf’s other masterpieces, Optima and Euler).



          The Modern Toolchain



          If you are able to use unicode-math and a modern TeX engine, I personally recommend it. Asana Math is a modern, Unicode math font based on mathpazo. TeX Gyre Pagella Math is also similar.



          documentclassarticle
          usepackageunicode-math
          usepackageparskip

          defaultfontfeaturesScale=MatchLowercase
          setmainfontTeX Gyre Pagella[Scale = 1.0]
          setmathfontAsana Math

          begindocument
          ( ABCabc \
          mathbbABCabc
          )
          enddocument


          Asana Math sample



          documentclassarticle
          usepackageunicode-math
          usepackageparskip

          defaultfontfeaturesScale=MatchLowercase
          setmainfontTeX Gyre Pagella[Scale = 1.0]
          setmathfontTeX Gyre Pagella Math

          begindocument
          ( ABCabc \
          mathbbABCabc
          )
          enddocument


          TeX Gyre Pagella Math sample



          If you wanted to use just the blackboard-bold alphabets of TeX Gyre Pagella Math, and other symbols from Asana Math, you can do that with



          setmathfontAsana Math
          setmathfont[range=bb,bbit]TeX Gyre Pagella Math


          Or vice versa. If you have an authentic copy of Palatino on your system, you can also use that as your text font instead of the clone, Pagella.






          share|improve this answer



































            3


















            documentclassarticle
            usepackagebbold
            letaltmathbbmathbb
            usepackage[sc]mathpazo

            begindocument
            Hello world $altmathbb012345$
            enddocument


            enter image description here



            To restore the original so that no syntax variant is required:



            documentclassarticle
            usepackagebbold
            letaltmathbbmathbb
            usepackage[sc]mathpazo
            AtBeginDocumentletmathbbaltmathbb
            begindocument
            Hello world $mathbb012345$
            enddocument





            share|improve this answer




























            • so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

              – glS
              8 hours ago











            • @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

              – Steven B. Segletes
              8 hours ago











            • I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

              – glS
              8 hours ago







            • 1





              @glS See edit..

              – Steven B. Segletes
              8 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/4.0/"u003ecc by-sa 4.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
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f511751%2fhow-to-use-blackboard-bold-numbers-with-the-palatino-mathpazo-font%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









            1


















            There are several options.



            The mathalpha Package



            This package contains both a pazo and a px blackboard bold alphabet, matching mathpazo.



            documentclassarticle
            usepackage[T1]fontenc
            usepackagemathpazo
            usepackage[bb=pazo]mathalpha

            begindocument
            ( ABC mathbbABC )
            enddocument


            Pazo font sample



            You could also replace the mathalpha option bb=pazo with bb=px. The latter comes with a bold double-struck alphabet usable as mathbbb. Since mathpazo is a fork of Adobe’s version of Palatino, any font package matching Palatino matches it. See the package documentation for the complete list of options.



            The newpxmath Package



            This is essentially a more modern replacement for mathpazo. It includes a much broader repertoire of symbols, including several double-struck alphabets.



            documentclassarticle
            usepackage[T1]fontenc
            usepackagenewpxtext, newpxmath
            usepackageparskip

            begindocument
            ( ABC mathbbABC \
            varmathbbABC )
            enddocument


            Newpx font sample



            This comes with three different blackboard-bold alphabets, which are controlled by package options to newpxmath. If you like the letters on the second line, you can make those the default with usepackage[varbb]newpxmath, or you can substitute math alphabets with mathalpha.



            Since newpx, like mathpazo, is a clone of Palatino, you can match it with any other Palatino clone (such as tgpagella) or a font matching Palatino (such as Hermann Zapf’s other masterpieces, Optima and Euler).



            The Modern Toolchain



            If you are able to use unicode-math and a modern TeX engine, I personally recommend it. Asana Math is a modern, Unicode math font based on mathpazo. TeX Gyre Pagella Math is also similar.



            documentclassarticle
            usepackageunicode-math
            usepackageparskip

            defaultfontfeaturesScale=MatchLowercase
            setmainfontTeX Gyre Pagella[Scale = 1.0]
            setmathfontAsana Math

            begindocument
            ( ABCabc \
            mathbbABCabc
            )
            enddocument


            Asana Math sample



            documentclassarticle
            usepackageunicode-math
            usepackageparskip

            defaultfontfeaturesScale=MatchLowercase
            setmainfontTeX Gyre Pagella[Scale = 1.0]
            setmathfontTeX Gyre Pagella Math

            begindocument
            ( ABCabc \
            mathbbABCabc
            )
            enddocument


            TeX Gyre Pagella Math sample



            If you wanted to use just the blackboard-bold alphabets of TeX Gyre Pagella Math, and other symbols from Asana Math, you can do that with



            setmathfontAsana Math
            setmathfont[range=bb,bbit]TeX Gyre Pagella Math


            Or vice versa. If you have an authentic copy of Palatino on your system, you can also use that as your text font instead of the clone, Pagella.






            share|improve this answer
































              1


















              There are several options.



              The mathalpha Package



              This package contains both a pazo and a px blackboard bold alphabet, matching mathpazo.



              documentclassarticle
              usepackage[T1]fontenc
              usepackagemathpazo
              usepackage[bb=pazo]mathalpha

              begindocument
              ( ABC mathbbABC )
              enddocument


              Pazo font sample



              You could also replace the mathalpha option bb=pazo with bb=px. The latter comes with a bold double-struck alphabet usable as mathbbb. Since mathpazo is a fork of Adobe’s version of Palatino, any font package matching Palatino matches it. See the package documentation for the complete list of options.



              The newpxmath Package



              This is essentially a more modern replacement for mathpazo. It includes a much broader repertoire of symbols, including several double-struck alphabets.



              documentclassarticle
              usepackage[T1]fontenc
              usepackagenewpxtext, newpxmath
              usepackageparskip

              begindocument
              ( ABC mathbbABC \
              varmathbbABC )
              enddocument


              Newpx font sample



              This comes with three different blackboard-bold alphabets, which are controlled by package options to newpxmath. If you like the letters on the second line, you can make those the default with usepackage[varbb]newpxmath, or you can substitute math alphabets with mathalpha.



              Since newpx, like mathpazo, is a clone of Palatino, you can match it with any other Palatino clone (such as tgpagella) or a font matching Palatino (such as Hermann Zapf’s other masterpieces, Optima and Euler).



              The Modern Toolchain



              If you are able to use unicode-math and a modern TeX engine, I personally recommend it. Asana Math is a modern, Unicode math font based on mathpazo. TeX Gyre Pagella Math is also similar.



              documentclassarticle
              usepackageunicode-math
              usepackageparskip

              defaultfontfeaturesScale=MatchLowercase
              setmainfontTeX Gyre Pagella[Scale = 1.0]
              setmathfontAsana Math

              begindocument
              ( ABCabc \
              mathbbABCabc
              )
              enddocument


              Asana Math sample



              documentclassarticle
              usepackageunicode-math
              usepackageparskip

              defaultfontfeaturesScale=MatchLowercase
              setmainfontTeX Gyre Pagella[Scale = 1.0]
              setmathfontTeX Gyre Pagella Math

              begindocument
              ( ABCabc \
              mathbbABCabc
              )
              enddocument


              TeX Gyre Pagella Math sample



              If you wanted to use just the blackboard-bold alphabets of TeX Gyre Pagella Math, and other symbols from Asana Math, you can do that with



              setmathfontAsana Math
              setmathfont[range=bb,bbit]TeX Gyre Pagella Math


              Or vice versa. If you have an authentic copy of Palatino on your system, you can also use that as your text font instead of the clone, Pagella.






              share|improve this answer






























                1














                1










                1









                There are several options.



                The mathalpha Package



                This package contains both a pazo and a px blackboard bold alphabet, matching mathpazo.



                documentclassarticle
                usepackage[T1]fontenc
                usepackagemathpazo
                usepackage[bb=pazo]mathalpha

                begindocument
                ( ABC mathbbABC )
                enddocument


                Pazo font sample



                You could also replace the mathalpha option bb=pazo with bb=px. The latter comes with a bold double-struck alphabet usable as mathbbb. Since mathpazo is a fork of Adobe’s version of Palatino, any font package matching Palatino matches it. See the package documentation for the complete list of options.



                The newpxmath Package



                This is essentially a more modern replacement for mathpazo. It includes a much broader repertoire of symbols, including several double-struck alphabets.



                documentclassarticle
                usepackage[T1]fontenc
                usepackagenewpxtext, newpxmath
                usepackageparskip

                begindocument
                ( ABC mathbbABC \
                varmathbbABC )
                enddocument


                Newpx font sample



                This comes with three different blackboard-bold alphabets, which are controlled by package options to newpxmath. If you like the letters on the second line, you can make those the default with usepackage[varbb]newpxmath, or you can substitute math alphabets with mathalpha.



                Since newpx, like mathpazo, is a clone of Palatino, you can match it with any other Palatino clone (such as tgpagella) or a font matching Palatino (such as Hermann Zapf’s other masterpieces, Optima and Euler).



                The Modern Toolchain



                If you are able to use unicode-math and a modern TeX engine, I personally recommend it. Asana Math is a modern, Unicode math font based on mathpazo. TeX Gyre Pagella Math is also similar.



                documentclassarticle
                usepackageunicode-math
                usepackageparskip

                defaultfontfeaturesScale=MatchLowercase
                setmainfontTeX Gyre Pagella[Scale = 1.0]
                setmathfontAsana Math

                begindocument
                ( ABCabc \
                mathbbABCabc
                )
                enddocument


                Asana Math sample



                documentclassarticle
                usepackageunicode-math
                usepackageparskip

                defaultfontfeaturesScale=MatchLowercase
                setmainfontTeX Gyre Pagella[Scale = 1.0]
                setmathfontTeX Gyre Pagella Math

                begindocument
                ( ABCabc \
                mathbbABCabc
                )
                enddocument


                TeX Gyre Pagella Math sample



                If you wanted to use just the blackboard-bold alphabets of TeX Gyre Pagella Math, and other symbols from Asana Math, you can do that with



                setmathfontAsana Math
                setmathfont[range=bb,bbit]TeX Gyre Pagella Math


                Or vice versa. If you have an authentic copy of Palatino on your system, you can also use that as your text font instead of the clone, Pagella.






                share|improve this answer
















                There are several options.



                The mathalpha Package



                This package contains both a pazo and a px blackboard bold alphabet, matching mathpazo.



                documentclassarticle
                usepackage[T1]fontenc
                usepackagemathpazo
                usepackage[bb=pazo]mathalpha

                begindocument
                ( ABC mathbbABC )
                enddocument


                Pazo font sample



                You could also replace the mathalpha option bb=pazo with bb=px. The latter comes with a bold double-struck alphabet usable as mathbbb. Since mathpazo is a fork of Adobe’s version of Palatino, any font package matching Palatino matches it. See the package documentation for the complete list of options.



                The newpxmath Package



                This is essentially a more modern replacement for mathpazo. It includes a much broader repertoire of symbols, including several double-struck alphabets.



                documentclassarticle
                usepackage[T1]fontenc
                usepackagenewpxtext, newpxmath
                usepackageparskip

                begindocument
                ( ABC mathbbABC \
                varmathbbABC )
                enddocument


                Newpx font sample



                This comes with three different blackboard-bold alphabets, which are controlled by package options to newpxmath. If you like the letters on the second line, you can make those the default with usepackage[varbb]newpxmath, or you can substitute math alphabets with mathalpha.



                Since newpx, like mathpazo, is a clone of Palatino, you can match it with any other Palatino clone (such as tgpagella) or a font matching Palatino (such as Hermann Zapf’s other masterpieces, Optima and Euler).



                The Modern Toolchain



                If you are able to use unicode-math and a modern TeX engine, I personally recommend it. Asana Math is a modern, Unicode math font based on mathpazo. TeX Gyre Pagella Math is also similar.



                documentclassarticle
                usepackageunicode-math
                usepackageparskip

                defaultfontfeaturesScale=MatchLowercase
                setmainfontTeX Gyre Pagella[Scale = 1.0]
                setmathfontAsana Math

                begindocument
                ( ABCabc \
                mathbbABCabc
                )
                enddocument


                Asana Math sample



                documentclassarticle
                usepackageunicode-math
                usepackageparskip

                defaultfontfeaturesScale=MatchLowercase
                setmainfontTeX Gyre Pagella[Scale = 1.0]
                setmathfontTeX Gyre Pagella Math

                begindocument
                ( ABCabc \
                mathbbABCabc
                )
                enddocument


                TeX Gyre Pagella Math sample



                If you wanted to use just the blackboard-bold alphabets of TeX Gyre Pagella Math, and other symbols from Asana Math, you can do that with



                setmathfontAsana Math
                setmathfont[range=bb,bbit]TeX Gyre Pagella Math


                Or vice versa. If you have an authentic copy of Palatino on your system, you can also use that as your text font instead of the clone, Pagella.







                share|improve this answer















                share|improve this answer




                share|improve this answer








                edited 5 hours ago

























                answered 5 hours ago









                DavislorDavislor

                10.8k1 gold badge21 silver badges40 bronze badges




                10.8k1 gold badge21 silver badges40 bronze badges


























                    3


















                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo

                    begindocument
                    Hello world $altmathbb012345$
                    enddocument


                    enter image description here



                    To restore the original so that no syntax variant is required:



                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo
                    AtBeginDocumentletmathbbaltmathbb
                    begindocument
                    Hello world $mathbb012345$
                    enddocument





                    share|improve this answer




























                    • so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                      – glS
                      8 hours ago











                    • @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                      – Steven B. Segletes
                      8 hours ago











                    • I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                      – glS
                      8 hours ago







                    • 1





                      @glS See edit..

                      – Steven B. Segletes
                      8 hours ago















                    3


















                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo

                    begindocument
                    Hello world $altmathbb012345$
                    enddocument


                    enter image description here



                    To restore the original so that no syntax variant is required:



                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo
                    AtBeginDocumentletmathbbaltmathbb
                    begindocument
                    Hello world $mathbb012345$
                    enddocument





                    share|improve this answer




























                    • so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                      – glS
                      8 hours ago











                    • @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                      – Steven B. Segletes
                      8 hours ago











                    • I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                      – glS
                      8 hours ago







                    • 1





                      @glS See edit..

                      – Steven B. Segletes
                      8 hours ago













                    3














                    3










                    3









                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo

                    begindocument
                    Hello world $altmathbb012345$
                    enddocument


                    enter image description here



                    To restore the original so that no syntax variant is required:



                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo
                    AtBeginDocumentletmathbbaltmathbb
                    begindocument
                    Hello world $mathbb012345$
                    enddocument





                    share|improve this answer
















                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo

                    begindocument
                    Hello world $altmathbb012345$
                    enddocument


                    enter image description here



                    To restore the original so that no syntax variant is required:



                    documentclassarticle
                    usepackagebbold
                    letaltmathbbmathbb
                    usepackage[sc]mathpazo
                    AtBeginDocumentletmathbbaltmathbb
                    begindocument
                    Hello world $mathbb012345$
                    enddocument






                    share|improve this answer















                    share|improve this answer




                    share|improve this answer








                    edited 8 hours ago

























                    answered 8 hours ago









                    Steven B. SegletesSteven B. Segletes

                    171k9 gold badges218 silver badges446 bronze badges




                    171k9 gold badges218 silver badges446 bronze badges















                    • so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                      – glS
                      8 hours ago











                    • @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                      – Steven B. Segletes
                      8 hours ago











                    • I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                      – glS
                      8 hours ago







                    • 1





                      @glS See edit..

                      – Steven B. Segletes
                      8 hours ago

















                    • so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                      – glS
                      8 hours ago











                    • @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                      – Steven B. Segletes
                      8 hours ago











                    • I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                      – glS
                      8 hours ago







                    • 1





                      @glS See edit..

                      – Steven B. Segletes
                      8 hours ago
















                    so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                    – glS
                    8 hours ago





                    so is the reason that mathpazo overwrites the definitions in bbold? Is there a reason for this?

                    – glS
                    8 hours ago













                    @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                    – Steven B. Segletes
                    8 hours ago





                    @glS I did not actually look, but presumed this to be the case. And the MWE seems to bear that out.

                    – Steven B. Segletes
                    8 hours ago













                    I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                    – glS
                    8 hours ago






                    I see, thanks. I thought that if that was the case, including bbold after mathpazo would have fixed it. Anyway, is there a way to still use mathbb instead of having to use a new syntax (altmathbb in your answer)?

                    – glS
                    8 hours ago





                    1




                    1





                    @glS See edit..

                    – Steven B. Segletes
                    8 hours ago





                    @glS See edit..

                    – Steven B. Segletes
                    8 hours ago


















                    draft saved

                    draft discarded















































                    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%2f511751%2fhow-to-use-blackboard-bold-numbers-with-the-palatino-mathpazo-font%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

                    Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367