Why the various definitions of the thin space ,?Why is there a , space at the beginning of the “aligned” environment?Styling definitionsWhy is `strut` working in these scenarios?Necessity of nested text within math mode for proper mathchoice-based scalingHow can I insert a thin space (,) in a listing?Turn * into thin space for clearer math spacingAlways safe to use empty braces `` to guard space?unbreakable (thin) space inside « », for tex4htThin space between minus sign and numberHow to reduce the space between two definitions?

Quoting Keynes in a lecture

How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?

Why is the principal energy of an electron lower for excited electrons in a higher energy state?

Why would five hundred and five be same as one?

Difference between shutdown options

Is there a reason to prefer HFS+ over APFS for disk images in High Sierra and/or Mojave?

Why didn’t Eve recognize the little cockroach as a living organism?

How do I tell my boss that I'm quitting in 15 days (a colleague left this week)

Sound waves in different octaves

In One Punch Man, is King actually weak?

Identifying "long and narrow" polygons in with PostGIS

Deciphering cause of death?

Isometric embedding of a genus g surface

How to test the sharpness of a knife?

Can I run 125kHz RF circuit on a breadboard?

Do you waste sorcery points if you try to apply metamagic to a spell from a scroll but fail to cast it?

Why the various definitions of the thin space ,?

"Oh no!" in Latin

Should I warn a new PhD Student?

What is the smallest number n> 5 so that 5 ^ n ends with "3125"?

Telemetry for feature health

How to make a list of partial sums using forEach

Has the laser at Magurele, Romania reached a tenth of the Sun's power?

Sigmoid with a slope but no asymptotes?



Why the various definitions of the thin space ,?


Why is there a , space at the beginning of the “aligned” environment?Styling definitionsWhy is `strut` working in these scenarios?Necessity of nested text within math mode for proper mathchoice-based scalingHow can I insert a thin space (,) in a listing?Turn * into thin space for clearer math spacingAlways safe to use empty braces `` to guard space?unbreakable (thin) space inside « », for tex4htThin space between minus sign and numberHow to reduce the space between two definitions?













3















Knuths definition of , is mskipthinmuskip.



LaTeX changes this definition to



DeclareRobustCommand,%
relaxifmmodemskipthinmuskipelsethinspacefi

defthinspacekern .16667em


amsmath.sty says it's



DeclareRobustCommandtmspace[3]%
ifmmodemskip#1#2elsekern#1#3firelax
renewcommand,tmspace+thinmuskip.1667em


I might understand LaTeX's point to make a command usable also in text mode. But what's the point of the redefinition by amsmath?










share|improve this question




























    3















    Knuths definition of , is mskipthinmuskip.



    LaTeX changes this definition to



    DeclareRobustCommand,%
    relaxifmmodemskipthinmuskipelsethinspacefi

    defthinspacekern .16667em


    amsmath.sty says it's



    DeclareRobustCommandtmspace[3]%
    ifmmodemskip#1#2elsekern#1#3firelax
    renewcommand,tmspace+thinmuskip.1667em


    I might understand LaTeX's point to make a command usable also in text mode. But what's the point of the redefinition by amsmath?










    share|improve this question


























      3












      3








      3


      1






      Knuths definition of , is mskipthinmuskip.



      LaTeX changes this definition to



      DeclareRobustCommand,%
      relaxifmmodemskipthinmuskipelsethinspacefi

      defthinspacekern .16667em


      amsmath.sty says it's



      DeclareRobustCommandtmspace[3]%
      ifmmodemskip#1#2elsekern#1#3firelax
      renewcommand,tmspace+thinmuskip.1667em


      I might understand LaTeX's point to make a command usable also in text mode. But what's the point of the redefinition by amsmath?










      share|improve this question
















      Knuths definition of , is mskipthinmuskip.



      LaTeX changes this definition to



      DeclareRobustCommand,%
      relaxifmmodemskipthinmuskipelsethinspacefi

      defthinspacekern .16667em


      amsmath.sty says it's



      DeclareRobustCommandtmspace[3]%
      ifmmodemskip#1#2elsekern#1#3firelax
      renewcommand,tmspace+thinmuskip.1667em


      I might understand LaTeX's point to make a command usable also in text mode. But what's the point of the redefinition by amsmath?







      spacing amsmath






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 5 hours ago









      Sebastiano

      11.1k42164




      11.1k42164










      asked 5 hours ago









      user49915user49915

      617121




      617121




















          1 Answer
          1






          active

          oldest

          votes


















          4














          You should look at the full picture:



           152 │ ifxleavevmode@ifvmode@undefined
          153 │ DeclareRobustCommandtmspace[3]%
          154 │ ifmmodemskip#1#2elsekern#1#3firelax
          155 │ else
          156 │ DeclareRobustCommandtmspace[3]%
          157 │ ifmmodemskip#1#2elseleavevmode@ifvmodekern#1#3firelax
          158 │ fi
          159 │ renewcommand,tmspace+thinmuskip.1667em
          160 │ letthinspace,
          161 │ renewcommand!tmspace-thinmuskip.1667em
          162 │ letnegthinspace!
          163 │ renewcommand:tmspace+medmuskip.2222em
          164 │ letmedspace:
          165 │ newcommandnegmedspacetmspace-medmuskip.2222em
          166 │ renewcommand;tmspace+thickmuskip.2777em
          167 │ letthickspace;
          168 │ newcommandnegthickspacetmspace-thickmuskip.2777em


          The two definitions of tmspace are due to recent decisions to make such commands start paragraph mode anyway. With a recent LaTeX kernel the second one will be used.



          Contrast this with the code in the LaTeX kernel:



          1619 │ DeclareRobustCommand,%
          1620 │ relaxifmmodemskipthinmuskipelsethinspacefi
          1621 │

          1630 │ defthinspaceleavevmode@ifvmodekern .16667em
          1631 │ defnegthinspaceleavevmode@ifvmodekern-.16667em

          4543 │ def>mskipmedmuskip
          4544 │ def;mskipthickmuskip
          4545 │ def!mskip-thinmuskip

          4547 │ let:=>


          The approach of amsmath is much more rational and cleaner. They also provide text mode equivalent of all macros, whereas ! cannot be used in text mode if amsmath is not loaded, and similarly for the others. The final result will be essentially the same. However, a , command will be translated into tmspace+thinmuskip.1667em when written in an auxiliary file, instead of ,. Not really a big deal.






          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%2f480575%2fwhy-the-various-definitions-of-the-thin-space%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            You should look at the full picture:



             152 │ ifxleavevmode@ifvmode@undefined
            153 │ DeclareRobustCommandtmspace[3]%
            154 │ ifmmodemskip#1#2elsekern#1#3firelax
            155 │ else
            156 │ DeclareRobustCommandtmspace[3]%
            157 │ ifmmodemskip#1#2elseleavevmode@ifvmodekern#1#3firelax
            158 │ fi
            159 │ renewcommand,tmspace+thinmuskip.1667em
            160 │ letthinspace,
            161 │ renewcommand!tmspace-thinmuskip.1667em
            162 │ letnegthinspace!
            163 │ renewcommand:tmspace+medmuskip.2222em
            164 │ letmedspace:
            165 │ newcommandnegmedspacetmspace-medmuskip.2222em
            166 │ renewcommand;tmspace+thickmuskip.2777em
            167 │ letthickspace;
            168 │ newcommandnegthickspacetmspace-thickmuskip.2777em


            The two definitions of tmspace are due to recent decisions to make such commands start paragraph mode anyway. With a recent LaTeX kernel the second one will be used.



            Contrast this with the code in the LaTeX kernel:



            1619 │ DeclareRobustCommand,%
            1620 │ relaxifmmodemskipthinmuskipelsethinspacefi
            1621 │

            1630 │ defthinspaceleavevmode@ifvmodekern .16667em
            1631 │ defnegthinspaceleavevmode@ifvmodekern-.16667em

            4543 │ def>mskipmedmuskip
            4544 │ def;mskipthickmuskip
            4545 │ def!mskip-thinmuskip

            4547 │ let:=>


            The approach of amsmath is much more rational and cleaner. They also provide text mode equivalent of all macros, whereas ! cannot be used in text mode if amsmath is not loaded, and similarly for the others. The final result will be essentially the same. However, a , command will be translated into tmspace+thinmuskip.1667em when written in an auxiliary file, instead of ,. Not really a big deal.






            share|improve this answer



























              4














              You should look at the full picture:



               152 │ ifxleavevmode@ifvmode@undefined
              153 │ DeclareRobustCommandtmspace[3]%
              154 │ ifmmodemskip#1#2elsekern#1#3firelax
              155 │ else
              156 │ DeclareRobustCommandtmspace[3]%
              157 │ ifmmodemskip#1#2elseleavevmode@ifvmodekern#1#3firelax
              158 │ fi
              159 │ renewcommand,tmspace+thinmuskip.1667em
              160 │ letthinspace,
              161 │ renewcommand!tmspace-thinmuskip.1667em
              162 │ letnegthinspace!
              163 │ renewcommand:tmspace+medmuskip.2222em
              164 │ letmedspace:
              165 │ newcommandnegmedspacetmspace-medmuskip.2222em
              166 │ renewcommand;tmspace+thickmuskip.2777em
              167 │ letthickspace;
              168 │ newcommandnegthickspacetmspace-thickmuskip.2777em


              The two definitions of tmspace are due to recent decisions to make such commands start paragraph mode anyway. With a recent LaTeX kernel the second one will be used.



              Contrast this with the code in the LaTeX kernel:



              1619 │ DeclareRobustCommand,%
              1620 │ relaxifmmodemskipthinmuskipelsethinspacefi
              1621 │

              1630 │ defthinspaceleavevmode@ifvmodekern .16667em
              1631 │ defnegthinspaceleavevmode@ifvmodekern-.16667em

              4543 │ def>mskipmedmuskip
              4544 │ def;mskipthickmuskip
              4545 │ def!mskip-thinmuskip

              4547 │ let:=>


              The approach of amsmath is much more rational and cleaner. They also provide text mode equivalent of all macros, whereas ! cannot be used in text mode if amsmath is not loaded, and similarly for the others. The final result will be essentially the same. However, a , command will be translated into tmspace+thinmuskip.1667em when written in an auxiliary file, instead of ,. Not really a big deal.






              share|improve this answer

























                4












                4








                4







                You should look at the full picture:



                 152 │ ifxleavevmode@ifvmode@undefined
                153 │ DeclareRobustCommandtmspace[3]%
                154 │ ifmmodemskip#1#2elsekern#1#3firelax
                155 │ else
                156 │ DeclareRobustCommandtmspace[3]%
                157 │ ifmmodemskip#1#2elseleavevmode@ifvmodekern#1#3firelax
                158 │ fi
                159 │ renewcommand,tmspace+thinmuskip.1667em
                160 │ letthinspace,
                161 │ renewcommand!tmspace-thinmuskip.1667em
                162 │ letnegthinspace!
                163 │ renewcommand:tmspace+medmuskip.2222em
                164 │ letmedspace:
                165 │ newcommandnegmedspacetmspace-medmuskip.2222em
                166 │ renewcommand;tmspace+thickmuskip.2777em
                167 │ letthickspace;
                168 │ newcommandnegthickspacetmspace-thickmuskip.2777em


                The two definitions of tmspace are due to recent decisions to make such commands start paragraph mode anyway. With a recent LaTeX kernel the second one will be used.



                Contrast this with the code in the LaTeX kernel:



                1619 │ DeclareRobustCommand,%
                1620 │ relaxifmmodemskipthinmuskipelsethinspacefi
                1621 │

                1630 │ defthinspaceleavevmode@ifvmodekern .16667em
                1631 │ defnegthinspaceleavevmode@ifvmodekern-.16667em

                4543 │ def>mskipmedmuskip
                4544 │ def;mskipthickmuskip
                4545 │ def!mskip-thinmuskip

                4547 │ let:=>


                The approach of amsmath is much more rational and cleaner. They also provide text mode equivalent of all macros, whereas ! cannot be used in text mode if amsmath is not loaded, and similarly for the others. The final result will be essentially the same. However, a , command will be translated into tmspace+thinmuskip.1667em when written in an auxiliary file, instead of ,. Not really a big deal.






                share|improve this answer













                You should look at the full picture:



                 152 │ ifxleavevmode@ifvmode@undefined
                153 │ DeclareRobustCommandtmspace[3]%
                154 │ ifmmodemskip#1#2elsekern#1#3firelax
                155 │ else
                156 │ DeclareRobustCommandtmspace[3]%
                157 │ ifmmodemskip#1#2elseleavevmode@ifvmodekern#1#3firelax
                158 │ fi
                159 │ renewcommand,tmspace+thinmuskip.1667em
                160 │ letthinspace,
                161 │ renewcommand!tmspace-thinmuskip.1667em
                162 │ letnegthinspace!
                163 │ renewcommand:tmspace+medmuskip.2222em
                164 │ letmedspace:
                165 │ newcommandnegmedspacetmspace-medmuskip.2222em
                166 │ renewcommand;tmspace+thickmuskip.2777em
                167 │ letthickspace;
                168 │ newcommandnegthickspacetmspace-thickmuskip.2777em


                The two definitions of tmspace are due to recent decisions to make such commands start paragraph mode anyway. With a recent LaTeX kernel the second one will be used.



                Contrast this with the code in the LaTeX kernel:



                1619 │ DeclareRobustCommand,%
                1620 │ relaxifmmodemskipthinmuskipelsethinspacefi
                1621 │

                1630 │ defthinspaceleavevmode@ifvmodekern .16667em
                1631 │ defnegthinspaceleavevmode@ifvmodekern-.16667em

                4543 │ def>mskipmedmuskip
                4544 │ def;mskipthickmuskip
                4545 │ def!mskip-thinmuskip

                4547 │ let:=>


                The approach of amsmath is much more rational and cleaner. They also provide text mode equivalent of all macros, whereas ! cannot be used in text mode if amsmath is not loaded, and similarly for the others. The final result will be essentially the same. However, a , command will be translated into tmspace+thinmuskip.1667em when written in an auxiliary file, instead of ,. Not really a big deal.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                egregegreg

                728k8819233233




                728k8819233233



























                    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%2f480575%2fwhy-the-various-definitions-of-the-thin-space%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

                    Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

                    2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

                    Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?