To which atoms correspond left and right in showlists?What's the right space to right the alignment of a right aligned align environment?Mixing math character classes (e.g. mathord to the left and mathrel to the right)limits and biggllparenHow TeX reads what you typeHow to make existing strut-based code work with accented letters?Why do we need ldots?What state changes are caused by input?'a^^Mb' isn't equivalent to 'a<return>b'; instead throws pdftex into an extended modeHow is the TeX engine informed of the OS's end-of-line marker and file encoding?Understanding Brace HacksLine breaks and alignment in table cells with math environment

Write an interpreter for *

Wherein the Shatapatha Brahmana it was mentioned about 8.64 lakh alphabets in Vedas?

Trying to write a shell script that keeps testing a server remotely, but it keeps falling in else statement when I logout

Russian equivalents of "We would never hear the end of it"

Different inverter (logic gate) symbols

Why do funding agencies like the NSF not publish accepted grants?

How should an administrative assistant reply to student addressing them as "Professor" or "Doctor"?

How to create all combinations from a nested list while preserving the structure using R?

Is Calculus necessary for computer science student?

What is the maximum number of PC-controlled undead?

Should you play baroque pieces a semitone lower?

I accidentally overwrote a Linux binary file

Help evaluating integral (anything simple that I am missing?)

How quickly could a country build a tall concrete wall around a city?

How does 'AND' distribute over 'OR' (Set Theory)?

How are you supposed to know the strumming pattern for a song from the "chord sheet music"?

What skills in 5e give trap knowledge (i.e. the equivalent of Dungeoneering in 4e)?

If "more guns less crime", how do gun advocates explain that the EU has less crime than the US?

Is refreshing multiple times a test case for web applications?

How can I iterate this process?

What gave Harry Potter the idea of writing in Tom Riddle's diary?

how to differentiate when a child lwc component is called twice in parent component?

Three legged NOT gate? What is this symbol?

What does "sardine box" mean?



To which atoms correspond left and right in showlists?


What's the right space to right the alignment of a right aligned align environment?Mixing math character classes (e.g. mathord to the left and mathrel to the right)limits and biggllparenHow TeX reads what you typeHow to make existing strut-based code work with accented letters?Why do we need ldots?What state changes are caused by input?'a^^Mb' isn't equivalent to 'a<return>b'; instead throws pdftex into an extended modeHow is the TeX engine informed of the OS's end-of-line marker and file encoding?Understanding Brace HacksLine breaks and alignment in table cells with math environment






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








9















This is the input:



$left|-inftyright|showlists$
end


This is the output:



mathinner
.left"26A30C
.mathbin
..fam2 ^^@
.mathord
..fam2 1
.right"26A30C


It is not clear to what atoms correspond left"26A30C and right"26A30C.
It cannot be Open and Close, because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *).










share|improve this question
































    9















    This is the input:



    $left|-inftyright|showlists$
    end


    This is the output:



    mathinner
    .left"26A30C
    .mathbin
    ..fam2 ^^@
    .mathord
    ..fam2 1
    .right"26A30C


    It is not clear to what atoms correspond left"26A30C and right"26A30C.
    It cannot be Open and Close, because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *).










    share|improve this question




























      9












      9








      9








      This is the input:



      $left|-inftyright|showlists$
      end


      This is the output:



      mathinner
      .left"26A30C
      .mathbin
      ..fam2 ^^@
      .mathord
      ..fam2 1
      .right"26A30C


      It is not clear to what atoms correspond left"26A30C and right"26A30C.
      It cannot be Open and Close, because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *).










      share|improve this question
















      This is the input:



      $left|-inftyright|showlists$
      end


      This is the output:



      mathinner
      .left"26A30C
      .mathbin
      ..fam2 ^^@
      .mathord
      ..fam2 1
      .right"26A30C


      It is not clear to what atoms correspond left"26A30C and right"26A30C.
      It cannot be Open and Close, because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *).







      math-mode tex-core






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 31 at 6:33









      Mico

      301k33 gold badges412 silver badges818 bronze badges




      301k33 gold badges412 silver badges818 bronze badges










      asked Jul 31 at 3:40









      Igor LiferenkoIgor Liferenko

      2,7648 silver badges31 bronze badges




      2,7648 silver badges31 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          7














          You wrote,




          [The status of left|] cannot be Open ..., because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *)




          This interpretation of the table on p. 170 of the TeXbook is not entirely correct. See, e.g., @egreg's [who else?!] follow-up comment to me below his answer to the question What's the right space to right the alignment of a right aligned align environment?.



          The better way to interpret the meaning of * in the table on p. 170 of the TeXbook is this: If TeX encounters an "impossible combination" -- such as open followed by bin -- then the status of the bin atom is changed to ord.



          Let's apply this to left|-inftyright|:



          • left| has status mathopen.


          • - has status mathbin by default. However, because open/bin is an "impossible" combination, the status of - is changed to ord. Observe that the end result is exactly as it should be, since - is a unary operator, not a binary operator, in the formula at hand.


          • infty has status ord. No problem either, since no extra space is inserted between - and infty -- as is appropriate for a unary operator.


          • right| has status mathclose; still no problem.






          share|improve this answer


































            6














            If you modify your example into



            tracingonline=1 showboxdepth=maxdimen showboxbreadth=maxdimen

            $mathopen|-inftymathclose| left|-inftyright|showlists$showlists
            end


            you get on the terminal



            ### math mode entered at line 3
            mathopen
            .fam2 j
            mathbin
            .fam2 ^^@
            mathord
            .fam2 1
            mathclose
            .fam2 j
            mathinner
            .left"26A30C
            .mathbin
            ..fam2 ^^@
            .mathord
            ..fam2 1
            .right"26A30C


            which should answer your question: the “change” of the mathbin atom happens later, when spaces are being inserted during the conversion of the math list to a horizontal list. Indeed, the second showlists yields



            ### horizontal mode entered at line 3
            hbox(0.0+0.0)x20.0
            mathon
            tensy j
            tensy ^^@
            tensy 1
            tensy j
            glue(thinmuskip) 1.66663
            hbox(7.5+2.5)x23.33339
            .hbox(7.5+2.5)x2.77779
            ..tensy j
            .tensy ^^@
            .tensy 1
            .hbox(7.5+2.5)x2.77779
            ..tensy j
            mathoff


            Note that the ASCII code of j is "6A, so in all cases the same glyph is used to realize the vertical bar.






            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%2f502202%2fto-which-atoms-correspond-left-and-right-in-showlists%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









              7














              You wrote,




              [The status of left|] cannot be Open ..., because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *)




              This interpretation of the table on p. 170 of the TeXbook is not entirely correct. See, e.g., @egreg's [who else?!] follow-up comment to me below his answer to the question What's the right space to right the alignment of a right aligned align environment?.



              The better way to interpret the meaning of * in the table on p. 170 of the TeXbook is this: If TeX encounters an "impossible combination" -- such as open followed by bin -- then the status of the bin atom is changed to ord.



              Let's apply this to left|-inftyright|:



              • left| has status mathopen.


              • - has status mathbin by default. However, because open/bin is an "impossible" combination, the status of - is changed to ord. Observe that the end result is exactly as it should be, since - is a unary operator, not a binary operator, in the formula at hand.


              • infty has status ord. No problem either, since no extra space is inserted between - and infty -- as is appropriate for a unary operator.


              • right| has status mathclose; still no problem.






              share|improve this answer































                7














                You wrote,




                [The status of left|] cannot be Open ..., because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *)




                This interpretation of the table on p. 170 of the TeXbook is not entirely correct. See, e.g., @egreg's [who else?!] follow-up comment to me below his answer to the question What's the right space to right the alignment of a right aligned align environment?.



                The better way to interpret the meaning of * in the table on p. 170 of the TeXbook is this: If TeX encounters an "impossible combination" -- such as open followed by bin -- then the status of the bin atom is changed to ord.



                Let's apply this to left|-inftyright|:



                • left| has status mathopen.


                • - has status mathbin by default. However, because open/bin is an "impossible" combination, the status of - is changed to ord. Observe that the end result is exactly as it should be, since - is a unary operator, not a binary operator, in the formula at hand.


                • infty has status ord. No problem either, since no extra space is inserted between - and infty -- as is appropriate for a unary operator.


                • right| has status mathclose; still no problem.






                share|improve this answer





























                  7












                  7








                  7







                  You wrote,




                  [The status of left|] cannot be Open ..., because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *)




                  This interpretation of the table on p. 170 of the TeXbook is not entirely correct. See, e.g., @egreg's [who else?!] follow-up comment to me below his answer to the question What's the right space to right the alignment of a right aligned align environment?.



                  The better way to interpret the meaning of * in the table on p. 170 of the TeXbook is this: If TeX encounters an "impossible combination" -- such as open followed by bin -- then the status of the bin atom is changed to ord.



                  Let's apply this to left|-inftyright|:



                  • left| has status mathopen.


                  • - has status mathbin by default. However, because open/bin is an "impossible" combination, the status of - is changed to ord. Observe that the end result is exactly as it should be, since - is a unary operator, not a binary operator, in the formula at hand.


                  • infty has status ord. No problem either, since no extra space is inserted between - and infty -- as is appropriate for a unary operator.


                  • right| has status mathclose; still no problem.






                  share|improve this answer















                  You wrote,




                  [The status of left|] cannot be Open ..., because according to the table on p.170 of TeXbook Open cannot be followed by Bin (the table entry is *)




                  This interpretation of the table on p. 170 of the TeXbook is not entirely correct. See, e.g., @egreg's [who else?!] follow-up comment to me below his answer to the question What's the right space to right the alignment of a right aligned align environment?.



                  The better way to interpret the meaning of * in the table on p. 170 of the TeXbook is this: If TeX encounters an "impossible combination" -- such as open followed by bin -- then the status of the bin atom is changed to ord.



                  Let's apply this to left|-inftyright|:



                  • left| has status mathopen.


                  • - has status mathbin by default. However, because open/bin is an "impossible" combination, the status of - is changed to ord. Observe that the end result is exactly as it should be, since - is a unary operator, not a binary operator, in the formula at hand.


                  • infty has status ord. No problem either, since no extra space is inserted between - and infty -- as is appropriate for a unary operator.


                  • right| has status mathclose; still no problem.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Jul 31 at 4:52

























                  answered Jul 31 at 4:47









                  MicoMico

                  301k33 gold badges412 silver badges818 bronze badges




                  301k33 gold badges412 silver badges818 bronze badges


























                      6














                      If you modify your example into



                      tracingonline=1 showboxdepth=maxdimen showboxbreadth=maxdimen

                      $mathopen|-inftymathclose| left|-inftyright|showlists$showlists
                      end


                      you get on the terminal



                      ### math mode entered at line 3
                      mathopen
                      .fam2 j
                      mathbin
                      .fam2 ^^@
                      mathord
                      .fam2 1
                      mathclose
                      .fam2 j
                      mathinner
                      .left"26A30C
                      .mathbin
                      ..fam2 ^^@
                      .mathord
                      ..fam2 1
                      .right"26A30C


                      which should answer your question: the “change” of the mathbin atom happens later, when spaces are being inserted during the conversion of the math list to a horizontal list. Indeed, the second showlists yields



                      ### horizontal mode entered at line 3
                      hbox(0.0+0.0)x20.0
                      mathon
                      tensy j
                      tensy ^^@
                      tensy 1
                      tensy j
                      glue(thinmuskip) 1.66663
                      hbox(7.5+2.5)x23.33339
                      .hbox(7.5+2.5)x2.77779
                      ..tensy j
                      .tensy ^^@
                      .tensy 1
                      .hbox(7.5+2.5)x2.77779
                      ..tensy j
                      mathoff


                      Note that the ASCII code of j is "6A, so in all cases the same glyph is used to realize the vertical bar.






                      share|improve this answer





























                        6














                        If you modify your example into



                        tracingonline=1 showboxdepth=maxdimen showboxbreadth=maxdimen

                        $mathopen|-inftymathclose| left|-inftyright|showlists$showlists
                        end


                        you get on the terminal



                        ### math mode entered at line 3
                        mathopen
                        .fam2 j
                        mathbin
                        .fam2 ^^@
                        mathord
                        .fam2 1
                        mathclose
                        .fam2 j
                        mathinner
                        .left"26A30C
                        .mathbin
                        ..fam2 ^^@
                        .mathord
                        ..fam2 1
                        .right"26A30C


                        which should answer your question: the “change” of the mathbin atom happens later, when spaces are being inserted during the conversion of the math list to a horizontal list. Indeed, the second showlists yields



                        ### horizontal mode entered at line 3
                        hbox(0.0+0.0)x20.0
                        mathon
                        tensy j
                        tensy ^^@
                        tensy 1
                        tensy j
                        glue(thinmuskip) 1.66663
                        hbox(7.5+2.5)x23.33339
                        .hbox(7.5+2.5)x2.77779
                        ..tensy j
                        .tensy ^^@
                        .tensy 1
                        .hbox(7.5+2.5)x2.77779
                        ..tensy j
                        mathoff


                        Note that the ASCII code of j is "6A, so in all cases the same glyph is used to realize the vertical bar.






                        share|improve this answer



























                          6












                          6








                          6







                          If you modify your example into



                          tracingonline=1 showboxdepth=maxdimen showboxbreadth=maxdimen

                          $mathopen|-inftymathclose| left|-inftyright|showlists$showlists
                          end


                          you get on the terminal



                          ### math mode entered at line 3
                          mathopen
                          .fam2 j
                          mathbin
                          .fam2 ^^@
                          mathord
                          .fam2 1
                          mathclose
                          .fam2 j
                          mathinner
                          .left"26A30C
                          .mathbin
                          ..fam2 ^^@
                          .mathord
                          ..fam2 1
                          .right"26A30C


                          which should answer your question: the “change” of the mathbin atom happens later, when spaces are being inserted during the conversion of the math list to a horizontal list. Indeed, the second showlists yields



                          ### horizontal mode entered at line 3
                          hbox(0.0+0.0)x20.0
                          mathon
                          tensy j
                          tensy ^^@
                          tensy 1
                          tensy j
                          glue(thinmuskip) 1.66663
                          hbox(7.5+2.5)x23.33339
                          .hbox(7.5+2.5)x2.77779
                          ..tensy j
                          .tensy ^^@
                          .tensy 1
                          .hbox(7.5+2.5)x2.77779
                          ..tensy j
                          mathoff


                          Note that the ASCII code of j is "6A, so in all cases the same glyph is used to realize the vertical bar.






                          share|improve this answer













                          If you modify your example into



                          tracingonline=1 showboxdepth=maxdimen showboxbreadth=maxdimen

                          $mathopen|-inftymathclose| left|-inftyright|showlists$showlists
                          end


                          you get on the terminal



                          ### math mode entered at line 3
                          mathopen
                          .fam2 j
                          mathbin
                          .fam2 ^^@
                          mathord
                          .fam2 1
                          mathclose
                          .fam2 j
                          mathinner
                          .left"26A30C
                          .mathbin
                          ..fam2 ^^@
                          .mathord
                          ..fam2 1
                          .right"26A30C


                          which should answer your question: the “change” of the mathbin atom happens later, when spaces are being inserted during the conversion of the math list to a horizontal list. Indeed, the second showlists yields



                          ### horizontal mode entered at line 3
                          hbox(0.0+0.0)x20.0
                          mathon
                          tensy j
                          tensy ^^@
                          tensy 1
                          tensy j
                          glue(thinmuskip) 1.66663
                          hbox(7.5+2.5)x23.33339
                          .hbox(7.5+2.5)x2.77779
                          ..tensy j
                          .tensy ^^@
                          .tensy 1
                          .hbox(7.5+2.5)x2.77779
                          ..tensy j
                          mathoff


                          Note that the ASCII code of j is "6A, so in all cases the same glyph is used to realize the vertical bar.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jul 31 at 10:07









                          egregegreg

                          761k90 gold badges1988 silver badges3337 bronze badges




                          761k90 gold badges1988 silver badges3337 bronze badges






























                              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%2f502202%2fto-which-atoms-correspond-left-and-right-in-showlists%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

                              Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

                              Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

                              Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림