How to make Rightarrow bold
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
|
show 1 more comment
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
5
boldsymbol{Rightarrow}
.
– Bernard
Feb 1 at 23:25
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
1
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
Feb 1 at 23:37
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
Feb 1 at 23:44
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46
|
show 1 more comment
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
arrows bold
edited Feb 1 at 23:26
Sebastiano
10.3k41960
10.3k41960
asked Feb 1 at 23:18
Frederic ChopinFrederic Chopin
1283
1283
5
boldsymbol{Rightarrow}
.
– Bernard
Feb 1 at 23:25
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
1
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
Feb 1 at 23:37
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
Feb 1 at 23:44
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46
|
show 1 more comment
5
boldsymbol{Rightarrow}
.
– Bernard
Feb 1 at 23:25
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
1
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
Feb 1 at 23:37
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
Feb 1 at 23:44
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46
5
5
boldsymbol{Rightarrow}
.– Bernard
Feb 1 at 23:25
boldsymbol{Rightarrow}
.– Bernard
Feb 1 at 23:25
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
1
1
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
Feb 1 at 23:37
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
Feb 1 at 23:37
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
Feb 1 at 23:44
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
Feb 1 at 23:44
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46
|
show 1 more comment
3 Answers
3
active
oldest
votes
Here is a way with which you can make any symbol fat: use the contour
package.
documentclass{article}
usepackage{amsmath}
usepackage[outline]{contour}
begin{document}
begin{enumerate}
item Just the symbol:
contour{black}{$Rightarrow$}
item The symbol between two bold symbols:
$boldsymbol{A}mathrel{contour{black}{${Rightarrow}$}}boldsymbol{B}$
item Using texttt{contour} for everything:
contour{black}{$ARightarrow B$}
item verb|contourlength{0.02em}|:
bgroupcontourlength{0.02em}contour{black}{$ARightarrow B$}egroup
item verb|contourlength{0.01em}|:
bgroupcontourlength{0.01em}contour{black}{$ARightarrow B$}egroup
item Other symbols:
contour{black}{$ALeftarrow B=Cne D$}
end{enumerate}
end{document}
add a comment |
If you would recreate the arrow in tikz, you could control how bold you like it by changing the line width
to whatever value you like
documentclass[border=6.662mm]{standalone}
usepackage{tikz}
newcommand{myarrow}[1][0.1pt]{tikz[baseline=-0.26em,y=3em, x=3em]{filldraw[line width=#1] (0.4202,0.0021) .. controls (0.4202,-0.0000) and (0.4188,-0.0018) .. (0.4171,-0.0025) .. controls (0.3917,-0.0092) and (0.3699,-0.0236) .. (0.3509,-0.0401) .. controls (0.3355,-0.0538) and (0.3225,-0.0704) .. (0.3130,-0.0890) .. controls (0.3119,-0.0915) and (0.3094,-0.0929) .. (0.3066,-0.0929) .. controls (0.3028,-0.0929) and (0.2996,-0.0897) .. (0.2996,-0.0858) .. controls (0.2996,-0.0848) and (0.3000,-0.0837) .. (0.3003,-0.0827) .. controls (0.3087,-0.0665) and (0.3193,-0.0517) .. (0.3316,-0.0391) -- (0.1181,-0.0391) .. controls (0.1143,-0.0391) and (0.1111,-0.0359) .. (0.1111,-0.0320) .. controls (0.1111,-0.0282) and (0.1143,-0.0250) .. (0.1181,-0.0250) -- (0.3471,-0.0250) .. controls (0.3611,-0.0137) and (0.3766,-0.0046) .. (0.3935,0.0021) .. controls (0.3766,0.0088) and (0.3611,0.0179) .. (0.3471,0.0292) -- (0.1181,0.0292) .. controls (0.1143,0.0292) and (0.1111,0.0323) .. (0.1111,0.0362) .. controls (0.1111,0.0401) and (0.1143,0.0432) .. (0.1181,0.0432) -- (0.3316,0.0432) .. controls (0.3193,0.0559) and (0.3087,0.0707) .. (0.3003,0.0868) .. controls (0.3000,0.0879) and (0.2996,0.0889) .. (0.2996,0.0900) .. controls (0.2996,0.0939) and (0.3028,0.0970) .. (0.3066,0.0970) .. controls (0.3094,0.0970) and (0.3119,0.0956) .. (0.3130,0.0932) .. controls (0.3225,0.0745) and (0.3355,0.0580) .. (0.3509,0.0443) .. controls (0.3699,0.0278) and (0.3917,0.0133) .. (0.4171,0.0067) .. controls (0.4188,0.0059) and (0.4202,0.0042) .. (0.4202,0.0021) -- cycle;}}
begin{document}
$Rightarrow$
myarrow
myarrow[0.25pt]
myarrow[0.5pt]
myarrow[0.75pt]
end{document}
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
add a comment |
In the modern toolchain, with unicode-math
and running either LuaLaTeX or XeLaTeX, you can choose whatever font for bold math you want:
documentclass[varwidth, preview]{standalone}
usepackage{amsmath}
usepackage{unicode-math}
defaultfontfeatures{ Scale = MatchUppercase }
setmathfont{Latin Modern Math}
setmathfont[version = bold]{XITS Math Bold}
begin{document}
(
p boldsymbol{Rightarrow} q Rightarrow r
)
end{document}
If you want all instances of Rightarrow
to be bold, you could select that one glyph from a font with a heavier weight:
setmathfont{Latin Modern Math}
setmathfont[range = Rightarrow]{XITS Math Bold}
In the legacy toolchain, you can load the bm
package to get a better boldsymbol
, or (with some extra effort) you can import a glyph from your font of choice with DeclareMathSymbol
.
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
});
}
});
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%2f472969%2fhow-to-make-rightarrow-bold%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a way with which you can make any symbol fat: use the contour
package.
documentclass{article}
usepackage{amsmath}
usepackage[outline]{contour}
begin{document}
begin{enumerate}
item Just the symbol:
contour{black}{$Rightarrow$}
item The symbol between two bold symbols:
$boldsymbol{A}mathrel{contour{black}{${Rightarrow}$}}boldsymbol{B}$
item Using texttt{contour} for everything:
contour{black}{$ARightarrow B$}
item verb|contourlength{0.02em}|:
bgroupcontourlength{0.02em}contour{black}{$ARightarrow B$}egroup
item verb|contourlength{0.01em}|:
bgroupcontourlength{0.01em}contour{black}{$ARightarrow B$}egroup
item Other symbols:
contour{black}{$ALeftarrow B=Cne D$}
end{enumerate}
end{document}
add a comment |
Here is a way with which you can make any symbol fat: use the contour
package.
documentclass{article}
usepackage{amsmath}
usepackage[outline]{contour}
begin{document}
begin{enumerate}
item Just the symbol:
contour{black}{$Rightarrow$}
item The symbol between two bold symbols:
$boldsymbol{A}mathrel{contour{black}{${Rightarrow}$}}boldsymbol{B}$
item Using texttt{contour} for everything:
contour{black}{$ARightarrow B$}
item verb|contourlength{0.02em}|:
bgroupcontourlength{0.02em}contour{black}{$ARightarrow B$}egroup
item verb|contourlength{0.01em}|:
bgroupcontourlength{0.01em}contour{black}{$ARightarrow B$}egroup
item Other symbols:
contour{black}{$ALeftarrow B=Cne D$}
end{enumerate}
end{document}
add a comment |
Here is a way with which you can make any symbol fat: use the contour
package.
documentclass{article}
usepackage{amsmath}
usepackage[outline]{contour}
begin{document}
begin{enumerate}
item Just the symbol:
contour{black}{$Rightarrow$}
item The symbol between two bold symbols:
$boldsymbol{A}mathrel{contour{black}{${Rightarrow}$}}boldsymbol{B}$
item Using texttt{contour} for everything:
contour{black}{$ARightarrow B$}
item verb|contourlength{0.02em}|:
bgroupcontourlength{0.02em}contour{black}{$ARightarrow B$}egroup
item verb|contourlength{0.01em}|:
bgroupcontourlength{0.01em}contour{black}{$ARightarrow B$}egroup
item Other symbols:
contour{black}{$ALeftarrow B=Cne D$}
end{enumerate}
end{document}
Here is a way with which you can make any symbol fat: use the contour
package.
documentclass{article}
usepackage{amsmath}
usepackage[outline]{contour}
begin{document}
begin{enumerate}
item Just the symbol:
contour{black}{$Rightarrow$}
item The symbol between two bold symbols:
$boldsymbol{A}mathrel{contour{black}{${Rightarrow}$}}boldsymbol{B}$
item Using texttt{contour} for everything:
contour{black}{$ARightarrow B$}
item verb|contourlength{0.02em}|:
bgroupcontourlength{0.02em}contour{black}{$ARightarrow B$}egroup
item verb|contourlength{0.01em}|:
bgroupcontourlength{0.01em}contour{black}{$ARightarrow B$}egroup
item Other symbols:
contour{black}{$ALeftarrow B=Cne D$}
end{enumerate}
end{document}
edited Feb 2 at 3:38
answered Feb 2 at 3:13
marmotmarmot
104k4123235
104k4123235
add a comment |
add a comment |
If you would recreate the arrow in tikz, you could control how bold you like it by changing the line width
to whatever value you like
documentclass[border=6.662mm]{standalone}
usepackage{tikz}
newcommand{myarrow}[1][0.1pt]{tikz[baseline=-0.26em,y=3em, x=3em]{filldraw[line width=#1] (0.4202,0.0021) .. controls (0.4202,-0.0000) and (0.4188,-0.0018) .. (0.4171,-0.0025) .. controls (0.3917,-0.0092) and (0.3699,-0.0236) .. (0.3509,-0.0401) .. controls (0.3355,-0.0538) and (0.3225,-0.0704) .. (0.3130,-0.0890) .. controls (0.3119,-0.0915) and (0.3094,-0.0929) .. (0.3066,-0.0929) .. controls (0.3028,-0.0929) and (0.2996,-0.0897) .. (0.2996,-0.0858) .. controls (0.2996,-0.0848) and (0.3000,-0.0837) .. (0.3003,-0.0827) .. controls (0.3087,-0.0665) and (0.3193,-0.0517) .. (0.3316,-0.0391) -- (0.1181,-0.0391) .. controls (0.1143,-0.0391) and (0.1111,-0.0359) .. (0.1111,-0.0320) .. controls (0.1111,-0.0282) and (0.1143,-0.0250) .. (0.1181,-0.0250) -- (0.3471,-0.0250) .. controls (0.3611,-0.0137) and (0.3766,-0.0046) .. (0.3935,0.0021) .. controls (0.3766,0.0088) and (0.3611,0.0179) .. (0.3471,0.0292) -- (0.1181,0.0292) .. controls (0.1143,0.0292) and (0.1111,0.0323) .. (0.1111,0.0362) .. controls (0.1111,0.0401) and (0.1143,0.0432) .. (0.1181,0.0432) -- (0.3316,0.0432) .. controls (0.3193,0.0559) and (0.3087,0.0707) .. (0.3003,0.0868) .. controls (0.3000,0.0879) and (0.2996,0.0889) .. (0.2996,0.0900) .. controls (0.2996,0.0939) and (0.3028,0.0970) .. (0.3066,0.0970) .. controls (0.3094,0.0970) and (0.3119,0.0956) .. (0.3130,0.0932) .. controls (0.3225,0.0745) and (0.3355,0.0580) .. (0.3509,0.0443) .. controls (0.3699,0.0278) and (0.3917,0.0133) .. (0.4171,0.0067) .. controls (0.4188,0.0059) and (0.4202,0.0042) .. (0.4202,0.0021) -- cycle;}}
begin{document}
$Rightarrow$
myarrow
myarrow[0.25pt]
myarrow[0.5pt]
myarrow[0.75pt]
end{document}
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
add a comment |
If you would recreate the arrow in tikz, you could control how bold you like it by changing the line width
to whatever value you like
documentclass[border=6.662mm]{standalone}
usepackage{tikz}
newcommand{myarrow}[1][0.1pt]{tikz[baseline=-0.26em,y=3em, x=3em]{filldraw[line width=#1] (0.4202,0.0021) .. controls (0.4202,-0.0000) and (0.4188,-0.0018) .. (0.4171,-0.0025) .. controls (0.3917,-0.0092) and (0.3699,-0.0236) .. (0.3509,-0.0401) .. controls (0.3355,-0.0538) and (0.3225,-0.0704) .. (0.3130,-0.0890) .. controls (0.3119,-0.0915) and (0.3094,-0.0929) .. (0.3066,-0.0929) .. controls (0.3028,-0.0929) and (0.2996,-0.0897) .. (0.2996,-0.0858) .. controls (0.2996,-0.0848) and (0.3000,-0.0837) .. (0.3003,-0.0827) .. controls (0.3087,-0.0665) and (0.3193,-0.0517) .. (0.3316,-0.0391) -- (0.1181,-0.0391) .. controls (0.1143,-0.0391) and (0.1111,-0.0359) .. (0.1111,-0.0320) .. controls (0.1111,-0.0282) and (0.1143,-0.0250) .. (0.1181,-0.0250) -- (0.3471,-0.0250) .. controls (0.3611,-0.0137) and (0.3766,-0.0046) .. (0.3935,0.0021) .. controls (0.3766,0.0088) and (0.3611,0.0179) .. (0.3471,0.0292) -- (0.1181,0.0292) .. controls (0.1143,0.0292) and (0.1111,0.0323) .. (0.1111,0.0362) .. controls (0.1111,0.0401) and (0.1143,0.0432) .. (0.1181,0.0432) -- (0.3316,0.0432) .. controls (0.3193,0.0559) and (0.3087,0.0707) .. (0.3003,0.0868) .. controls (0.3000,0.0879) and (0.2996,0.0889) .. (0.2996,0.0900) .. controls (0.2996,0.0939) and (0.3028,0.0970) .. (0.3066,0.0970) .. controls (0.3094,0.0970) and (0.3119,0.0956) .. (0.3130,0.0932) .. controls (0.3225,0.0745) and (0.3355,0.0580) .. (0.3509,0.0443) .. controls (0.3699,0.0278) and (0.3917,0.0133) .. (0.4171,0.0067) .. controls (0.4188,0.0059) and (0.4202,0.0042) .. (0.4202,0.0021) -- cycle;}}
begin{document}
$Rightarrow$
myarrow
myarrow[0.25pt]
myarrow[0.5pt]
myarrow[0.75pt]
end{document}
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
add a comment |
If you would recreate the arrow in tikz, you could control how bold you like it by changing the line width
to whatever value you like
documentclass[border=6.662mm]{standalone}
usepackage{tikz}
newcommand{myarrow}[1][0.1pt]{tikz[baseline=-0.26em,y=3em, x=3em]{filldraw[line width=#1] (0.4202,0.0021) .. controls (0.4202,-0.0000) and (0.4188,-0.0018) .. (0.4171,-0.0025) .. controls (0.3917,-0.0092) and (0.3699,-0.0236) .. (0.3509,-0.0401) .. controls (0.3355,-0.0538) and (0.3225,-0.0704) .. (0.3130,-0.0890) .. controls (0.3119,-0.0915) and (0.3094,-0.0929) .. (0.3066,-0.0929) .. controls (0.3028,-0.0929) and (0.2996,-0.0897) .. (0.2996,-0.0858) .. controls (0.2996,-0.0848) and (0.3000,-0.0837) .. (0.3003,-0.0827) .. controls (0.3087,-0.0665) and (0.3193,-0.0517) .. (0.3316,-0.0391) -- (0.1181,-0.0391) .. controls (0.1143,-0.0391) and (0.1111,-0.0359) .. (0.1111,-0.0320) .. controls (0.1111,-0.0282) and (0.1143,-0.0250) .. (0.1181,-0.0250) -- (0.3471,-0.0250) .. controls (0.3611,-0.0137) and (0.3766,-0.0046) .. (0.3935,0.0021) .. controls (0.3766,0.0088) and (0.3611,0.0179) .. (0.3471,0.0292) -- (0.1181,0.0292) .. controls (0.1143,0.0292) and (0.1111,0.0323) .. (0.1111,0.0362) .. controls (0.1111,0.0401) and (0.1143,0.0432) .. (0.1181,0.0432) -- (0.3316,0.0432) .. controls (0.3193,0.0559) and (0.3087,0.0707) .. (0.3003,0.0868) .. controls (0.3000,0.0879) and (0.2996,0.0889) .. (0.2996,0.0900) .. controls (0.2996,0.0939) and (0.3028,0.0970) .. (0.3066,0.0970) .. controls (0.3094,0.0970) and (0.3119,0.0956) .. (0.3130,0.0932) .. controls (0.3225,0.0745) and (0.3355,0.0580) .. (0.3509,0.0443) .. controls (0.3699,0.0278) and (0.3917,0.0133) .. (0.4171,0.0067) .. controls (0.4188,0.0059) and (0.4202,0.0042) .. (0.4202,0.0021) -- cycle;}}
begin{document}
$Rightarrow$
myarrow
myarrow[0.25pt]
myarrow[0.5pt]
myarrow[0.75pt]
end{document}
If you would recreate the arrow in tikz, you could control how bold you like it by changing the line width
to whatever value you like
documentclass[border=6.662mm]{standalone}
usepackage{tikz}
newcommand{myarrow}[1][0.1pt]{tikz[baseline=-0.26em,y=3em, x=3em]{filldraw[line width=#1] (0.4202,0.0021) .. controls (0.4202,-0.0000) and (0.4188,-0.0018) .. (0.4171,-0.0025) .. controls (0.3917,-0.0092) and (0.3699,-0.0236) .. (0.3509,-0.0401) .. controls (0.3355,-0.0538) and (0.3225,-0.0704) .. (0.3130,-0.0890) .. controls (0.3119,-0.0915) and (0.3094,-0.0929) .. (0.3066,-0.0929) .. controls (0.3028,-0.0929) and (0.2996,-0.0897) .. (0.2996,-0.0858) .. controls (0.2996,-0.0848) and (0.3000,-0.0837) .. (0.3003,-0.0827) .. controls (0.3087,-0.0665) and (0.3193,-0.0517) .. (0.3316,-0.0391) -- (0.1181,-0.0391) .. controls (0.1143,-0.0391) and (0.1111,-0.0359) .. (0.1111,-0.0320) .. controls (0.1111,-0.0282) and (0.1143,-0.0250) .. (0.1181,-0.0250) -- (0.3471,-0.0250) .. controls (0.3611,-0.0137) and (0.3766,-0.0046) .. (0.3935,0.0021) .. controls (0.3766,0.0088) and (0.3611,0.0179) .. (0.3471,0.0292) -- (0.1181,0.0292) .. controls (0.1143,0.0292) and (0.1111,0.0323) .. (0.1111,0.0362) .. controls (0.1111,0.0401) and (0.1143,0.0432) .. (0.1181,0.0432) -- (0.3316,0.0432) .. controls (0.3193,0.0559) and (0.3087,0.0707) .. (0.3003,0.0868) .. controls (0.3000,0.0879) and (0.2996,0.0889) .. (0.2996,0.0900) .. controls (0.2996,0.0939) and (0.3028,0.0970) .. (0.3066,0.0970) .. controls (0.3094,0.0970) and (0.3119,0.0956) .. (0.3130,0.0932) .. controls (0.3225,0.0745) and (0.3355,0.0580) .. (0.3509,0.0443) .. controls (0.3699,0.0278) and (0.3917,0.0133) .. (0.4171,0.0067) .. controls (0.4188,0.0059) and (0.4202,0.0042) .. (0.4202,0.0021) -- cycle;}}
begin{document}
$Rightarrow$
myarrow
myarrow[0.25pt]
myarrow[0.5pt]
myarrow[0.75pt]
end{document}
edited Feb 2 at 0:15
answered Feb 1 at 23:59
samcartersamcarter
1
1
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
add a comment |
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
@marmot only picture mode ducks :)
– samcarter
Feb 2 at 0:05
1
1
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
@marmot And thanks for your comment about the dimensions!
– samcarter
Feb 2 at 0:16
add a comment |
In the modern toolchain, with unicode-math
and running either LuaLaTeX or XeLaTeX, you can choose whatever font for bold math you want:
documentclass[varwidth, preview]{standalone}
usepackage{amsmath}
usepackage{unicode-math}
defaultfontfeatures{ Scale = MatchUppercase }
setmathfont{Latin Modern Math}
setmathfont[version = bold]{XITS Math Bold}
begin{document}
(
p boldsymbol{Rightarrow} q Rightarrow r
)
end{document}
If you want all instances of Rightarrow
to be bold, you could select that one glyph from a font with a heavier weight:
setmathfont{Latin Modern Math}
setmathfont[range = Rightarrow]{XITS Math Bold}
In the legacy toolchain, you can load the bm
package to get a better boldsymbol
, or (with some extra effort) you can import a glyph from your font of choice with DeclareMathSymbol
.
add a comment |
In the modern toolchain, with unicode-math
and running either LuaLaTeX or XeLaTeX, you can choose whatever font for bold math you want:
documentclass[varwidth, preview]{standalone}
usepackage{amsmath}
usepackage{unicode-math}
defaultfontfeatures{ Scale = MatchUppercase }
setmathfont{Latin Modern Math}
setmathfont[version = bold]{XITS Math Bold}
begin{document}
(
p boldsymbol{Rightarrow} q Rightarrow r
)
end{document}
If you want all instances of Rightarrow
to be bold, you could select that one glyph from a font with a heavier weight:
setmathfont{Latin Modern Math}
setmathfont[range = Rightarrow]{XITS Math Bold}
In the legacy toolchain, you can load the bm
package to get a better boldsymbol
, or (with some extra effort) you can import a glyph from your font of choice with DeclareMathSymbol
.
add a comment |
In the modern toolchain, with unicode-math
and running either LuaLaTeX or XeLaTeX, you can choose whatever font for bold math you want:
documentclass[varwidth, preview]{standalone}
usepackage{amsmath}
usepackage{unicode-math}
defaultfontfeatures{ Scale = MatchUppercase }
setmathfont{Latin Modern Math}
setmathfont[version = bold]{XITS Math Bold}
begin{document}
(
p boldsymbol{Rightarrow} q Rightarrow r
)
end{document}
If you want all instances of Rightarrow
to be bold, you could select that one glyph from a font with a heavier weight:
setmathfont{Latin Modern Math}
setmathfont[range = Rightarrow]{XITS Math Bold}
In the legacy toolchain, you can load the bm
package to get a better boldsymbol
, or (with some extra effort) you can import a glyph from your font of choice with DeclareMathSymbol
.
In the modern toolchain, with unicode-math
and running either LuaLaTeX or XeLaTeX, you can choose whatever font for bold math you want:
documentclass[varwidth, preview]{standalone}
usepackage{amsmath}
usepackage{unicode-math}
defaultfontfeatures{ Scale = MatchUppercase }
setmathfont{Latin Modern Math}
setmathfont[version = bold]{XITS Math Bold}
begin{document}
(
p boldsymbol{Rightarrow} q Rightarrow r
)
end{document}
If you want all instances of Rightarrow
to be bold, you could select that one glyph from a font with a heavier weight:
setmathfont{Latin Modern Math}
setmathfont[range = Rightarrow]{XITS Math Bold}
In the legacy toolchain, you can load the bm
package to get a better boldsymbol
, or (with some extra effort) you can import a glyph from your font of choice with DeclareMathSymbol
.
answered Feb 2 at 15:18
DavislorDavislor
6,4771329
6,4771329
add a comment |
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%2f472969%2fhow-to-make-rightarrow-bold%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
5
boldsymbol{Rightarrow}
.– Bernard
Feb 1 at 23:25
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
Feb 1 at 23:29
1
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
Feb 1 at 23:37
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
Feb 1 at 23:44
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
Feb 1 at 23:46