Several mode to write the symbol of a vector
When I use the command overrightarrow{...}
I observe that the space between the two lines increases due to the presence of this command. I often use the command widebar{...}
, bar{...}
or overbar{...}
. I don't like the symbol vec{...}
because the arrow is inclined.
In a university textbook in English that I use are used the classic vector symbols both in bold and without bold. Obviously the space between the two lines seems to be the same and it does not increase.
Two images from my textbook:
There are two questions:
1) If I were to use for the vector symbols complete with mtpro2
could I have vectors both in bold and those without bold?
2) Is there a possibility of not increasing the space between lines when using the vectors like English textbook images?
Here there is my MWE:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
begin{document}
noindent
lipsum[1]
noindent
$overrightarrow{d}$, $overrightarrow{a}$, lipsum[2]
end{document}
and the output:
You can also see in the red rectangle that the arrow overlaps the character.
math-mode symbols books mathtools mtpro
add a comment |
When I use the command overrightarrow{...}
I observe that the space between the two lines increases due to the presence of this command. I often use the command widebar{...}
, bar{...}
or overbar{...}
. I don't like the symbol vec{...}
because the arrow is inclined.
In a university textbook in English that I use are used the classic vector symbols both in bold and without bold. Obviously the space between the two lines seems to be the same and it does not increase.
Two images from my textbook:
There are two questions:
1) If I were to use for the vector symbols complete with mtpro2
could I have vectors both in bold and those without bold?
2) Is there a possibility of not increasing the space between lines when using the vectors like English textbook images?
Here there is my MWE:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
begin{document}
noindent
lipsum[1]
noindent
$overrightarrow{d}$, $overrightarrow{a}$, lipsum[2]
end{document}
and the output:
You can also see in the red rectangle that the arrow overlaps the character.
math-mode symbols books mathtools mtpro
1
Thehalloweenmath
package offers you theoverscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.
– GuM
Mar 29 at 23:19
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
2
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
4
I copied your MWE, addedusepackage{halloweenmath}
, replacedoverrightarrow
withoverscriptrightarrow
, and the extra space between the lines disappeared (confirmed withshowlists
).
– GuM
Mar 29 at 23:42
add a comment |
When I use the command overrightarrow{...}
I observe that the space between the two lines increases due to the presence of this command. I often use the command widebar{...}
, bar{...}
or overbar{...}
. I don't like the symbol vec{...}
because the arrow is inclined.
In a university textbook in English that I use are used the classic vector symbols both in bold and without bold. Obviously the space between the two lines seems to be the same and it does not increase.
Two images from my textbook:
There are two questions:
1) If I were to use for the vector symbols complete with mtpro2
could I have vectors both in bold and those without bold?
2) Is there a possibility of not increasing the space between lines when using the vectors like English textbook images?
Here there is my MWE:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
begin{document}
noindent
lipsum[1]
noindent
$overrightarrow{d}$, $overrightarrow{a}$, lipsum[2]
end{document}
and the output:
You can also see in the red rectangle that the arrow overlaps the character.
math-mode symbols books mathtools mtpro
When I use the command overrightarrow{...}
I observe that the space between the two lines increases due to the presence of this command. I often use the command widebar{...}
, bar{...}
or overbar{...}
. I don't like the symbol vec{...}
because the arrow is inclined.
In a university textbook in English that I use are used the classic vector symbols both in bold and without bold. Obviously the space between the two lines seems to be the same and it does not increase.
Two images from my textbook:
There are two questions:
1) If I were to use for the vector symbols complete with mtpro2
could I have vectors both in bold and those without bold?
2) Is there a possibility of not increasing the space between lines when using the vectors like English textbook images?
Here there is my MWE:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
begin{document}
noindent
lipsum[1]
noindent
$overrightarrow{d}$, $overrightarrow{a}$, lipsum[2]
end{document}
and the output:
You can also see in the red rectangle that the arrow overlaps the character.
math-mode symbols books mathtools mtpro
math-mode symbols books mathtools mtpro
asked Mar 29 at 22:31
SebastianoSebastiano
11.2k42166
11.2k42166
1
Thehalloweenmath
package offers you theoverscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.
– GuM
Mar 29 at 23:19
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
2
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
4
I copied your MWE, addedusepackage{halloweenmath}
, replacedoverrightarrow
withoverscriptrightarrow
, and the extra space between the lines disappeared (confirmed withshowlists
).
– GuM
Mar 29 at 23:42
add a comment |
1
Thehalloweenmath
package offers you theoverscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.
– GuM
Mar 29 at 23:19
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
2
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
4
I copied your MWE, addedusepackage{halloweenmath}
, replacedoverrightarrow
withoverscriptrightarrow
, and the extra space between the lines disappeared (confirmed withshowlists
).
– GuM
Mar 29 at 23:42
1
1
The
halloweenmath
package offers you the overscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.– GuM
Mar 29 at 23:19
The
halloweenmath
package offers you the overscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.– GuM
Mar 29 at 23:19
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
2
2
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
4
4
I copied your MWE, added
usepackage{halloweenmath}
, replaced overrightarrow
with overscriptrightarrow
, and the extra space between the lines disappeared (confirmed with showlists
).– GuM
Mar 29 at 23:42
I copied your MWE, added
usepackage{halloweenmath}
, replaced overrightarrow
with overscriptrightarrow
, and the extra space between the lines disappeared (confirmed with showlists
).– GuM
Mar 29 at 23:42
add a comment |
3 Answers
3
active
oldest
votes
You can use the esvect
package, which defines 8 possible arrow tips that you choose through an option:
Here is the result with the default (option d
):
documentclass[a4paper, 12pt, fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage{esvect}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, lipsum[2]
end{document}
Very nice :-):-) I didn't know about this package. But does using themtpro2[lite]
package change the style of the vectors provided byesvect
and possibly improve them?
– Sebastiano
Mar 29 at 22:53
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
add a comment |
Here is a way:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{bm}
usepackage{mathtools,amssymb,lipsum}
newsaveboxmybox
newcommandmyVec[1]{saveboxmybox{hbox{ensuremath{overrightarrow{#1}}}}ensuremath{overrightarrow{#1}}{rule{0pt}{dimexprhtmybox+3pt}}}
begin{document}
lipsum[1]
noindent$myVec{f}bm{myVec{a}}$lipsum[1]
end{document}
But I can't really understand the "possibility of not increasing the line's spacing" and also don't let the arrows overlap the previous line... because for exapmle in your textbooks the technology could be so old that they was just added after the actual text and the author had created/changed his wording in order to not leave an arrow below a character that needs space below the "baseline".
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
add a comment |
Response only to @Bernard's comment:
I prefer the usepackage[b]{esvect}
option but I don't think it affects the mtpro2[lite]
package; for the bold arrow it doesn't work.
Using for example, boldmath
, it only makes me the letter in bold.
documentclass[12pt]{book}
usepackage{newtxtext}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage[b]{esvect}
letBbbkrelax
usepackage[lite]{mtpro2}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, $vv{d}$, ${boldmathvv{a}}$,lipsum[2]
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
});
}
});
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%2f482192%2fseveral-mode-to-write-the-symbol-of-a-vector%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
You can use the esvect
package, which defines 8 possible arrow tips that you choose through an option:
Here is the result with the default (option d
):
documentclass[a4paper, 12pt, fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage{esvect}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, lipsum[2]
end{document}
Very nice :-):-) I didn't know about this package. But does using themtpro2[lite]
package change the style of the vectors provided byesvect
and possibly improve them?
– Sebastiano
Mar 29 at 22:53
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
add a comment |
You can use the esvect
package, which defines 8 possible arrow tips that you choose through an option:
Here is the result with the default (option d
):
documentclass[a4paper, 12pt, fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage{esvect}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, lipsum[2]
end{document}
Very nice :-):-) I didn't know about this package. But does using themtpro2[lite]
package change the style of the vectors provided byesvect
and possibly improve them?
– Sebastiano
Mar 29 at 22:53
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
add a comment |
You can use the esvect
package, which defines 8 possible arrow tips that you choose through an option:
Here is the result with the default (option d
):
documentclass[a4paper, 12pt, fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage{esvect}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, lipsum[2]
end{document}
You can use the esvect
package, which defines 8 possible arrow tips that you choose through an option:
Here is the result with the default (option d
):
documentclass[a4paper, 12pt, fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage{esvect}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, lipsum[2]
end{document}
answered Mar 29 at 22:48
BernardBernard
175k778209
175k778209
Very nice :-):-) I didn't know about this package. But does using themtpro2[lite]
package change the style of the vectors provided byesvect
and possibly improve them?
– Sebastiano
Mar 29 at 22:53
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
add a comment |
Very nice :-):-) I didn't know about this package. But does using themtpro2[lite]
package change the style of the vectors provided byesvect
and possibly improve them?
– Sebastiano
Mar 29 at 22:53
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
Very nice :-):-) I didn't know about this package. But does using the
mtpro2[lite]
package change the style of the vectors provided by esvect
and possibly improve them?– Sebastiano
Mar 29 at 22:53
Very nice :-):-) I didn't know about this package. But does using the
mtpro2[lite]
package change the style of the vectors provided by esvect
and possibly improve them?– Sebastiano
Mar 29 at 22:53
3
3
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
I don't think so, since it uses its own font via an own command. However, as I don't have mtpro2 installed, I cannot test it.
– Bernard
Mar 29 at 23:06
add a comment |
Here is a way:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{bm}
usepackage{mathtools,amssymb,lipsum}
newsaveboxmybox
newcommandmyVec[1]{saveboxmybox{hbox{ensuremath{overrightarrow{#1}}}}ensuremath{overrightarrow{#1}}{rule{0pt}{dimexprhtmybox+3pt}}}
begin{document}
lipsum[1]
noindent$myVec{f}bm{myVec{a}}$lipsum[1]
end{document}
But I can't really understand the "possibility of not increasing the line's spacing" and also don't let the arrows overlap the previous line... because for exapmle in your textbooks the technology could be so old that they was just added after the actual text and the author had created/changed his wording in order to not leave an arrow below a character that needs space below the "baseline".
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
add a comment |
Here is a way:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{bm}
usepackage{mathtools,amssymb,lipsum}
newsaveboxmybox
newcommandmyVec[1]{saveboxmybox{hbox{ensuremath{overrightarrow{#1}}}}ensuremath{overrightarrow{#1}}{rule{0pt}{dimexprhtmybox+3pt}}}
begin{document}
lipsum[1]
noindent$myVec{f}bm{myVec{a}}$lipsum[1]
end{document}
But I can't really understand the "possibility of not increasing the line's spacing" and also don't let the arrows overlap the previous line... because for exapmle in your textbooks the technology could be so old that they was just added after the actual text and the author had created/changed his wording in order to not leave an arrow below a character that needs space below the "baseline".
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
add a comment |
Here is a way:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{bm}
usepackage{mathtools,amssymb,lipsum}
newsaveboxmybox
newcommandmyVec[1]{saveboxmybox{hbox{ensuremath{overrightarrow{#1}}}}ensuremath{overrightarrow{#1}}{rule{0pt}{dimexprhtmybox+3pt}}}
begin{document}
lipsum[1]
noindent$myVec{f}bm{myVec{a}}$lipsum[1]
end{document}
But I can't really understand the "possibility of not increasing the line's spacing" and also don't let the arrows overlap the previous line... because for exapmle in your textbooks the technology could be so old that they was just added after the actual text and the author had created/changed his wording in order to not leave an arrow below a character that needs space below the "baseline".
Here is a way:
documentclass[a4paper,12pt,fleqn]{book}
usepackage[utf8]{inputenc}
usepackage{bm}
usepackage{mathtools,amssymb,lipsum}
newsaveboxmybox
newcommandmyVec[1]{saveboxmybox{hbox{ensuremath{overrightarrow{#1}}}}ensuremath{overrightarrow{#1}}{rule{0pt}{dimexprhtmybox+3pt}}}
begin{document}
lipsum[1]
noindent$myVec{f}bm{myVec{a}}$lipsum[1]
end{document}
But I can't really understand the "possibility of not increasing the line's spacing" and also don't let the arrows overlap the previous line... because for exapmle in your textbooks the technology could be so old that they was just added after the actual text and the author had created/changed his wording in order to not leave an arrow below a character that needs space below the "baseline".
edited Mar 29 at 23:07
answered Mar 29 at 23:02
koleygrkoleygr
13.4k11039
13.4k11039
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
add a comment |
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
My theory about votes has been and will always be to vote positively for those who dedicate their time to others. +1. You can see in my profile the high number of votes.
– Sebastiano
Mar 29 at 23:05
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
@Sebastiano ... I use this way too... Not always but in many cases... The bad thing with this kind of upvoting, is that you actually don't really help the next visitors to find the more appropriate/best answer and this is not really good. (But sometimes I can't not upvote too... even about the effort even about the usefulness of the answer even to give a new user the right to comment in posts instead of answering on it because has no the right to comment etc)
– koleygr
Mar 29 at 23:10
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.
– Sebastiano
Mar 29 at 23:11
1
1
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
Thanks... (Just said that because sometimes on answers in my posts, I prefer one, but almost always have voted for all of them... and it feels strange that could not add a second vote to the better to show to the people that it is actually better... But this happens mostly in my posts or in posts I have particiapated -that also upvoting often-). Goodnight from me!
– koleygr
Mar 29 at 23:18
add a comment |
Response only to @Bernard's comment:
I prefer the usepackage[b]{esvect}
option but I don't think it affects the mtpro2[lite]
package; for the bold arrow it doesn't work.
Using for example, boldmath
, it only makes me the letter in bold.
documentclass[12pt]{book}
usepackage{newtxtext}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage[b]{esvect}
letBbbkrelax
usepackage[lite]{mtpro2}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, $vv{d}$, ${boldmathvv{a}}$,lipsum[2]
end{document}
add a comment |
Response only to @Bernard's comment:
I prefer the usepackage[b]{esvect}
option but I don't think it affects the mtpro2[lite]
package; for the bold arrow it doesn't work.
Using for example, boldmath
, it only makes me the letter in bold.
documentclass[12pt]{book}
usepackage{newtxtext}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage[b]{esvect}
letBbbkrelax
usepackage[lite]{mtpro2}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, $vv{d}$, ${boldmathvv{a}}$,lipsum[2]
end{document}
add a comment |
Response only to @Bernard's comment:
I prefer the usepackage[b]{esvect}
option but I don't think it affects the mtpro2[lite]
package; for the bold arrow it doesn't work.
Using for example, boldmath
, it only makes me the letter in bold.
documentclass[12pt]{book}
usepackage{newtxtext}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage[b]{esvect}
letBbbkrelax
usepackage[lite]{mtpro2}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, $vv{d}$, ${boldmathvv{a}}$,lipsum[2]
end{document}
Response only to @Bernard's comment:
I prefer the usepackage[b]{esvect}
option but I don't think it affects the mtpro2[lite]
package; for the bold arrow it doesn't work.
Using for example, boldmath
, it only makes me the letter in bold.
documentclass[12pt]{book}
usepackage{newtxtext}
usepackage[utf8]{inputenc}
usepackage{mathtools,amssymb,lipsum}
usepackage[b]{esvect}
letBbbkrelax
usepackage[lite]{mtpro2}
begin{document}
noindent
lipsum[1]
noindent
$vv{d}$, $vv{a}$, $vv{d}$, ${boldmathvv{a}}$,lipsum[2]
end{document}
edited Apr 4 at 8:09
answered Mar 29 at 23:23
SebastianoSebastiano
11.2k42166
11.2k42166
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%2f482192%2fseveral-mode-to-write-the-symbol-of-a-vector%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
1
The
halloweenmath
package offers you theoverscriptrightarrow
command, which uses a smaller arrows that fits more comfortably between the lines.– GuM
Mar 29 at 23:19
Any correct answer is always welcome for me.
– Sebastiano
Mar 29 at 23:24
2
I vaguely remembered having answered a similar question some time ago, and I didn’t want to post a duplicate answer: albeit it is not exactly the same question, have a look at this answer of mine.
– GuM
Mar 29 at 23:30
4
I copied your MWE, added
usepackage{halloweenmath}
, replacedoverrightarrow
withoverscriptrightarrow
, and the extra space between the lines disappeared (confirmed withshowlists
).– GuM
Mar 29 at 23:42