How can I get the desired output ie. Enlarge single letter?












2















Nuclide Notation



I Want the desired output with X enlarged compared to A & Z but when I use the following command



$^A_Z{Large X}_N$


It doesn't show desired output.



What could be the possible command to enlarge just a single letter?










share|improve this question

























  • A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

    – Sigur
    Dec 26 '18 at 15:24











  • I want X to be much larger.

    – Vivek
    Dec 26 '18 at 15:36











  • Much larger like for sum?

    – egreg
    Dec 26 '18 at 21:12
















2















Nuclide Notation



I Want the desired output with X enlarged compared to A & Z but when I use the following command



$^A_Z{Large X}_N$


It doesn't show desired output.



What could be the possible command to enlarge just a single letter?










share|improve this question

























  • A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

    – Sigur
    Dec 26 '18 at 15:24











  • I want X to be much larger.

    – Vivek
    Dec 26 '18 at 15:36











  • Much larger like for sum?

    – egreg
    Dec 26 '18 at 21:12














2












2








2


0






Nuclide Notation



I Want the desired output with X enlarged compared to A & Z but when I use the following command



$^A_Z{Large X}_N$


It doesn't show desired output.



What could be the possible command to enlarge just a single letter?










share|improve this question
















Nuclide Notation



I Want the desired output with X enlarged compared to A & Z but when I use the following command



$^A_Z{Large X}_N$


It doesn't show desired output.



What could be the possible command to enlarge just a single letter?







fontsize






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 26 '18 at 15:24









Sigur

24.5k355138




24.5k355138










asked Dec 26 '18 at 15:02









VivekVivek

163




163













  • A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

    – Sigur
    Dec 26 '18 at 15:24











  • I want X to be much larger.

    – Vivek
    Dec 26 '18 at 15:36











  • Much larger like for sum?

    – egreg
    Dec 26 '18 at 21:12



















  • A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

    – Sigur
    Dec 26 '18 at 15:24











  • I want X to be much larger.

    – Vivek
    Dec 26 '18 at 15:36











  • Much larger like for sum?

    – egreg
    Dec 26 '18 at 21:12

















A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

– Sigur
Dec 26 '18 at 15:24





A,Z,N are indexes, so they should be smaller than the normal font X. So, do you want the normal font X bigger then the indexes or even more?

– Sigur
Dec 26 '18 at 15:24













I want X to be much larger.

– Vivek
Dec 26 '18 at 15:36





I want X to be much larger.

– Vivek
Dec 26 '18 at 15:36













Much larger like for sum?

– egreg
Dec 26 '18 at 21:12





Much larger like for sum?

– egreg
Dec 26 '18 at 21:12










2 Answers
2






active

oldest

votes


















6














You can load mathtools and use this code:



$prescript{A}{Z}{text{Large$ X $}}_N$


enter image description here






share|improve this answer































    3














    I'm using to increase the single letter the package relsize at the page 1:



    enter image description here



    documentclass{article}
    usepackage{relsize}
    begin{document}
    ${}^{A}_{Z} {mbox{Large$X$}}_N$, quad ${}^{A}_{Z} {mbox{larger[3]$X$}}_N$, quad ${}^{A}_{Z}{mbox{larger[6]$X$}}_N$
    end{document}


    The output is:



    enter image description here






    share|improve this answer


























    • I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

      – Sigur
      Dec 26 '18 at 20:56











    • @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

      – Sebastiano
      Dec 26 '18 at 21:07











    • Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

      – samcarter
      Dec 26 '18 at 21:48






    • 1





      @Sebastiano, it was not mine, anyway. :-)

      – Sigur
      Jan 4 at 12:52













    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%2f467412%2fhow-can-i-get-the-desired-output-ie-enlarge-single-letter%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









    6














    You can load mathtools and use this code:



    $prescript{A}{Z}{text{Large$ X $}}_N$


    enter image description here






    share|improve this answer




























      6














      You can load mathtools and use this code:



      $prescript{A}{Z}{text{Large$ X $}}_N$


      enter image description here






      share|improve this answer


























        6












        6








        6







        You can load mathtools and use this code:



        $prescript{A}{Z}{text{Large$ X $}}_N$


        enter image description here






        share|improve this answer













        You can load mathtools and use this code:



        $prescript{A}{Z}{text{Large$ X $}}_N$


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 26 '18 at 15:55









        BernardBernard

        168k770195




        168k770195























            3














            I'm using to increase the single letter the package relsize at the page 1:



            enter image description here



            documentclass{article}
            usepackage{relsize}
            begin{document}
            ${}^{A}_{Z} {mbox{Large$X$}}_N$, quad ${}^{A}_{Z} {mbox{larger[3]$X$}}_N$, quad ${}^{A}_{Z}{mbox{larger[6]$X$}}_N$
            end{document}


            The output is:



            enter image description here






            share|improve this answer


























            • I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

              – Sigur
              Dec 26 '18 at 20:56











            • @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

              – Sebastiano
              Dec 26 '18 at 21:07











            • Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

              – samcarter
              Dec 26 '18 at 21:48






            • 1





              @Sebastiano, it was not mine, anyway. :-)

              – Sigur
              Jan 4 at 12:52


















            3














            I'm using to increase the single letter the package relsize at the page 1:



            enter image description here



            documentclass{article}
            usepackage{relsize}
            begin{document}
            ${}^{A}_{Z} {mbox{Large$X$}}_N$, quad ${}^{A}_{Z} {mbox{larger[3]$X$}}_N$, quad ${}^{A}_{Z}{mbox{larger[6]$X$}}_N$
            end{document}


            The output is:



            enter image description here






            share|improve this answer


























            • I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

              – Sigur
              Dec 26 '18 at 20:56











            • @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

              – Sebastiano
              Dec 26 '18 at 21:07











            • Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

              – samcarter
              Dec 26 '18 at 21:48






            • 1





              @Sebastiano, it was not mine, anyway. :-)

              – Sigur
              Jan 4 at 12:52
















            3












            3








            3







            I'm using to increase the single letter the package relsize at the page 1:



            enter image description here



            documentclass{article}
            usepackage{relsize}
            begin{document}
            ${}^{A}_{Z} {mbox{Large$X$}}_N$, quad ${}^{A}_{Z} {mbox{larger[3]$X$}}_N$, quad ${}^{A}_{Z}{mbox{larger[6]$X$}}_N$
            end{document}


            The output is:



            enter image description here






            share|improve this answer















            I'm using to increase the single letter the package relsize at the page 1:



            enter image description here



            documentclass{article}
            usepackage{relsize}
            begin{document}
            ${}^{A}_{Z} {mbox{Large$X$}}_N$, quad ${}^{A}_{Z} {mbox{larger[3]$X$}}_N$, quad ${}^{A}_{Z}{mbox{larger[6]$X$}}_N$
            end{document}


            The output is:



            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 4 at 13:22

























            answered Dec 26 '18 at 20:54









            SebastianoSebastiano

            9,49941857




            9,49941857













            • I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

              – Sigur
              Dec 26 '18 at 20:56











            • @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

              – Sebastiano
              Dec 26 '18 at 21:07











            • Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

              – samcarter
              Dec 26 '18 at 21:48






            • 1





              @Sebastiano, it was not mine, anyway. :-)

              – Sigur
              Jan 4 at 12:52





















            • I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

              – Sigur
              Dec 26 '18 at 20:56











            • @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

              – Sebastiano
              Dec 26 '18 at 21:07











            • Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

              – samcarter
              Dec 26 '18 at 21:48






            • 1





              @Sebastiano, it was not mine, anyway. :-)

              – Sigur
              Jan 4 at 12:52



















            I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

            – Sigur
            Dec 26 '18 at 20:56





            I think the OP wants the letter bigger than the normal size. In your example, X has normal size.

            – Sigur
            Dec 26 '18 at 20:56













            @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

            – Sebastiano
            Dec 26 '18 at 21:07





            @Sigur Aesthetically, that could be a good compromise. If there are any comments they are always welcome.

            – Sebastiano
            Dec 26 '18 at 21:07













            Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

            – samcarter
            Dec 26 '18 at 21:48





            Scaling elements that contain text will result in a sub-optimal choice of character shape, see tex.stackexchange.com/questions/425453/…. Better start with a font size that is closer to the desired target (e.g. Large) and scale from there using a smaller scaling factor. This will make the letters easier to read.

            – samcarter
            Dec 26 '18 at 21:48




            1




            1





            @Sebastiano, it was not mine, anyway. :-)

            – Sigur
            Jan 4 at 12:52







            @Sebastiano, it was not mine, anyway. :-)

            – Sigur
            Jan 4 at 12:52




















            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%2f467412%2fhow-can-i-get-the-desired-output-ie-enlarge-single-letter%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...