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;
Right now, I have mathbbC
and boldsymbolmathbbC
both producing the same character. What package/command do I need to get a bolder character?
amsmath
New contributor
add a comment |
Right now, I have mathbbC
and boldsymbolmathbbC
both producing the same character. What package/command do I need to get a bolder character?
amsmath
New contributor
Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)
– barbara beeton
8 hours ago
add a comment |
Right now, I have mathbbC
and boldsymbolmathbbC
both producing the same character. What package/command do I need to get a bolder character?
amsmath
New contributor
Right now, I have mathbbC
and boldsymbolmathbbC
both producing the same character. What package/command do I need to get a bolder character?
amsmath
amsmath
New contributor
New contributor
edited 8 hours ago
Stefan Pinnow
21k9 gold badges36 silver badges79 bronze badges
21k9 gold badges36 silver badges79 bronze badges
New contributor
asked 8 hours ago
Hodor P. BojangletonHodor P. Bojangleton
111 bronze badge
111 bronze badge
New contributor
New contributor
Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)
– barbara beeton
8 hours ago
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
.
add a comment |
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:
Note that the package has been renamedmathalpha
.
– 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 usemathalfa
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
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/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.
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%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
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
.
add a comment |
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
.
add a comment |
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
.
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
.
edited 5 hours ago
answered 5 hours ago
DavislorDavislor
9,22718 silver badges38 bronze badges
9,22718 silver badges38 bronze badges
add a comment |
add a comment |
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:
Note that the package has been renamedmathalpha
.
– 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 usemathalfa
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
add a comment |
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:
Note that the package has been renamedmathalpha
.
– 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 usemathalfa
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
add a comment |
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:
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:
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 renamedmathalpha
.
– 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 usemathalfa
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
add a comment |
Note that the package has been renamedmathalpha
.
– 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 usemathalfa
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
add a comment |
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.
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.
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%2f500078%2fhow-to-get-bold-version-of-blackboard-bold-fonts%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
Welcome to tex.sx. See tex.stackexchange.com/questions/199333/… (probable duplicate)
– barbara beeton
8 hours ago