Making Text under alphabet bigger Mathode












1















enter image description here



How to make the letters under V bigger, I'm using 10pt on A5 paper in my original document and it's unreadable.



documentclass{article}

begin{document}
$V_{a bc defg}$
end{document}









share|improve this question

























  • tex.stackexchange.com/a/262296/31034

    – ferahfeza
    Jan 13 at 12:41






  • 1





    I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

    – Mico
    Jan 13 at 13:31
















1















enter image description here



How to make the letters under V bigger, I'm using 10pt on A5 paper in my original document and it's unreadable.



documentclass{article}

begin{document}
$V_{a bc defg}$
end{document}









share|improve this question

























  • tex.stackexchange.com/a/262296/31034

    – ferahfeza
    Jan 13 at 12:41






  • 1





    I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

    – Mico
    Jan 13 at 13:31














1












1








1








enter image description here



How to make the letters under V bigger, I'm using 10pt on A5 paper in my original document and it's unreadable.



documentclass{article}

begin{document}
$V_{a bc defg}$
end{document}









share|improve this question
















enter image description here



How to make the letters under V bigger, I'm using 10pt on A5 paper in my original document and it's unreadable.



documentclass{article}

begin{document}
$V_{a bc defg}$
end{document}






math-mode






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 13 at 12:42









Circumscribe

6,66621039




6,66621039










asked Jan 13 at 12:30









Simeon SimeonovSimeon Simeonov

3866




3866













  • tex.stackexchange.com/a/262296/31034

    – ferahfeza
    Jan 13 at 12:41






  • 1





    I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

    – Mico
    Jan 13 at 13:31



















  • tex.stackexchange.com/a/262296/31034

    – ferahfeza
    Jan 13 at 12:41






  • 1





    I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

    – Mico
    Jan 13 at 13:31

















tex.stackexchange.com/a/262296/31034

– ferahfeza
Jan 13 at 12:41





tex.stackexchange.com/a/262296/31034

– ferahfeza
Jan 13 at 12:41




1




1





I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

– Mico
Jan 13 at 13:31





I'm assuming that you're not really trying to typeset $V_{a bc defg}$. Please provide a more realistic example.

– Mico
Jan 13 at 13:31










2 Answers
2






active

oldest

votes


















5














You asked, "How to make the letters under V bigger"? I assume you mean, "as big as the letter V itself". If this assumption is correct, and if you also intend letters in subscript position to continue to be rendered in math-italic mode, you can use a textstyle directive at the start of the subscript block; see the code below.



That said, it's typographic custom to typeset math-style subscript and superscript material ca 30% smaller than the material on the baseline (here: the single letter "V").



enter image description here



documentclass{article}
begin{document}
$V_{abcdefgVVV}$

$V_{textstyle abcdefgVVV}$
end{document}





share|improve this answer































    3














    in normalize and upright:



    $V_{mbox{a bc defg}}$





    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%2f469944%2fmaking-text-under-alphabet-bigger-mathode%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5














      You asked, "How to make the letters under V bigger"? I assume you mean, "as big as the letter V itself". If this assumption is correct, and if you also intend letters in subscript position to continue to be rendered in math-italic mode, you can use a textstyle directive at the start of the subscript block; see the code below.



      That said, it's typographic custom to typeset math-style subscript and superscript material ca 30% smaller than the material on the baseline (here: the single letter "V").



      enter image description here



      documentclass{article}
      begin{document}
      $V_{abcdefgVVV}$

      $V_{textstyle abcdefgVVV}$
      end{document}





      share|improve this answer




























        5














        You asked, "How to make the letters under V bigger"? I assume you mean, "as big as the letter V itself". If this assumption is correct, and if you also intend letters in subscript position to continue to be rendered in math-italic mode, you can use a textstyle directive at the start of the subscript block; see the code below.



        That said, it's typographic custom to typeset math-style subscript and superscript material ca 30% smaller than the material on the baseline (here: the single letter "V").



        enter image description here



        documentclass{article}
        begin{document}
        $V_{abcdefgVVV}$

        $V_{textstyle abcdefgVVV}$
        end{document}





        share|improve this answer


























          5












          5








          5







          You asked, "How to make the letters under V bigger"? I assume you mean, "as big as the letter V itself". If this assumption is correct, and if you also intend letters in subscript position to continue to be rendered in math-italic mode, you can use a textstyle directive at the start of the subscript block; see the code below.



          That said, it's typographic custom to typeset math-style subscript and superscript material ca 30% smaller than the material on the baseline (here: the single letter "V").



          enter image description here



          documentclass{article}
          begin{document}
          $V_{abcdefgVVV}$

          $V_{textstyle abcdefgVVV}$
          end{document}





          share|improve this answer













          You asked, "How to make the letters under V bigger"? I assume you mean, "as big as the letter V itself". If this assumption is correct, and if you also intend letters in subscript position to continue to be rendered in math-italic mode, you can use a textstyle directive at the start of the subscript block; see the code below.



          That said, it's typographic custom to typeset math-style subscript and superscript material ca 30% smaller than the material on the baseline (here: the single letter "V").



          enter image description here



          documentclass{article}
          begin{document}
          $V_{abcdefgVVV}$

          $V_{textstyle abcdefgVVV}$
          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 13 at 12:48









          MicoMico

          278k30380768




          278k30380768























              3














              in normalize and upright:



              $V_{mbox{a bc defg}}$





              share|improve this answer




























                3














                in normalize and upright:



                $V_{mbox{a bc defg}}$





                share|improve this answer


























                  3












                  3








                  3







                  in normalize and upright:



                  $V_{mbox{a bc defg}}$





                  share|improve this answer













                  in normalize and upright:



                  $V_{mbox{a bc defg}}$






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 13 at 12:43









                  HerbertHerbert

                  274k24415729




                  274k24415729






























                      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%2f469944%2fmaking-text-under-alphabet-bigger-mathode%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

                      Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                      ts Property 'filter' does not exist on type '{}'

                      Notepad++ export/extract a list of installed plugins