How do I make a Young tableau whose entries have subscripts?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












I am using the youngtab package



I tried something like:



younga_1a_2a_3,b_1 


but I cannot get it to work. I tried passing in textrm but those are not recognized either.



The more general question is how to put any form of mathematical expression inside the boxes of a young tableau with the youngtab package.










share|improve this question









New contributor




Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite
    1












    I am using the youngtab package



    I tried something like:



    younga_1a_2a_3,b_1 


    but I cannot get it to work. I tried passing in textrm but those are not recognized either.



    The more general question is how to put any form of mathematical expression inside the boxes of a young tableau with the youngtab package.










    share|improve this question









    New contributor




    Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I am using the youngtab package



      I tried something like:



      younga_1a_2a_3,b_1 


      but I cannot get it to work. I tried passing in textrm but those are not recognized either.



      The more general question is how to put any form of mathematical expression inside the boxes of a young tableau with the youngtab package.










      share|improve this question









      New contributor




      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am using the youngtab package



      I tried something like:



      younga_1a_2a_3,b_1 


      but I cannot get it to work. I tried passing in textrm but those are not recognized either.



      The more general question is how to put any form of mathematical expression inside the boxes of a young tableau with the youngtab package.







      packages subscripts






      share|improve this question









      New contributor




      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 3 hours ago









      sztruks

      1,117716




      1,117716






      New contributor




      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      Maithreya Sitaraman

      1084




      1084




      New contributor




      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Maithreya Sitaraman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          This package will do it: http://www.maths.qmul.ac.uk/~mf/genyoungtabtikz.html You can follow the package documentation, and on the top of page 6 you will see how to use subscripts.






          share|improve this answer




















          • Thank you. I will test it out and accept if it works!
            – Maithreya Sitaraman
            4 hours ago










          • I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
            – Maithreya Sitaraman
            4 hours ago











          • I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
            – Benjamin McKay
            4 hours ago










          • Ok great it works beautifully! (Thanks for that suggestion).
            – Maithreya Sitaraman
            4 hours ago

















          up vote
          1
          down vote













          You need two pairs of braces if the label does not consist of a single character:



          documentclassarticle
          usepackageyoungtab

          begindocument

          young(a_1a_2a_3,b)

          enddocument


          enter image description here






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



            );






            Maithreya Sitaraman is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458749%2fhow-do-i-make-a-young-tableau-whose-entries-have-subscripts%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote



            accepted










            This package will do it: http://www.maths.qmul.ac.uk/~mf/genyoungtabtikz.html You can follow the package documentation, and on the top of page 6 you will see how to use subscripts.






            share|improve this answer




















            • Thank you. I will test it out and accept if it works!
              – Maithreya Sitaraman
              4 hours ago










            • I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
              – Maithreya Sitaraman
              4 hours ago











            • I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
              – Benjamin McKay
              4 hours ago










            • Ok great it works beautifully! (Thanks for that suggestion).
              – Maithreya Sitaraman
              4 hours ago














            up vote
            2
            down vote



            accepted










            This package will do it: http://www.maths.qmul.ac.uk/~mf/genyoungtabtikz.html You can follow the package documentation, and on the top of page 6 you will see how to use subscripts.






            share|improve this answer




















            • Thank you. I will test it out and accept if it works!
              – Maithreya Sitaraman
              4 hours ago










            • I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
              – Maithreya Sitaraman
              4 hours ago











            • I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
              – Benjamin McKay
              4 hours ago










            • Ok great it works beautifully! (Thanks for that suggestion).
              – Maithreya Sitaraman
              4 hours ago












            up vote
            2
            down vote



            accepted







            up vote
            2
            down vote



            accepted






            This package will do it: http://www.maths.qmul.ac.uk/~mf/genyoungtabtikz.html You can follow the package documentation, and on the top of page 6 you will see how to use subscripts.






            share|improve this answer












            This package will do it: http://www.maths.qmul.ac.uk/~mf/genyoungtabtikz.html You can follow the package documentation, and on the top of page 6 you will see how to use subscripts.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 4 hours ago









            Benjamin McKay

            2,40411427




            2,40411427











            • Thank you. I will test it out and accept if it works!
              – Maithreya Sitaraman
              4 hours ago










            • I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
              – Maithreya Sitaraman
              4 hours ago











            • I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
              – Benjamin McKay
              4 hours ago










            • Ok great it works beautifully! (Thanks for that suggestion).
              – Maithreya Sitaraman
              4 hours ago
















            • Thank you. I will test it out and accept if it works!
              – Maithreya Sitaraman
              4 hours ago










            • I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
              – Maithreya Sitaraman
              4 hours ago











            • I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
              – Benjamin McKay
              4 hours ago










            • Ok great it works beautifully! (Thanks for that suggestion).
              – Maithreya Sitaraman
              4 hours ago















            Thank you. I will test it out and accept if it works!
            – Maithreya Sitaraman
            4 hours ago




            Thank you. I will test it out and accept if it works!
            – Maithreya Sitaraman
            4 hours ago












            I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
            – Maithreya Sitaraman
            4 hours ago





            I saved the sty file, created a folder "texmf" whose location is /Users/<username>/Library/texmf, and called the package via usepackagegenyoungtabtikz, but it says that it cannot find the file "genyoungtabtikz.sty". Is there something obvious which I am doing wrong?
            – Maithreya Sitaraman
            4 hours ago













            I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
            – Benjamin McKay
            4 hours ago




            I don't know. Maybe just put the style file for the moment in the same folder as your tex file. I can see that is not a long term solution, but at least you can test the package.
            – Benjamin McKay
            4 hours ago












            Ok great it works beautifully! (Thanks for that suggestion).
            – Maithreya Sitaraman
            4 hours ago




            Ok great it works beautifully! (Thanks for that suggestion).
            – Maithreya Sitaraman
            4 hours ago










            up vote
            1
            down vote













            You need two pairs of braces if the label does not consist of a single character:



            documentclassarticle
            usepackageyoungtab

            begindocument

            young(a_1a_2a_3,b)

            enddocument


            enter image description here






            share|improve this answer
























              up vote
              1
              down vote













              You need two pairs of braces if the label does not consist of a single character:



              documentclassarticle
              usepackageyoungtab

              begindocument

              young(a_1a_2a_3,b)

              enddocument


              enter image description here






              share|improve this answer






















                up vote
                1
                down vote










                up vote
                1
                down vote









                You need two pairs of braces if the label does not consist of a single character:



                documentclassarticle
                usepackageyoungtab

                begindocument

                young(a_1a_2a_3,b)

                enddocument


                enter image description here






                share|improve this answer












                You need two pairs of braces if the label does not consist of a single character:



                documentclassarticle
                usepackageyoungtab

                begindocument

                young(a_1a_2a_3,b)

                enddocument


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 18 mins ago









                egreg

                695k8518443101




                695k8518443101




















                    Maithreya Sitaraman is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Maithreya Sitaraman is a new contributor. Be nice, and check out our Code of Conduct.












                    Maithreya Sitaraman is a new contributor. Be nice, and check out our Code of Conduct.











                    Maithreya Sitaraman is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458749%2fhow-do-i-make-a-young-tableau-whose-entries-have-subscripts%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    One-line joke