Inline column vectors appear too big












3














When I use a vector within the text, the vector appears too big - how can I make it smaller?



Example:



documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}


enter image description here










share|improve this question


















  • 1




    A non-typesetting answer is, of course, to write $(0 1)^T$.
    – Oleg Lobachev
    1 hour ago
















3














When I use a vector within the text, the vector appears too big - how can I make it smaller?



Example:



documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}


enter image description here










share|improve this question


















  • 1




    A non-typesetting answer is, of course, to write $(0 1)^T$.
    – Oleg Lobachev
    1 hour ago














3












3








3


1





When I use a vector within the text, the vector appears too big - how can I make it smaller?



Example:



documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}


enter image description here










share|improve this question













When I use a vector within the text, the vector appears too big - how can I make it smaller?



Example:



documentclass[12pt]{scrartcl}
usepackage{amsmath}
usepackage{amssymb}
begin{document}
One standard basis vectors of $mathbb{R}^2$ is begin{pmatrix}1\0end{pmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}


enter image description here







amsmath vector






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









BJPrim

306




306








  • 1




    A non-typesetting answer is, of course, to write $(0 1)^T$.
    – Oleg Lobachev
    1 hour ago














  • 1




    A non-typesetting answer is, of course, to write $(0 1)^T$.
    – Oleg Lobachev
    1 hour ago








1




1




A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago




A non-typesetting answer is, of course, to write $(0 1)^T$.
– Oleg Lobachev
1 hour ago










4 Answers
4






active

oldest

votes


















6














Just use psmallmatrix from mathtools.



documentclass[12pt]{scrartcl}

usepackage{amssymb}
usepackage{amsmath}

usepackage{mathtools}

begin{document}
One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
Unfortunately, the vector is about twice as tall as the rest of the line.
How can I reduce its size to about $1.5$-times the size of the line?
end{document}


enter image description here






share|improve this answer





























    4














    You can either use the psmallmatrix environment from mathtools, or the medmath command from nccmath (ca 80 % of displaystyle), or make a group in footnotesize. Just choose:



    documentclass[12pt]{scrartcl}
    usepackage{mathtools, nccmath}
    usepackage{amssymb}

    begin{document}

    One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
    Unfortunately, the vector is about twice as tall as the rest of the line.
    How can I reduce its size to about $1.5$-times the size of the line?

    One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
    Unfortunately, the vector is about twice as tall as the rest of the line.
    How can I reduce its size to about $1.5$-times the size of the line?


    One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
    Unfortunately, the vector is about twice as tall as the rest of the line.
    How can I reduce its size to about $1.5$-times the size of the line?
    ?

    One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
    Unfortunately, the vector is about twice as tall as the rest of the line.
    How can I reduce its size to about $1.5$-times the size of the line?

    end{document}


    enter image description here






    share|improve this answer































      3














      try with smallmatrix:



      documentclass[12pt]{scrartcl}
      usepackage{amsmath}
      usepackage{amssymb}
      begin{document}
      One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
      Unfortunately, the vector is about twice as tall as the rest of the line.
      How can I reduce its size to about $1.5$-times the size of the line?
      end{document}


      enter image description here






      share|improve this answer





























        3














        I simply would use the command tbinom{1}{0} at the pag.18 of this guide:



        enter image description here



        I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:



        enter image description here



        documentclass[12pt]{scrartcl}
        usepackage{amsmath}
        usepackage{amssymb}
        begin{document}
        One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
        Unfortunately, the vector is about twice as tall as the rest of the line.
        How can I reduce its size to about $1.5$-times the size of the line?
        end{document}





        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%2f468070%2finline-column-vectors-appear-too-big%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          Just use psmallmatrix from mathtools.



          documentclass[12pt]{scrartcl}

          usepackage{amssymb}
          usepackage{amsmath}

          usepackage{mathtools}

          begin{document}
          One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
          Unfortunately, the vector is about twice as tall as the rest of the line.
          How can I reduce its size to about $1.5$-times the size of the line?
          end{document}


          enter image description here






          share|improve this answer


























            6














            Just use psmallmatrix from mathtools.



            documentclass[12pt]{scrartcl}

            usepackage{amssymb}
            usepackage{amsmath}

            usepackage{mathtools}

            begin{document}
            One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
            Unfortunately, the vector is about twice as tall as the rest of the line.
            How can I reduce its size to about $1.5$-times the size of the line?
            end{document}


            enter image description here






            share|improve this answer
























              6












              6








              6






              Just use psmallmatrix from mathtools.



              documentclass[12pt]{scrartcl}

              usepackage{amssymb}
              usepackage{amsmath}

              usepackage{mathtools}

              begin{document}
              One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
              Unfortunately, the vector is about twice as tall as the rest of the line.
              How can I reduce its size to about $1.5$-times the size of the line?
              end{document}


              enter image description here






              share|improve this answer












              Just use psmallmatrix from mathtools.



              documentclass[12pt]{scrartcl}

              usepackage{amssymb}
              usepackage{amsmath}

              usepackage{mathtools}

              begin{document}
              One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
              Unfortunately, the vector is about twice as tall as the rest of the line.
              How can I reduce its size to about $1.5$-times the size of the line?
              end{document}


              enter image description here







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 2 hours ago









              Blincer

              29710




              29710























                  4














                  You can either use the psmallmatrix environment from mathtools, or the medmath command from nccmath (ca 80 % of displaystyle), or make a group in footnotesize. Just choose:



                  documentclass[12pt]{scrartcl}
                  usepackage{mathtools, nccmath}
                  usepackage{amssymb}

                  begin{document}

                  One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
                  Unfortunately, the vector is about twice as tall as the rest of the line.
                  How can I reduce its size to about $1.5$-times the size of the line?

                  One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
                  Unfortunately, the vector is about twice as tall as the rest of the line.
                  How can I reduce its size to about $1.5$-times the size of the line?


                  One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
                  Unfortunately, the vector is about twice as tall as the rest of the line.
                  How can I reduce its size to about $1.5$-times the size of the line?
                  ?

                  One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
                  Unfortunately, the vector is about twice as tall as the rest of the line.
                  How can I reduce its size to about $1.5$-times the size of the line?

                  end{document}


                  enter image description here






                  share|improve this answer




























                    4














                    You can either use the psmallmatrix environment from mathtools, or the medmath command from nccmath (ca 80 % of displaystyle), or make a group in footnotesize. Just choose:



                    documentclass[12pt]{scrartcl}
                    usepackage{mathtools, nccmath}
                    usepackage{amssymb}

                    begin{document}

                    One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
                    Unfortunately, the vector is about twice as tall as the rest of the line.
                    How can I reduce its size to about $1.5$-times the size of the line?

                    One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
                    Unfortunately, the vector is about twice as tall as the rest of the line.
                    How can I reduce its size to about $1.5$-times the size of the line?


                    One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
                    Unfortunately, the vector is about twice as tall as the rest of the line.
                    How can I reduce its size to about $1.5$-times the size of the line?
                    ?

                    One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
                    Unfortunately, the vector is about twice as tall as the rest of the line.
                    How can I reduce its size to about $1.5$-times the size of the line?

                    end{document}


                    enter image description here






                    share|improve this answer


























                      4












                      4








                      4






                      You can either use the psmallmatrix environment from mathtools, or the medmath command from nccmath (ca 80 % of displaystyle), or make a group in footnotesize. Just choose:



                      documentclass[12pt]{scrartcl}
                      usepackage{mathtools, nccmath}
                      usepackage{amssymb}

                      begin{document}

                      One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?

                      One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?


                      One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?
                      ?

                      One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?

                      end{document}


                      enter image description here






                      share|improve this answer














                      You can either use the psmallmatrix environment from mathtools, or the medmath command from nccmath (ca 80 % of displaystyle), or make a group in footnotesize. Just choose:



                      documentclass[12pt]{scrartcl}
                      usepackage{mathtools, nccmath}
                      usepackage{amssymb}

                      begin{document}

                      One standard basis vectors of $mathbb{R}^2$ is $begin{pmatrix}1\0end{pmatrix}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?

                      One standard basis vectors of $mathbb{R}^2$ is $begin{psmallmatrix}1\0end{psmallmatrix}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?


                      One standard basis vectors of $mathbb{R}^2$ is $medmath{begin{pmatrix}1\0end{pmatrix}}$.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?
                      ?

                      One standard basis vectors of $mathbb{R}^2$ is {scriptsize$begin{pmatrix}1\0end{pmatrix}$}.
                      Unfortunately, the vector is about twice as tall as the rest of the line.
                      How can I reduce its size to about $1.5$-times the size of the line?

                      end{document}


                      enter image description here







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 1 hour ago

























                      answered 2 hours ago









                      Bernard

                      166k769193




                      166k769193























                          3














                          try with smallmatrix:



                          documentclass[12pt]{scrartcl}
                          usepackage{amsmath}
                          usepackage{amssymb}
                          begin{document}
                          One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
                          Unfortunately, the vector is about twice as tall as the rest of the line.
                          How can I reduce its size to about $1.5$-times the size of the line?
                          end{document}


                          enter image description here






                          share|improve this answer


























                            3














                            try with smallmatrix:



                            documentclass[12pt]{scrartcl}
                            usepackage{amsmath}
                            usepackage{amssymb}
                            begin{document}
                            One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
                            Unfortunately, the vector is about twice as tall as the rest of the line.
                            How can I reduce its size to about $1.5$-times the size of the line?
                            end{document}


                            enter image description here






                            share|improve this answer
























                              3












                              3








                              3






                              try with smallmatrix:



                              documentclass[12pt]{scrartcl}
                              usepackage{amsmath}
                              usepackage{amssymb}
                              begin{document}
                              One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
                              Unfortunately, the vector is about twice as tall as the rest of the line.
                              How can I reduce its size to about $1.5$-times the size of the line?
                              end{document}


                              enter image description here






                              share|improve this answer












                              try with smallmatrix:



                              documentclass[12pt]{scrartcl}
                              usepackage{amsmath}
                              usepackage{amssymb}
                              begin{document}
                              One standard basis vectors of $mathbb{R}^2$ is $left(begin{smallmatrix}1\0end{smallmatrix}right)$.
                              Unfortunately, the vector is about twice as tall as the rest of the line.
                              How can I reduce its size to about $1.5$-times the size of the line?
                              end{document}


                              enter image description here







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered 2 hours ago









                              Zarko

                              121k865156




                              121k865156























                                  3














                                  I simply would use the command tbinom{1}{0} at the pag.18 of this guide:



                                  enter image description here



                                  I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:



                                  enter image description here



                                  documentclass[12pt]{scrartcl}
                                  usepackage{amsmath}
                                  usepackage{amssymb}
                                  begin{document}
                                  One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
                                  Unfortunately, the vector is about twice as tall as the rest of the line.
                                  How can I reduce its size to about $1.5$-times the size of the line?
                                  end{document}





                                  share|improve this answer




























                                    3














                                    I simply would use the command tbinom{1}{0} at the pag.18 of this guide:



                                    enter image description here



                                    I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:



                                    enter image description here



                                    documentclass[12pt]{scrartcl}
                                    usepackage{amsmath}
                                    usepackage{amssymb}
                                    begin{document}
                                    One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
                                    Unfortunately, the vector is about twice as tall as the rest of the line.
                                    How can I reduce its size to about $1.5$-times the size of the line?
                                    end{document}





                                    share|improve this answer


























                                      3












                                      3








                                      3






                                      I simply would use the command tbinom{1}{0} at the pag.18 of this guide:



                                      enter image description here



                                      I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:



                                      enter image description here



                                      documentclass[12pt]{scrartcl}
                                      usepackage{amsmath}
                                      usepackage{amssymb}
                                      begin{document}
                                      One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
                                      Unfortunately, the vector is about twice as tall as the rest of the line.
                                      How can I reduce its size to about $1.5$-times the size of the line?
                                      end{document}





                                      share|improve this answer














                                      I simply would use the command tbinom{1}{0} at the pag.18 of this guide:



                                      enter image description here



                                      I think it could be a good compromise, it is a simple basic command and it is not too big. See the figure below:



                                      enter image description here



                                      documentclass[12pt]{scrartcl}
                                      usepackage{amsmath}
                                      usepackage{amssymb}
                                      begin{document}
                                      One standard basis vectors of $mathbb{R}^2$ is $tbinom{1}{0}$.
                                      Unfortunately, the vector is about twice as tall as the rest of the line.
                                      How can I reduce its size to about $1.5$-times the size of the line?
                                      end{document}






                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited 2 hours ago

























                                      answered 2 hours ago









                                      Sebastiano

                                      8,95041756




                                      8,95041756






























                                          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.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • 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%2f468070%2finline-column-vectors-appear-too-big%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

                                          Morgemoulin

                                          Scott Moir

                                          Souastre