Align boxed equation to the left margin

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











up vote
3
down vote

favorite












I am attempting to left align a boxed equation but I failed. Can you help me align this boxed equation to the left margin:? Thank you!



enter image description here



CODE



documentclassarticle
usepackagemathtools
usepackagemulticol
usepackageamssymb,amsthm
usepackageempheq

begindocument

beginflalign*
boxed
beginaligned
omega_r= & omega_msqrt1-2zeta^2\
textif quad & zeta<0.707
endaligned
endflalign*


enddocument









share|improve this question

























    up vote
    3
    down vote

    favorite












    I am attempting to left align a boxed equation but I failed. Can you help me align this boxed equation to the left margin:? Thank you!



    enter image description here



    CODE



    documentclassarticle
    usepackagemathtools
    usepackagemulticol
    usepackageamssymb,amsthm
    usepackageempheq

    begindocument

    beginflalign*
    boxed
    beginaligned
    omega_r= & omega_msqrt1-2zeta^2\
    textif quad & zeta<0.707
    endaligned
    endflalign*


    enddocument









    share|improve this question























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      I am attempting to left align a boxed equation but I failed. Can you help me align this boxed equation to the left margin:? Thank you!



      enter image description here



      CODE



      documentclassarticle
      usepackagemathtools
      usepackagemulticol
      usepackageamssymb,amsthm
      usepackageempheq

      begindocument

      beginflalign*
      boxed
      beginaligned
      omega_r= & omega_msqrt1-2zeta^2\
      textif quad & zeta<0.707
      endaligned
      endflalign*


      enddocument









      share|improve this question













      I am attempting to left align a boxed equation but I failed. Can you help me align this boxed equation to the left margin:? Thank you!



      enter image description here



      CODE



      documentclassarticle
      usepackagemathtools
      usepackagemulticol
      usepackageamssymb,amsthm
      usepackageempheq

      begindocument

      beginflalign*
      boxed
      beginaligned
      omega_r= & omega_msqrt1-2zeta^2\
      textif quad & zeta<0.707
      endaligned
      endflalign*


      enddocument






      horizontal-alignment equations box






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      Joe

      3,37631847




      3,37631847




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          Just add some dummy alignment points, to make flalign do its work on expanding spaces between columns.



          documentclassarticle
          usepackageamsmath

          usepackagelipsum % for context

          begindocument

          lipsum*[1]
          beginflalign*
          boxed
          beginaligned
          omega_r= & omega_msqrt1-2zeta^2\
          textif quad & zeta<0.707
          endaligned&&&
          endflalign*
          lipsum[2]

          enddocument


          I reduced the number of packages to the bare minimum needed (except for lipsum that provides the mock text).



          enter image description here






          share|improve this answer



























            up vote
            1
            down vote













            A solution with the fleqn environment from nccmath:



            documentclassarticle
            usepackageempheq, nccmath
            usepackage[showframe]geometry
            usepackagemulticol
            usepackageamssymb,amsthm
            usepackageempheq

            begindocument

            beginfleqn
            beginalign*
            boxed beginaligned
            omega_r= & omega_msqrt1-2zeta^2\
            textif quad & zeta<0.707
            endaligned
            endalign*
            endfleqn

            enddocument


            enter image description here






            share|improve this answer






















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "85"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              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%2f457031%2falign-boxed-equation-to-the-left-margin%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote













              Just add some dummy alignment points, to make flalign do its work on expanding spaces between columns.



              documentclassarticle
              usepackageamsmath

              usepackagelipsum % for context

              begindocument

              lipsum*[1]
              beginflalign*
              boxed
              beginaligned
              omega_r= & omega_msqrt1-2zeta^2\
              textif quad & zeta<0.707
              endaligned&&&
              endflalign*
              lipsum[2]

              enddocument


              I reduced the number of packages to the bare minimum needed (except for lipsum that provides the mock text).



              enter image description here






              share|improve this answer
























                up vote
                2
                down vote













                Just add some dummy alignment points, to make flalign do its work on expanding spaces between columns.



                documentclassarticle
                usepackageamsmath

                usepackagelipsum % for context

                begindocument

                lipsum*[1]
                beginflalign*
                boxed
                beginaligned
                omega_r= & omega_msqrt1-2zeta^2\
                textif quad & zeta<0.707
                endaligned&&&
                endflalign*
                lipsum[2]

                enddocument


                I reduced the number of packages to the bare minimum needed (except for lipsum that provides the mock text).



                enter image description here






                share|improve this answer






















                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  Just add some dummy alignment points, to make flalign do its work on expanding spaces between columns.



                  documentclassarticle
                  usepackageamsmath

                  usepackagelipsum % for context

                  begindocument

                  lipsum*[1]
                  beginflalign*
                  boxed
                  beginaligned
                  omega_r= & omega_msqrt1-2zeta^2\
                  textif quad & zeta<0.707
                  endaligned&&&
                  endflalign*
                  lipsum[2]

                  enddocument


                  I reduced the number of packages to the bare minimum needed (except for lipsum that provides the mock text).



                  enter image description here






                  share|improve this answer












                  Just add some dummy alignment points, to make flalign do its work on expanding spaces between columns.



                  documentclassarticle
                  usepackageamsmath

                  usepackagelipsum % for context

                  begindocument

                  lipsum*[1]
                  beginflalign*
                  boxed
                  beginaligned
                  omega_r= & omega_msqrt1-2zeta^2\
                  textif quad & zeta<0.707
                  endaligned&&&
                  endflalign*
                  lipsum[2]

                  enddocument


                  I reduced the number of packages to the bare minimum needed (except for lipsum that provides the mock text).



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 4 hours ago









                  egreg

                  692k8518433092




                  692k8518433092




















                      up vote
                      1
                      down vote













                      A solution with the fleqn environment from nccmath:



                      documentclassarticle
                      usepackageempheq, nccmath
                      usepackage[showframe]geometry
                      usepackagemulticol
                      usepackageamssymb,amsthm
                      usepackageempheq

                      begindocument

                      beginfleqn
                      beginalign*
                      boxed beginaligned
                      omega_r= & omega_msqrt1-2zeta^2\
                      textif quad & zeta<0.707
                      endaligned
                      endalign*
                      endfleqn

                      enddocument


                      enter image description here






                      share|improve this answer


























                        up vote
                        1
                        down vote













                        A solution with the fleqn environment from nccmath:



                        documentclassarticle
                        usepackageempheq, nccmath
                        usepackage[showframe]geometry
                        usepackagemulticol
                        usepackageamssymb,amsthm
                        usepackageempheq

                        begindocument

                        beginfleqn
                        beginalign*
                        boxed beginaligned
                        omega_r= & omega_msqrt1-2zeta^2\
                        textif quad & zeta<0.707
                        endaligned
                        endalign*
                        endfleqn

                        enddocument


                        enter image description here






                        share|improve this answer
























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          A solution with the fleqn environment from nccmath:



                          documentclassarticle
                          usepackageempheq, nccmath
                          usepackage[showframe]geometry
                          usepackagemulticol
                          usepackageamssymb,amsthm
                          usepackageempheq

                          begindocument

                          beginfleqn
                          beginalign*
                          boxed beginaligned
                          omega_r= & omega_msqrt1-2zeta^2\
                          textif quad & zeta<0.707
                          endaligned
                          endalign*
                          endfleqn

                          enddocument


                          enter image description here






                          share|improve this answer














                          A solution with the fleqn environment from nccmath:



                          documentclassarticle
                          usepackageempheq, nccmath
                          usepackage[showframe]geometry
                          usepackagemulticol
                          usepackageamssymb,amsthm
                          usepackageempheq

                          begindocument

                          beginfleqn
                          beginalign*
                          boxed beginaligned
                          omega_r= & omega_msqrt1-2zeta^2\
                          textif quad & zeta<0.707
                          endaligned
                          endalign*
                          endfleqn

                          enddocument


                          enter image description here







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 3 hours ago

























                          answered 4 hours ago









                          Bernard

                          159k765192




                          159k765192



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457031%2falign-boxed-equation-to-the-left-margin%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Comments

                              Popular posts from this blog

                              Long meetings (6-7 hours a day): Being “babysat” by supervisor

                              Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                              Confectionery