Sub-subscripts in strings cause different spacings than subscripts Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Lexicographic ordering of strings in MathematicaSpecifying string patterns in DeleteCasesSplit string into sub-strings of length nSplitting a list by specifying section headersConcatenate strings from different levels of listToExpression an arraySelectively converting numerical strings to expressionsHow to take all sub-strings in a string that are combinations of specified characters onlyHow to extract all sub-strings of string with a specified start and end using StringCases?Have a String of letters with different font sizes - LineLegend

Effects on objects due to a brief relocation of massive amounts of mass

Is there any word for a place full of confusion?

Dating a Former Employee

Performance gap between vector<bool> and array

Using et al. for a last / senior author rather than for a first author

What do you call the main part of a joke?

What was the first language to use conditional keywords?

Is a ledger board required if the side of my house is wood?

Can anything be seen from the center of the Boötes void? How dark would it be?

Crossing US/Canada Border for less than 24 hours

Is CEO the "profession" with the most psychopaths?

Chinese Seal on silk painting - what does it mean?

Why do we bend a book to keep it straight?

How to write the following sign?

Most bit efficient text communication method?

SF book about people trapped in a series of worlds they imagine

Take 2! Is this homebrew Lady of Pain warlock patron balanced?

How come Sam didn't become Lord of Horn Hill?

Morning, Afternoon, Night Kanji

What initially awakened the Balrog?

What's the meaning of "fortified infraction restraint"?

How to install press fit bottom bracket into new frame

Would the Life Transference spell be unbalanced if it ignored resistance and immunity?

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode



Sub-subscripts in strings cause different spacings than subscripts



Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Lexicographic ordering of strings in MathematicaSpecifying string patterns in DeleteCasesSplit string into sub-strings of length nSplitting a list by specifying section headersConcatenate strings from different levels of listToExpression an arraySelectively converting numerical strings to expressionsHow to take all sub-strings in a string that are combinations of specified characters onlyHow to extract all sub-strings of string with a specified start and end using StringCases?Have a String of letters with different font sizes - LineLegend










5












$begingroup$


Spacing around subscripts within strings seems to work well:



enter image description here



But the spacing around sub-subscripts does not:



enter image description here



I did not manually add that space after the 2. How can this be fixed? Thanks!










share|improve this question









$endgroup$
















    5












    $begingroup$


    Spacing around subscripts within strings seems to work well:



    enter image description here



    But the spacing around sub-subscripts does not:



    enter image description here



    I did not manually add that space after the 2. How can this be fixed? Thanks!










    share|improve this question









    $endgroup$














      5












      5








      5





      $begingroup$


      Spacing around subscripts within strings seems to work well:



      enter image description here



      But the spacing around sub-subscripts does not:



      enter image description here



      I did not manually add that space after the 2. How can this be fixed? Thanks!










      share|improve this question









      $endgroup$




      Spacing around subscripts within strings seems to work well:



      enter image description here



      But the spacing around sub-subscripts does not:



      enter image description here



      I did not manually add that space after the 2. How can this be fixed? Thanks!







      string-manipulation input






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 12 at 19:56









      Kevin AusmanKevin Ausman

      35417




      35417




















          2 Answers
          2






          active

          oldest

          votes


















          9












          $begingroup$

          The subscript is interpreted as Times[Subscript[H, 2], O], and Mathematica uses spaces to denote multiplication. You can work around this by using the ZeroWidthTimes option:



          enter image description here






          share|improve this answer









          $endgroup$












          • $begingroup$
            I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 21:48










          • $begingroup$
            @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
            $endgroup$
            – Carl Woll
            Apr 12 at 21:56











          • $begingroup$
            Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 22:17


















          1












          $begingroup$

          I don't know if this will suit your situation but if you just want to get the expression typeset correctly in, say, a label for graphics, you can do this;



          Subscript[X, Row[Subscript[H, 2], O]]


          typesetting






          share|improve this answer









          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "387"
            ;
            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%2fmathematica.stackexchange.com%2fquestions%2f195090%2fsub-subscripts-in-strings-cause-different-spacings-than-subscripts%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









            9












            $begingroup$

            The subscript is interpreted as Times[Subscript[H, 2], O], and Mathematica uses spaces to denote multiplication. You can work around this by using the ZeroWidthTimes option:



            enter image description here






            share|improve this answer









            $endgroup$












            • $begingroup$
              I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 21:48










            • $begingroup$
              @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
              $endgroup$
              – Carl Woll
              Apr 12 at 21:56











            • $begingroup$
              Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 22:17















            9












            $begingroup$

            The subscript is interpreted as Times[Subscript[H, 2], O], and Mathematica uses spaces to denote multiplication. You can work around this by using the ZeroWidthTimes option:



            enter image description here






            share|improve this answer









            $endgroup$












            • $begingroup$
              I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 21:48










            • $begingroup$
              @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
              $endgroup$
              – Carl Woll
              Apr 12 at 21:56











            • $begingroup$
              Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 22:17













            9












            9








            9





            $begingroup$

            The subscript is interpreted as Times[Subscript[H, 2], O], and Mathematica uses spaces to denote multiplication. You can work around this by using the ZeroWidthTimes option:



            enter image description here






            share|improve this answer









            $endgroup$



            The subscript is interpreted as Times[Subscript[H, 2], O], and Mathematica uses spaces to denote multiplication. You can work around this by using the ZeroWidthTimes option:



            enter image description here







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 12 at 20:29









            Carl WollCarl Woll

            74.6k3100194




            74.6k3100194











            • $begingroup$
              I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 21:48










            • $begingroup$
              @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
              $endgroup$
              – Carl Woll
              Apr 12 at 21:56











            • $begingroup$
              Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 22:17
















            • $begingroup$
              I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 21:48










            • $begingroup$
              @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
              $endgroup$
              – Carl Woll
              Apr 12 at 21:56











            • $begingroup$
              Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
              $endgroup$
              – Kevin Ausman
              Apr 12 at 22:17















            $begingroup$
            I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 21:48




            $begingroup$
            I appreciate this workaround. Unfortunately, this is one example of several where strings are getting parsed when I don't want them to. I learned (from you) that I could stop different coloration by using ShowAutoStyles->False. Here I learn that I can fix misdisplayed strings with ZeroWidthTimes->True. This is feeling like whack-a-mole. I keep finding places where my notation (Chemistry-specific) runs counter to Mathematica assumptions, and so I have to tell Mathematica to handle each differently, when what I would really like is to tell Mathematica to simply not parse strings. Period.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 21:48












            $begingroup$
            @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
            $endgroup$
            – Carl Woll
            Apr 12 at 21:56





            $begingroup$
            @KevinAusman The problem is that using subscripts inside of a string creates linear syntax, which is essentially the boxes of an expression. It is not a simple string.
            $endgroup$
            – Carl Woll
            Apr 12 at 21:56













            $begingroup$
            Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 22:17




            $begingroup$
            Fair enough. I guess I just don't see why a RowBox assumes that sequential boxes are multiplications. It makes sense to assume that if we have an expression, but not if it's in a string.
            $endgroup$
            – Kevin Ausman
            Apr 12 at 22:17











            1












            $begingroup$

            I don't know if this will suit your situation but if you just want to get the expression typeset correctly in, say, a label for graphics, you can do this;



            Subscript[X, Row[Subscript[H, 2], O]]


            typesetting






            share|improve this answer









            $endgroup$

















              1












              $begingroup$

              I don't know if this will suit your situation but if you just want to get the expression typeset correctly in, say, a label for graphics, you can do this;



              Subscript[X, Row[Subscript[H, 2], O]]


              typesetting






              share|improve this answer









              $endgroup$















                1












                1








                1





                $begingroup$

                I don't know if this will suit your situation but if you just want to get the expression typeset correctly in, say, a label for graphics, you can do this;



                Subscript[X, Row[Subscript[H, 2], O]]


                typesetting






                share|improve this answer









                $endgroup$



                I don't know if this will suit your situation but if you just want to get the expression typeset correctly in, say, a label for graphics, you can do this;



                Subscript[X, Row[Subscript[H, 2], O]]


                typesetting







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 13 at 3:58









                m_goldbergm_goldberg

                88.9k873200




                88.9k873200



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematica 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.

                    Use MathJax to format equations. MathJax reference.


                    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%2fmathematica.stackexchange.com%2fquestions%2f195090%2fsub-subscripts-in-strings-cause-different-spacings-than-subscripts%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

                    Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

                    Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

                    What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company