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;
Consider the following MWE:
documentclassarticle
usepackage[sc]mathpazo
usepackagebbold
begindocument
Hello world $mathbb012345$
enddocument
This gives me
While removing the mathpazo
package I get
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
add a comment
|
Consider the following MWE:
documentclassarticle
usepackage[sc]mathpazo
usepackagebbold
begindocument
Hello world $mathbb012345$
enddocument
This gives me
While removing the mathpazo
package I get
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
add a comment
|
Consider the following MWE:
documentclassarticle
usepackage[sc]mathpazo
usepackagebbold
begindocument
Hello world $mathbb012345$
enddocument
This gives me
While removing the mathpazo
package I get
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
Consider the following MWE:
documentclassarticle
usepackage[sc]mathpazo
usepackagebbold
begindocument
Hello world $mathbb012345$
enddocument
This gives me
While removing the mathpazo
package I get
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
fonts mathpazo mathbb
edited 8 hours ago
glS
asked 8 hours ago
glSglS
2722 silver badges12 bronze badges
2722 silver badges12 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
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
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
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
documentclassarticle
usepackageunicode-math
usepackageparskip
defaultfontfeaturesScale=MatchLowercase
setmainfontTeX Gyre Pagella[Scale = 1.0]
setmathfontTeX Gyre Pagella Math
begindocument
( ABCabc \
mathbbABCabc
)
enddocument
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.
add a comment
|
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
begindocument
Hello world $altmathbb012345$
enddocument
To restore the original so that no syntax variant is required:
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
AtBeginDocumentletmathbbaltmathbb
begindocument
Hello world $mathbb012345$
enddocument
so is the reason thatmathpazo
overwrites the definitions inbbold
? 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, includingbbold
aftermathpazo
would have fixed it. Anyway, is there a way to still usemathbb
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
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
documentclassarticle
usepackageunicode-math
usepackageparskip
defaultfontfeaturesScale=MatchLowercase
setmainfontTeX Gyre Pagella[Scale = 1.0]
setmathfontTeX Gyre Pagella Math
begindocument
( ABCabc \
mathbbABCabc
)
enddocument
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.
add a comment
|
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
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
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
documentclassarticle
usepackageunicode-math
usepackageparskip
defaultfontfeaturesScale=MatchLowercase
setmainfontTeX Gyre Pagella[Scale = 1.0]
setmathfontTeX Gyre Pagella Math
begindocument
( ABCabc \
mathbbABCabc
)
enddocument
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.
add a comment
|
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
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
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
documentclassarticle
usepackageunicode-math
usepackageparskip
defaultfontfeaturesScale=MatchLowercase
setmainfontTeX Gyre Pagella[Scale = 1.0]
setmathfontTeX Gyre Pagella Math
begindocument
( ABCabc \
mathbbABCabc
)
enddocument
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.
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
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
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
documentclassarticle
usepackageunicode-math
usepackageparskip
defaultfontfeaturesScale=MatchLowercase
setmainfontTeX Gyre Pagella[Scale = 1.0]
setmathfontTeX Gyre Pagella Math
begindocument
( ABCabc \
mathbbABCabc
)
enddocument
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.
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
add a comment
|
add a comment
|
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
begindocument
Hello world $altmathbb012345$
enddocument
To restore the original so that no syntax variant is required:
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
AtBeginDocumentletmathbbaltmathbb
begindocument
Hello world $mathbb012345$
enddocument
so is the reason thatmathpazo
overwrites the definitions inbbold
? 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, includingbbold
aftermathpazo
would have fixed it. Anyway, is there a way to still usemathbb
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
add a comment
|
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
begindocument
Hello world $altmathbb012345$
enddocument
To restore the original so that no syntax variant is required:
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
AtBeginDocumentletmathbbaltmathbb
begindocument
Hello world $mathbb012345$
enddocument
so is the reason thatmathpazo
overwrites the definitions inbbold
? 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, includingbbold
aftermathpazo
would have fixed it. Anyway, is there a way to still usemathbb
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
add a comment
|
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
begindocument
Hello world $altmathbb012345$
enddocument
To restore the original so that no syntax variant is required:
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
AtBeginDocumentletmathbbaltmathbb
begindocument
Hello world $mathbb012345$
enddocument
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
begindocument
Hello world $altmathbb012345$
enddocument
To restore the original so that no syntax variant is required:
documentclassarticle
usepackagebbold
letaltmathbbmathbb
usepackage[sc]mathpazo
AtBeginDocumentletmathbbaltmathbb
begindocument
Hello world $mathbb012345$
enddocument
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 thatmathpazo
overwrites the definitions inbbold
? 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, includingbbold
aftermathpazo
would have fixed it. Anyway, is there a way to still usemathbb
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
add a comment
|
so is the reason thatmathpazo
overwrites the definitions inbbold
? 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, includingbbold
aftermathpazo
would have fixed it. Anyway, is there a way to still usemathbb
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
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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