Adjusting the spaces to look better?











up vote
4
down vote

favorite












The following output looks so dense. Could you make it more loose in both vertical and horizontal?



MWE



documentclass[preview,border=12pt,12pt]{standalone}
usepackage{amsmath,xcolor}
lettempunderbrace
defunderbrace#1_#2{{color{red}temp{{color{black}#1}}_{#2}}}

begin{document}
$displaystyle
begin{aligned}
x^2+6x+10
&= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
&= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
&= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
&= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
&= (x+3)^2+1
end{aligned}
$
end{document}


enter image description here



Any constructive suggestions, advice, ideas, etc are always welcome!










share|improve this question


























    up vote
    4
    down vote

    favorite












    The following output looks so dense. Could you make it more loose in both vertical and horizontal?



    MWE



    documentclass[preview,border=12pt,12pt]{standalone}
    usepackage{amsmath,xcolor}
    lettempunderbrace
    defunderbrace#1_#2{{color{red}temp{{color{black}#1}}_{#2}}}

    begin{document}
    $displaystyle
    begin{aligned}
    x^2+6x+10
    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
    &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
    &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
    &= (x+3)^2+1
    end{aligned}
    $
    end{document}


    enter image description here



    Any constructive suggestions, advice, ideas, etc are always welcome!










    share|improve this question
























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      The following output looks so dense. Could you make it more loose in both vertical and horizontal?



      MWE



      documentclass[preview,border=12pt,12pt]{standalone}
      usepackage{amsmath,xcolor}
      lettempunderbrace
      defunderbrace#1_#2{{color{red}temp{{color{black}#1}}_{#2}}}

      begin{document}
      $displaystyle
      begin{aligned}
      x^2+6x+10
      &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
      &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
      &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
      &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
      &= (x+3)^2+1
      end{aligned}
      $
      end{document}


      enter image description here



      Any constructive suggestions, advice, ideas, etc are always welcome!










      share|improve this question













      The following output looks so dense. Could you make it more loose in both vertical and horizontal?



      MWE



      documentclass[preview,border=12pt,12pt]{standalone}
      usepackage{amsmath,xcolor}
      lettempunderbrace
      defunderbrace#1_#2{{color{red}temp{{color{black}#1}}_{#2}}}

      begin{document}
      $displaystyle
      begin{aligned}
      x^2+6x+10
      &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
      &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
      &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
      &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
      &= (x+3)^2+1
      end{aligned}
      $
      end{document}


      enter image description here



      Any constructive suggestions, advice, ideas, etc are always welcome!







      math-mode spacing






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 12 hours ago









      Artificial Stupidity

      5,11311039




      5,11311039






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          5
          down vote



          accepted










          I'd use mathstrut to cover the most common cases avoiding phantoms; also textcolor is better than color in math mode.



          You need to add {} in front of + to get decent spacing. I also added a couple of thin spaces for separating the braces.



          documentclass[border=12pt,12pt]{standalone}
          usepackage{amsmath,xcolor}

          letlatexunderbraceunderbrace
          defunderbrace#1_#2{%
          {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
          }

          begin{document}
          $displaystyle
          begin{aligned}
          x^2+6x+10
          &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} + 10\
          &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
          &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
          &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
          &= (x+3)^2+1
          end{aligned}
          $
          end{document}


          enter image description here



          A slightly better version where the space in front of the + is removed



          documentclass[border=12pt,12pt]{standalone}
          usepackage{amsmath,xcolor}

          letlatexunderbraceunderbrace
          defunderbrace#1_#2{%
          {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
          }
          newcommand{hplus}{{mspace{-medmuskip}}+}

          begin{document}
          $displaystyle
          begin{aligned}
          x^2+6x+10
          &= underbrace{x^2}_{a^2} underbrace{hplus 2x (3)}_{+2ab} + 10\
          &= underbrace{x^2}_{a^2} underbrace{hplus2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
          &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
          &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
          &= (x+3)^2+1
          end{aligned}
          $
          end{document}


          enter image description here






          share|improve this answer




























            up vote
            4
            down vote













            enter image description here



            documentclass[preview,border=12pt,12pt]{standalone}
            usepackage{amsmath,xcolor}
            lettempunderbrace
            defunderbrace#1_#2{{color{red}temp{{color{black}{strut}#1{}}}_{#2}}}

            begin{document}
            $displaystyle
            openup1jot
            begin{aligned}
            x^2+6x+10
            &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
            &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
            &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
            &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
            &= (x+3)^2+1
            end{aligned}
            $
            end{document}


            {} so + gets infix spacing, added strut so the braces are all at same depth, and added openup to increase the line spacing a bit.






            share|improve this answer





















            • your example doesn't use align* ??
              – David Carlisle
              12 hours ago






            • 1




              @ArtificialStupidity the same, before the environment
              – David Carlisle
              11 hours ago











            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464880%2fadjusting-the-spaces-to-look-better%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








            up vote
            5
            down vote



            accepted










            I'd use mathstrut to cover the most common cases avoiding phantoms; also textcolor is better than color in math mode.



            You need to add {} in front of + to get decent spacing. I also added a couple of thin spaces for separating the braces.



            documentclass[border=12pt,12pt]{standalone}
            usepackage{amsmath,xcolor}

            letlatexunderbraceunderbrace
            defunderbrace#1_#2{%
            {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
            }

            begin{document}
            $displaystyle
            begin{aligned}
            x^2+6x+10
            &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} + 10\
            &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
            &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
            &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
            &= (x+3)^2+1
            end{aligned}
            $
            end{document}


            enter image description here



            A slightly better version where the space in front of the + is removed



            documentclass[border=12pt,12pt]{standalone}
            usepackage{amsmath,xcolor}

            letlatexunderbraceunderbrace
            defunderbrace#1_#2{%
            {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
            }
            newcommand{hplus}{{mspace{-medmuskip}}+}

            begin{document}
            $displaystyle
            begin{aligned}
            x^2+6x+10
            &= underbrace{x^2}_{a^2} underbrace{hplus 2x (3)}_{+2ab} + 10\
            &= underbrace{x^2}_{a^2} underbrace{hplus2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
            &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
            &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
            &= (x+3)^2+1
            end{aligned}
            $
            end{document}


            enter image description here






            share|improve this answer

























              up vote
              5
              down vote



              accepted










              I'd use mathstrut to cover the most common cases avoiding phantoms; also textcolor is better than color in math mode.



              You need to add {} in front of + to get decent spacing. I also added a couple of thin spaces for separating the braces.



              documentclass[border=12pt,12pt]{standalone}
              usepackage{amsmath,xcolor}

              letlatexunderbraceunderbrace
              defunderbrace#1_#2{%
              {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
              }

              begin{document}
              $displaystyle
              begin{aligned}
              x^2+6x+10
              &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} + 10\
              &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
              &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
              &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
              &= (x+3)^2+1
              end{aligned}
              $
              end{document}


              enter image description here



              A slightly better version where the space in front of the + is removed



              documentclass[border=12pt,12pt]{standalone}
              usepackage{amsmath,xcolor}

              letlatexunderbraceunderbrace
              defunderbrace#1_#2{%
              {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
              }
              newcommand{hplus}{{mspace{-medmuskip}}+}

              begin{document}
              $displaystyle
              begin{aligned}
              x^2+6x+10
              &= underbrace{x^2}_{a^2} underbrace{hplus 2x (3)}_{+2ab} + 10\
              &= underbrace{x^2}_{a^2} underbrace{hplus2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
              &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
              &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
              &= (x+3)^2+1
              end{aligned}
              $
              end{document}


              enter image description here






              share|improve this answer























                up vote
                5
                down vote



                accepted







                up vote
                5
                down vote



                accepted






                I'd use mathstrut to cover the most common cases avoiding phantoms; also textcolor is better than color in math mode.



                You need to add {} in front of + to get decent spacing. I also added a couple of thin spaces for separating the braces.



                documentclass[border=12pt,12pt]{standalone}
                usepackage{amsmath,xcolor}

                letlatexunderbraceunderbrace
                defunderbrace#1_#2{%
                {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
                }

                begin{document}
                $displaystyle
                begin{aligned}
                x^2+6x+10
                &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} + 10\
                &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                &= (x+3)^2+1
                end{aligned}
                $
                end{document}


                enter image description here



                A slightly better version where the space in front of the + is removed



                documentclass[border=12pt,12pt]{standalone}
                usepackage{amsmath,xcolor}

                letlatexunderbraceunderbrace
                defunderbrace#1_#2{%
                {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
                }
                newcommand{hplus}{{mspace{-medmuskip}}+}

                begin{document}
                $displaystyle
                begin{aligned}
                x^2+6x+10
                &= underbrace{x^2}_{a^2} underbrace{hplus 2x (3)}_{+2ab} + 10\
                &= underbrace{x^2}_{a^2} underbrace{hplus2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                &= (x+3)^2+1
                end{aligned}
                $
                end{document}


                enter image description here






                share|improve this answer












                I'd use mathstrut to cover the most common cases avoiding phantoms; also textcolor is better than color in math mode.



                You need to add {} in front of + to get decent spacing. I also added a couple of thin spaces for separating the braces.



                documentclass[border=12pt,12pt]{standalone}
                usepackage{amsmath,xcolor}

                letlatexunderbraceunderbrace
                defunderbrace#1_#2{%
                {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
                }

                begin{document}
                $displaystyle
                begin{aligned}
                x^2+6x+10
                &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} + 10\
                &= underbrace{x^2}_{a^2} underbrace{{}+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                &= (x+3)^2+1
                end{aligned}
                $
                end{document}


                enter image description here



                A slightly better version where the space in front of the + is removed



                documentclass[border=12pt,12pt]{standalone}
                usepackage{amsmath,xcolor}

                letlatexunderbraceunderbrace
                defunderbrace#1_#2{%
                {,textcolor{red}{latexunderbrace{textcolor{black}{mathstrut#1}}_{#2}},}%
                }
                newcommand{hplus}{{mspace{-medmuskip}}+}

                begin{document}
                $displaystyle
                begin{aligned}
                x^2+6x+10
                &= underbrace{x^2}_{a^2} underbrace{hplus 2x (3)}_{+2ab} + 10\
                &= underbrace{x^2}_{a^2} underbrace{hplus2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                &= (x+3)^2+1
                end{aligned}
                $
                end{document}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 12 hours ago









                egreg

                704k8618763155




                704k8618763155






















                    up vote
                    4
                    down vote













                    enter image description here



                    documentclass[preview,border=12pt,12pt]{standalone}
                    usepackage{amsmath,xcolor}
                    lettempunderbrace
                    defunderbrace#1_#2{{color{red}temp{{color{black}{strut}#1{}}}_{#2}}}

                    begin{document}
                    $displaystyle
                    openup1jot
                    begin{aligned}
                    x^2+6x+10
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                    &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                    &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                    &= (x+3)^2+1
                    end{aligned}
                    $
                    end{document}


                    {} so + gets infix spacing, added strut so the braces are all at same depth, and added openup to increase the line spacing a bit.






                    share|improve this answer





















                    • your example doesn't use align* ??
                      – David Carlisle
                      12 hours ago






                    • 1




                      @ArtificialStupidity the same, before the environment
                      – David Carlisle
                      11 hours ago















                    up vote
                    4
                    down vote













                    enter image description here



                    documentclass[preview,border=12pt,12pt]{standalone}
                    usepackage{amsmath,xcolor}
                    lettempunderbrace
                    defunderbrace#1_#2{{color{red}temp{{color{black}{strut}#1{}}}_{#2}}}

                    begin{document}
                    $displaystyle
                    openup1jot
                    begin{aligned}
                    x^2+6x+10
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                    &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                    &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                    &= (x+3)^2+1
                    end{aligned}
                    $
                    end{document}


                    {} so + gets infix spacing, added strut so the braces are all at same depth, and added openup to increase the line spacing a bit.






                    share|improve this answer





















                    • your example doesn't use align* ??
                      – David Carlisle
                      12 hours ago






                    • 1




                      @ArtificialStupidity the same, before the environment
                      – David Carlisle
                      11 hours ago













                    up vote
                    4
                    down vote










                    up vote
                    4
                    down vote









                    enter image description here



                    documentclass[preview,border=12pt,12pt]{standalone}
                    usepackage{amsmath,xcolor}
                    lettempunderbrace
                    defunderbrace#1_#2{{color{red}temp{{color{black}{strut}#1{}}}_{#2}}}

                    begin{document}
                    $displaystyle
                    openup1jot
                    begin{aligned}
                    x^2+6x+10
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                    &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                    &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                    &= (x+3)^2+1
                    end{aligned}
                    $
                    end{document}


                    {} so + gets infix spacing, added strut so the braces are all at same depth, and added openup to increase the line spacing a bit.






                    share|improve this answer












                    enter image description here



                    documentclass[preview,border=12pt,12pt]{standalone}
                    usepackage{amsmath,xcolor}
                    lettempunderbrace
                    defunderbrace#1_#2{{color{red}temp{{color{black}{strut}#1{}}}_{#2}}}

                    begin{document}
                    $displaystyle
                    openup1jot
                    begin{aligned}
                    x^2+6x+10
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} + 10\
                    &= underbrace{x^2}_{a^2} underbrace{+2x (3)}_{+2ab} underbrace{+(3)^2 -(3)^2}_{+b^2-b^2} +10\
                    &= underbrace{x^2+2x(3)+(3)^2}_{a^2+2ab+b^2} -(3)^2 +10\
                    &= underbrace{(x+3)^2}_{(a+b)^2} -9 +10\
                    &= (x+3)^2+1
                    end{aligned}
                    $
                    end{document}


                    {} so + gets infix spacing, added strut so the braces are all at same depth, and added openup to increase the line spacing a bit.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 12 hours ago









                    David Carlisle

                    480k3811121848




                    480k3811121848












                    • your example doesn't use align* ??
                      – David Carlisle
                      12 hours ago






                    • 1




                      @ArtificialStupidity the same, before the environment
                      – David Carlisle
                      11 hours ago


















                    • your example doesn't use align* ??
                      – David Carlisle
                      12 hours ago






                    • 1




                      @ArtificialStupidity the same, before the environment
                      – David Carlisle
                      11 hours ago
















                    your example doesn't use align* ??
                    – David Carlisle
                    12 hours ago




                    your example doesn't use align* ??
                    – David Carlisle
                    12 hours ago




                    1




                    1




                    @ArtificialStupidity the same, before the environment
                    – David Carlisle
                    11 hours ago




                    @ArtificialStupidity the same, before the environment
                    – David Carlisle
                    11 hours ago


















                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f464880%2fadjusting-the-spaces-to-look-better%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei