Several mode to write the symbol of a vector The Next CEO of Stack OverflowUnderarrow with smaller depth, shorter minimum length, and smaller arrow head?Bold math: Automatic choice between mathbf and boldsymbol for Latin and Greek symbols?String/vector concatenation symbolWhat is the best symbol for vector/matrix transpose?Too long/short pipe (absolute value) in math mode with certain lettersHow can I lower an xrightarrowSymbol for the length of a line/vector?Back to use the original forall symbolHow to write the symbol >A solution for reducing spacing and for a particular superscript with *How to write symbol in math mode in LaTeX/MathJax?

Is there an analogue of projective spaces for proper schemes?

Received an invoice from my ex-employer billing me for training; how to handle?

What expression will give age in years in QGIS?

What flight has the highest ratio of time difference to flight time?

What does "Its cash flow is deeply negative" mean?

Are there any limitations on attacking while grappling?

Several mode to write the symbol of a vector

How did the Bene Gesserit know how to make a Kwisatz Haderach?

calculus parametric curve length

What exact does MIB represent in SNMP? How is it different from OID?

Which tube will fit a -(700 x 25c) wheel?

Why do remote companies require working in the US?

WOW air has ceased operation, can I get my tickets refunded?

Why does standard notation not preserve intervals (visually)

MessageLevel in QGIS3

How did people program for Consoles with multiple CPUs?

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?

Interfacing a button to MCU (and PC) with 50m long cable

Is there a difference between "Fahrstuhl" and "Aufzug"

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Is it possible to search for a directory/file combination?

How do we know the LHC results are robust?

Anatomically Correct Strange Women In Ponds Distributing Swords

What can we do to stop prior company from asking us questions?



Several mode to write the symbol of a vector



The Next CEO of Stack OverflowUnderarrow with smaller depth, shorter minimum length, and smaller arrow head?Bold math: Automatic choice between mathbf and boldsymbol for Latin and Greek symbols?String/vector concatenation symbolWhat is the best symbol for vector/matrix transpose?Too long/short pipe (absolute value) in math mode with certain lettersHow can I lower an xrightarrowSymbol for the length of a line/vector?Back to use the original forall symbolHow to write the symbol >A solution for reducing spacing and for a particular superscript with *How to write symbol in math mode in LaTeX/MathJax?










3















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:



enter image description here



enter image description here



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
usepackagemathtools,amssymb,lipsum

begindocument

noindent
lipsum[1]
noindent
$overrightarrowd$, $overrightarrowa$, lipsum[2]

enddocument


and the output:



enter image description here



You can also see in the red rectangle that the arrow overlaps the character.










share|improve this question






















  • The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

    – GuM
    57 mins ago











  • Any correct answer is always welcome for me.

    – Sebastiano
    52 mins ago






  • 1





    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
    47 mins ago











  • I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

    – GuM
    35 mins ago















3















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:



enter image description here



enter image description here



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
usepackagemathtools,amssymb,lipsum

begindocument

noindent
lipsum[1]
noindent
$overrightarrowd$, $overrightarrowa$, lipsum[2]

enddocument


and the output:



enter image description here



You can also see in the red rectangle that the arrow overlaps the character.










share|improve this question






















  • The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

    – GuM
    57 mins ago











  • Any correct answer is always welcome for me.

    – Sebastiano
    52 mins ago






  • 1





    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
    47 mins ago











  • I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

    – GuM
    35 mins ago













3












3








3








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:



enter image description here



enter image description here



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
usepackagemathtools,amssymb,lipsum

begindocument

noindent
lipsum[1]
noindent
$overrightarrowd$, $overrightarrowa$, lipsum[2]

enddocument


and the output:



enter image description here



You can also see in the red rectangle that the arrow overlaps the character.










share|improve this question














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:



enter image description here



enter image description here



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
usepackagemathtools,amssymb,lipsum

begindocument

noindent
lipsum[1]
noindent
$overrightarrowd$, $overrightarrowa$, lipsum[2]

enddocument


and the output:



enter image description here



You can also see in the red rectangle that the arrow overlaps the character.







math-mode symbols books mathtools mtpro






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 1 hour ago









SebastianoSebastiano

11.3k42164




11.3k42164












  • The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

    – GuM
    57 mins ago











  • Any correct answer is always welcome for me.

    – Sebastiano
    52 mins ago






  • 1





    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
    47 mins ago











  • I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

    – GuM
    35 mins ago

















  • The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

    – GuM
    57 mins ago











  • Any correct answer is always welcome for me.

    – Sebastiano
    52 mins ago






  • 1





    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
    47 mins ago











  • I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

    – GuM
    35 mins ago
















The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

– GuM
57 mins ago





The halloweenmath package offers you the overscriptrightarrow command, which uses a smaller arrows that fits more comfortably between the lines.

– GuM
57 mins ago













Any correct answer is always welcome for me.

– Sebastiano
52 mins ago





Any correct answer is always welcome for me.

– Sebastiano
52 mins ago




1




1





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
47 mins ago





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
47 mins ago













I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

– GuM
35 mins ago





I copied your MWE, added usepackagehalloweenmath, replaced overrightarrow with overscriptrightarrow, and the extra space between the lines disappeared (confirmed with showlists).

– GuM
35 mins ago










3 Answers
3






active

oldest

votes


















2














You can use the esvect package, which defines 8 possible arrow tips that you choose through an option:



enter image description here



Here is the result with the default (option d):



 documentclass[a4paper, 12pt, fleqn]book
usepackage[utf8]inputenc
usepackagemathtools,amssymb,lipsum
usepackageesvect

begindocument

noindent
lipsum[1]
noindent
$vvd$, $vva$, lipsum[2]

enddocument


enter image description here






share|improve this answer























  • 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
    1 hour ago






  • 1





    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
    1 hour ago


















1














Here is a way:



documentclass[a4paper,12pt,fleqn]book
usepackage[utf8]inputenc
usepackagebm
usepackagemathtools,amssymb,lipsum
newsaveboxmybox
newcommandmyVec[1]saveboxmyboxhboxensuremathoverrightarrow#1ensuremathoverrightarrow#1rule0ptdimexprhtmybox+3pt

begindocument
lipsum[1]
noindent$myVecfbmmyVeca$lipsum[1]
enddocument


enter image description here



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".






share|improve this answer

























  • 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
    1 hour ago











  • @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
    1 hour ago












  • Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

    – Sebastiano
    1 hour ago






  • 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
    59 mins ago


















0














Response 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. At the contrary, it only makes me the letter in bold.



enter image description here



documentclass[12pt]book 
usepackagenewtxtext
usepackage[utf8]inputenc
usepackagemathtools,amssymb,lipsum
usepackage[b]esvect
letBbbkrelax
usepackage[lite]mtpro2

begindocument
noindent
lipsum[1]
noindent
$vvd$, $vva$, $vvd$, $boldmathvva$,lipsum[2]
enddocument





share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    2














    You can use the esvect package, which defines 8 possible arrow tips that you choose through an option:



    enter image description here



    Here is the result with the default (option d):



     documentclass[a4paper, 12pt, fleqn]book
    usepackage[utf8]inputenc
    usepackagemathtools,amssymb,lipsum
    usepackageesvect

    begindocument

    noindent
    lipsum[1]
    noindent
    $vvd$, $vva$, lipsum[2]

    enddocument


    enter image description here






    share|improve this answer























    • 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
      1 hour ago






    • 1





      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
      1 hour ago















    2














    You can use the esvect package, which defines 8 possible arrow tips that you choose through an option:



    enter image description here



    Here is the result with the default (option d):



     documentclass[a4paper, 12pt, fleqn]book
    usepackage[utf8]inputenc
    usepackagemathtools,amssymb,lipsum
    usepackageesvect

    begindocument

    noindent
    lipsum[1]
    noindent
    $vvd$, $vva$, lipsum[2]

    enddocument


    enter image description here






    share|improve this answer























    • 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
      1 hour ago






    • 1





      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
      1 hour ago













    2












    2








    2







    You can use the esvect package, which defines 8 possible arrow tips that you choose through an option:



    enter image description here



    Here is the result with the default (option d):



     documentclass[a4paper, 12pt, fleqn]book
    usepackage[utf8]inputenc
    usepackagemathtools,amssymb,lipsum
    usepackageesvect

    begindocument

    noindent
    lipsum[1]
    noindent
    $vvd$, $vva$, lipsum[2]

    enddocument


    enter image description here






    share|improve this answer













    You can use the esvect package, which defines 8 possible arrow tips that you choose through an option:



    enter image description here



    Here is the result with the default (option d):



     documentclass[a4paper, 12pt, fleqn]book
    usepackage[utf8]inputenc
    usepackagemathtools,amssymb,lipsum
    usepackageesvect

    begindocument

    noindent
    lipsum[1]
    noindent
    $vvd$, $vva$, lipsum[2]

    enddocument


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 1 hour ago









    BernardBernard

    174k776207




    174k776207












    • 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
      1 hour ago






    • 1





      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
      1 hour ago

















    • 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
      1 hour ago






    • 1





      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
      1 hour ago
















    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
    1 hour ago





    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
    1 hour ago




    1




    1





    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
    1 hour ago





    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
    1 hour ago











    1














    Here is a way:



    documentclass[a4paper,12pt,fleqn]book
    usepackage[utf8]inputenc
    usepackagebm
    usepackagemathtools,amssymb,lipsum
    newsaveboxmybox
    newcommandmyVec[1]saveboxmyboxhboxensuremathoverrightarrow#1ensuremathoverrightarrow#1rule0ptdimexprhtmybox+3pt

    begindocument
    lipsum[1]
    noindent$myVecfbmmyVeca$lipsum[1]
    enddocument


    enter image description here



    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".






    share|improve this answer

























    • 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
      1 hour ago











    • @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
      1 hour ago












    • Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

      – Sebastiano
      1 hour ago






    • 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
      59 mins ago















    1














    Here is a way:



    documentclass[a4paper,12pt,fleqn]book
    usepackage[utf8]inputenc
    usepackagebm
    usepackagemathtools,amssymb,lipsum
    newsaveboxmybox
    newcommandmyVec[1]saveboxmyboxhboxensuremathoverrightarrow#1ensuremathoverrightarrow#1rule0ptdimexprhtmybox+3pt

    begindocument
    lipsum[1]
    noindent$myVecfbmmyVeca$lipsum[1]
    enddocument


    enter image description here



    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".






    share|improve this answer

























    • 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
      1 hour ago











    • @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
      1 hour ago












    • Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

      – Sebastiano
      1 hour ago






    • 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
      59 mins ago













    1












    1








    1







    Here is a way:



    documentclass[a4paper,12pt,fleqn]book
    usepackage[utf8]inputenc
    usepackagebm
    usepackagemathtools,amssymb,lipsum
    newsaveboxmybox
    newcommandmyVec[1]saveboxmyboxhboxensuremathoverrightarrow#1ensuremathoverrightarrow#1rule0ptdimexprhtmybox+3pt

    begindocument
    lipsum[1]
    noindent$myVecfbmmyVeca$lipsum[1]
    enddocument


    enter image description here



    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".






    share|improve this answer















    Here is a way:



    documentclass[a4paper,12pt,fleqn]book
    usepackage[utf8]inputenc
    usepackagebm
    usepackagemathtools,amssymb,lipsum
    newsaveboxmybox
    newcommandmyVec[1]saveboxmyboxhboxensuremathoverrightarrow#1ensuremathoverrightarrow#1rule0ptdimexprhtmybox+3pt

    begindocument
    lipsum[1]
    noindent$myVecfbmmyVeca$lipsum[1]
    enddocument


    enter image description here



    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".







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 1 hour ago

























    answered 1 hour ago









    koleygrkoleygr

    13.3k11039




    13.3k11039












    • 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
      1 hour ago











    • @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
      1 hour ago












    • Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

      – Sebastiano
      1 hour ago






    • 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
      59 mins ago

















    • 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
      1 hour ago











    • @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
      1 hour ago












    • Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

      – Sebastiano
      1 hour ago






    • 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
      59 mins ago
















    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
    1 hour ago





    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
    1 hour ago













    @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
    1 hour ago






    @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
    1 hour ago














    Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

    – Sebastiano
    1 hour ago





    Obviously the answer has to be good if it wasn't good I wouldn't have voted for it. I agree with you.

    – Sebastiano
    1 hour ago




    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
    59 mins ago





    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
    59 mins ago











    0














    Response 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. At the contrary, it only makes me the letter in bold.



    enter image description here



    documentclass[12pt]book 
    usepackagenewtxtext
    usepackage[utf8]inputenc
    usepackagemathtools,amssymb,lipsum
    usepackage[b]esvect
    letBbbkrelax
    usepackage[lite]mtpro2

    begindocument
    noindent
    lipsum[1]
    noindent
    $vvd$, $vva$, $vvd$, $boldmathvva$,lipsum[2]
    enddocument





    share|improve this answer



























      0














      Response 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. At the contrary, it only makes me the letter in bold.



      enter image description here



      documentclass[12pt]book 
      usepackagenewtxtext
      usepackage[utf8]inputenc
      usepackagemathtools,amssymb,lipsum
      usepackage[b]esvect
      letBbbkrelax
      usepackage[lite]mtpro2

      begindocument
      noindent
      lipsum[1]
      noindent
      $vvd$, $vva$, $vvd$, $boldmathvva$,lipsum[2]
      enddocument





      share|improve this answer

























        0












        0








        0







        Response 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. At the contrary, it only makes me the letter in bold.



        enter image description here



        documentclass[12pt]book 
        usepackagenewtxtext
        usepackage[utf8]inputenc
        usepackagemathtools,amssymb,lipsum
        usepackage[b]esvect
        letBbbkrelax
        usepackage[lite]mtpro2

        begindocument
        noindent
        lipsum[1]
        noindent
        $vvd$, $vva$, $vvd$, $boldmathvva$,lipsum[2]
        enddocument





        share|improve this answer













        Response 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. At the contrary, it only makes me the letter in bold.



        enter image description here



        documentclass[12pt]book 
        usepackagenewtxtext
        usepackage[utf8]inputenc
        usepackagemathtools,amssymb,lipsum
        usepackage[b]esvect
        letBbbkrelax
        usepackage[lite]mtpro2

        begindocument
        noindent
        lipsum[1]
        noindent
        $vvd$, $vva$, $vvd$, $boldmathvva$,lipsum[2]
        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 53 mins ago









        SebastianoSebastiano

        11.3k42164




        11.3k42164



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367