How to make Rightarrow bold
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
New contributor
|
show 1 more comment
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
New contributor
4
boldsymbol{Rightarrow}
.
– Bernard
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago
|
show 1 more comment
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
New contributor
I tried doing, mathbf{Rightarrow}
, but nothing happens.
How do I make the Rightarrow
symbol bold?
arrows bold
arrows bold
New contributor
New contributor
edited 6 hours ago
Sebastiano
9,76541858
9,76541858
New contributor
asked 6 hours ago
Frederic ChopinFrederic Chopin
1112
1112
New contributor
New contributor
4
boldsymbol{Rightarrow}
.
– Bernard
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago
|
show 1 more comment
4
boldsymbol{Rightarrow}
.
– Bernard
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages likepifont
provide a lot of different bold arrows.
– samcarter
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such asfourier
.
– Bernard
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago
4
4
boldsymbol{Rightarrow}
.– Bernard
6 hours ago
boldsymbol{Rightarrow}
.– Bernard
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago
|
show 1 more comment
2 Answers
2
active
oldest
votes
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
5 hours ago
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
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 |
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
});
}
});
Frederic Chopin 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%2f472969%2fhow-to-make-rightarrow-bold%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
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
5 hours ago
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
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
5 hours ago
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
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 5 hours ago
answered 5 hours ago
samcartersamcarter
88.6k799284
88.6k799284
@marmot only picture mode ducks :)
– samcarter
5 hours ago
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
add a comment |
@marmot only picture mode ducks :)
– samcarter
5 hours ago
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
@marmot only picture mode ducks :)
– samcarter
5 hours ago
@marmot only picture mode ducks :)
– samcarter
5 hours ago
1
1
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
@marmot And thanks for your comment about the dimensions!
– samcarter
5 hours ago
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}
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 2 hours ago
answered 2 hours ago
marmotmarmot
96.3k4111213
96.3k4111213
add a comment |
add a comment |
Frederic Chopin is a new contributor. Be nice, and check out our Code of Conduct.
Frederic Chopin is a new contributor. Be nice, and check out our Code of Conduct.
Frederic Chopin is a new contributor. Be nice, and check out our Code of Conduct.
Frederic Chopin 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%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
4
boldsymbol{Rightarrow}
.– Bernard
6 hours ago
Thank you but it doesn't look bold enough. Is there a way to make it stand out stronger?
– Frederic Chopin
6 hours ago
Is it necessary that the bold arrow consists of two strokes? Otherwise packages like
pifont
provide a lot of different bold arrows.– samcarter
6 hours ago
Maybe using, only for this symbol, a font which is darker than Computer Modern, such as
fourier
.– Bernard
6 hours ago
@samcarter I would prefer if the arrow was just like Rightarrow, with two strokes
– Frederic Chopin
6 hours ago