How to have two separate right curly bracket in align or equation environment?

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











up vote
4
down vote

favorite












I essentially want to get my equation to look like this, but can't quite get it. I've used drcases but then the alignment is difficult. I've also tried empheq, but still having issues. Any ideas?












share|improve this question

























    up vote
    4
    down vote

    favorite












    I essentially want to get my equation to look like this, but can't quite get it. I've used drcases but then the alignment is difficult. I've also tried empheq, but still having issues. Any ideas?












    share|improve this question























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      I essentially want to get my equation to look like this, but can't quite get it. I've used drcases but then the alignment is difficult. I've also tried empheq, but still having issues. Any ideas?












      share|improve this question













      I essentially want to get my equation to look like this, but can't quite get it. I've used drcases but then the alignment is difficult. I've also tried empheq, but still having issues. Any ideas?









      cases






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 26 at 18:13









      C.Hegg

      211




      211




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          5
          down vote













          You can use aligned inside dcases from the mathtools package. This is how the picture aligned.



          documentclass[a4paper]article
          usepackagemathtools

          begindocument

          beginequation
          begindcasesleft.
          beginaligned
          fracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
          fracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
          endaligned right }, quad t ne k_tau, & \
          left.
          beginaligned
          G(t^+) &= G(t) \
          I(t^+) &= I(t) + sigma
          endaligned right }, quad t = k_tau, &
          enddcases
          endequation

          enddocument


          enter image description here



          Update:



          You can also align all the equation at the = sign like this:



          documentclass[a4paper]article
          usepackagemathtools,calc

          newlengthlhs
          settowidthlhs $fracdG(t)dt$
          newcommandlhsbox[1]makebox[lhs][r]$displaystyle#1$

          begindocument

          beginequation
          begindcasesleft.
          beginaligned
          lhsboxfracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
          lhsboxfracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
          endaligned right }, quad t ne k_tau, & \
          left.
          beginaligned
          lhsboxG(t^+) &= G(t) \
          lhsboxI(t^+) &= I(t) + sigma
          endaligned right }, quad t = k_tau, &
          enddcases
          endequation

          enddocument


          enter image description here






          share|improve this answer






















          • That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
            – C.Hegg
            Nov 26 at 18:45










          • Yes, please see my update
            – AboAmmar
            Nov 26 at 18:52










          • Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
            – C.Hegg
            Nov 26 at 19:01

















          up vote
          3
          down vote













          The following uses eqparbox's eqmakebox[<tag>][<align>]<stuff> to ensure all <stuff> with the same <tag> is set in a box of maximum width with the appropriate <align>ment. This automates the process of aligning the equation left-hand sides:



          enter image description here



          documentclassarticle

          usepackagemathtools,eqparbox

          begindocument

          beginequation
          begindcases
          left. beginaligned
          & eqmakebox[LHS][r]$dfracmathrmdG(t)mathrmdt$
          = G_in - sigma_2 G - a left(c + fracmIn + I right) G + b \
          & eqmakebox[LHS][r]$dfracmathrmdI(t)mathrmdt$
          = fracsigma_1 G^2alpha_1^2 + G^2 - d_i I(t)
          endaligned right } quad t neq k_tau, \
          left. beginaligned
          & eqmakebox[LHS][r]$G(t^+)$ = G(t) \
          & eqmakebox[LHS][r]$I(t^+)$ = I(t) + sigma
          endaligned right } quad t = k_tau
          enddcases
          endequation

          enddocument





          share|improve this answer




















          • Perfect! thank you so much!
            – C.Hegg
            Nov 26 at 19:07

















          up vote
          2
          down vote













          Here's a solution that employs nested array environments.



          enter image description here



          documentclassarticle
          usepackagearray,booktabs
          newcolumntypeL>displaystylel
          begindocument
          [
          renewcommandarraystretch1.33
          setlengtharraycolsep0pt
          left
          beginarrayL
          left.
          beginarrayL
          a = ldfjdl;kfsja ;kfja;ksdljfa\
          b = asjfl;a ;adjfl;asj ;adjfals
          endarray
          right
          ,quad tne kr,. \ addlinespace
          left.
          beginarrayL
          c = jfdals;jkf\
          d = dsalfjasl;fja
          endarray
          right}
          ,quad t=kr,.
          endarray
          right.
          ]


          enddocument






          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: 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%2f461864%2fhow-to-have-two-separate-right-curly-bracket-in-align-or-equation-environment%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            5
            down vote













            You can use aligned inside dcases from the mathtools package. This is how the picture aligned.



            documentclass[a4paper]article
            usepackagemathtools

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            fracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            fracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            G(t^+) &= G(t) \
            I(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here



            Update:



            You can also align all the equation at the = sign like this:



            documentclass[a4paper]article
            usepackagemathtools,calc

            newlengthlhs
            settowidthlhs $fracdG(t)dt$
            newcommandlhsbox[1]makebox[lhs][r]$displaystyle#1$

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            lhsboxfracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            lhsboxfracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            lhsboxG(t^+) &= G(t) \
            lhsboxI(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here






            share|improve this answer






















            • That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
              – C.Hegg
              Nov 26 at 18:45










            • Yes, please see my update
              – AboAmmar
              Nov 26 at 18:52










            • Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
              – C.Hegg
              Nov 26 at 19:01














            up vote
            5
            down vote













            You can use aligned inside dcases from the mathtools package. This is how the picture aligned.



            documentclass[a4paper]article
            usepackagemathtools

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            fracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            fracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            G(t^+) &= G(t) \
            I(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here



            Update:



            You can also align all the equation at the = sign like this:



            documentclass[a4paper]article
            usepackagemathtools,calc

            newlengthlhs
            settowidthlhs $fracdG(t)dt$
            newcommandlhsbox[1]makebox[lhs][r]$displaystyle#1$

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            lhsboxfracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            lhsboxfracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            lhsboxG(t^+) &= G(t) \
            lhsboxI(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here






            share|improve this answer






















            • That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
              – C.Hegg
              Nov 26 at 18:45










            • Yes, please see my update
              – AboAmmar
              Nov 26 at 18:52










            • Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
              – C.Hegg
              Nov 26 at 19:01












            up vote
            5
            down vote










            up vote
            5
            down vote









            You can use aligned inside dcases from the mathtools package. This is how the picture aligned.



            documentclass[a4paper]article
            usepackagemathtools

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            fracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            fracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            G(t^+) &= G(t) \
            I(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here



            Update:



            You can also align all the equation at the = sign like this:



            documentclass[a4paper]article
            usepackagemathtools,calc

            newlengthlhs
            settowidthlhs $fracdG(t)dt$
            newcommandlhsbox[1]makebox[lhs][r]$displaystyle#1$

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            lhsboxfracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            lhsboxfracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            lhsboxG(t^+) &= G(t) \
            lhsboxI(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here






            share|improve this answer














            You can use aligned inside dcases from the mathtools package. This is how the picture aligned.



            documentclass[a4paper]article
            usepackagemathtools

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            fracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            fracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            G(t^+) &= G(t) \
            I(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here



            Update:



            You can also align all the equation at the = sign like this:



            documentclass[a4paper]article
            usepackagemathtools,calc

            newlengthlhs
            settowidthlhs $fracdG(t)dt$
            newcommandlhsbox[1]makebox[lhs][r]$displaystyle#1$

            begindocument

            beginequation
            begindcasesleft.
            beginaligned
            lhsboxfracdG(t)dt &= G_in - sigma_2G - aleft(c+fracmIn+Iright)G + b \
            lhsboxfracdI(t)dt &= fracsigma_1G^2alpha_1^2+G^2 - d_iI(t)
            endaligned right }, quad t ne k_tau, & \
            left.
            beginaligned
            lhsboxG(t^+) &= G(t) \
            lhsboxI(t^+) &= I(t) + sigma
            endaligned right }, quad t = k_tau, &
            enddcases
            endequation

            enddocument


            enter image description here







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 26 at 19:07

























            answered Nov 26 at 18:38









            AboAmmar

            31.7k22781




            31.7k22781











            • That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
              – C.Hegg
              Nov 26 at 18:45










            • Yes, please see my update
              – AboAmmar
              Nov 26 at 18:52










            • Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
              – C.Hegg
              Nov 26 at 19:01
















            • That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
              – C.Hegg
              Nov 26 at 18:45










            • Yes, please see my update
              – AboAmmar
              Nov 26 at 18:52










            • Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
              – C.Hegg
              Nov 26 at 19:01















            That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
            – C.Hegg
            Nov 26 at 18:45




            That looks really good. Is there anyway one could make the equals sign aligned instead of just flush left?
            – C.Hegg
            Nov 26 at 18:45












            Yes, please see my update
            – AboAmmar
            Nov 26 at 18:52




            Yes, please see my update
            – AboAmmar
            Nov 26 at 18:52












            Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
            – C.Hegg
            Nov 26 at 19:01




            Of course, what I meant is that the equal signs are only lined up in each aligned environment separately, I know this isnt what I asked, but if one of the equations we had an extra term on the LHS, then all 4 equal signs would no longer be aligned.
            – C.Hegg
            Nov 26 at 19:01










            up vote
            3
            down vote













            The following uses eqparbox's eqmakebox[<tag>][<align>]<stuff> to ensure all <stuff> with the same <tag> is set in a box of maximum width with the appropriate <align>ment. This automates the process of aligning the equation left-hand sides:



            enter image description here



            documentclassarticle

            usepackagemathtools,eqparbox

            begindocument

            beginequation
            begindcases
            left. beginaligned
            & eqmakebox[LHS][r]$dfracmathrmdG(t)mathrmdt$
            = G_in - sigma_2 G - a left(c + fracmIn + I right) G + b \
            & eqmakebox[LHS][r]$dfracmathrmdI(t)mathrmdt$
            = fracsigma_1 G^2alpha_1^2 + G^2 - d_i I(t)
            endaligned right } quad t neq k_tau, \
            left. beginaligned
            & eqmakebox[LHS][r]$G(t^+)$ = G(t) \
            & eqmakebox[LHS][r]$I(t^+)$ = I(t) + sigma
            endaligned right } quad t = k_tau
            enddcases
            endequation

            enddocument





            share|improve this answer




















            • Perfect! thank you so much!
              – C.Hegg
              Nov 26 at 19:07














            up vote
            3
            down vote













            The following uses eqparbox's eqmakebox[<tag>][<align>]<stuff> to ensure all <stuff> with the same <tag> is set in a box of maximum width with the appropriate <align>ment. This automates the process of aligning the equation left-hand sides:



            enter image description here



            documentclassarticle

            usepackagemathtools,eqparbox

            begindocument

            beginequation
            begindcases
            left. beginaligned
            & eqmakebox[LHS][r]$dfracmathrmdG(t)mathrmdt$
            = G_in - sigma_2 G - a left(c + fracmIn + I right) G + b \
            & eqmakebox[LHS][r]$dfracmathrmdI(t)mathrmdt$
            = fracsigma_1 G^2alpha_1^2 + G^2 - d_i I(t)
            endaligned right } quad t neq k_tau, \
            left. beginaligned
            & eqmakebox[LHS][r]$G(t^+)$ = G(t) \
            & eqmakebox[LHS][r]$I(t^+)$ = I(t) + sigma
            endaligned right } quad t = k_tau
            enddcases
            endequation

            enddocument





            share|improve this answer




















            • Perfect! thank you so much!
              – C.Hegg
              Nov 26 at 19:07












            up vote
            3
            down vote










            up vote
            3
            down vote









            The following uses eqparbox's eqmakebox[<tag>][<align>]<stuff> to ensure all <stuff> with the same <tag> is set in a box of maximum width with the appropriate <align>ment. This automates the process of aligning the equation left-hand sides:



            enter image description here



            documentclassarticle

            usepackagemathtools,eqparbox

            begindocument

            beginequation
            begindcases
            left. beginaligned
            & eqmakebox[LHS][r]$dfracmathrmdG(t)mathrmdt$
            = G_in - sigma_2 G - a left(c + fracmIn + I right) G + b \
            & eqmakebox[LHS][r]$dfracmathrmdI(t)mathrmdt$
            = fracsigma_1 G^2alpha_1^2 + G^2 - d_i I(t)
            endaligned right } quad t neq k_tau, \
            left. beginaligned
            & eqmakebox[LHS][r]$G(t^+)$ = G(t) \
            & eqmakebox[LHS][r]$I(t^+)$ = I(t) + sigma
            endaligned right } quad t = k_tau
            enddcases
            endequation

            enddocument





            share|improve this answer












            The following uses eqparbox's eqmakebox[<tag>][<align>]<stuff> to ensure all <stuff> with the same <tag> is set in a box of maximum width with the appropriate <align>ment. This automates the process of aligning the equation left-hand sides:



            enter image description here



            documentclassarticle

            usepackagemathtools,eqparbox

            begindocument

            beginequation
            begindcases
            left. beginaligned
            & eqmakebox[LHS][r]$dfracmathrmdG(t)mathrmdt$
            = G_in - sigma_2 G - a left(c + fracmIn + I right) G + b \
            & eqmakebox[LHS][r]$dfracmathrmdI(t)mathrmdt$
            = fracsigma_1 G^2alpha_1^2 + G^2 - d_i I(t)
            endaligned right } quad t neq k_tau, \
            left. beginaligned
            & eqmakebox[LHS][r]$G(t^+)$ = G(t) \
            & eqmakebox[LHS][r]$I(t^+)$ = I(t) + sigma
            endaligned right } quad t = k_tau
            enddcases
            endequation

            enddocument






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 26 at 18:54









            Werner

            433k609531635




            433k609531635











            • Perfect! thank you so much!
              – C.Hegg
              Nov 26 at 19:07
















            • Perfect! thank you so much!
              – C.Hegg
              Nov 26 at 19:07















            Perfect! thank you so much!
            – C.Hegg
            Nov 26 at 19:07




            Perfect! thank you so much!
            – C.Hegg
            Nov 26 at 19:07










            up vote
            2
            down vote













            Here's a solution that employs nested array environments.



            enter image description here



            documentclassarticle
            usepackagearray,booktabs
            newcolumntypeL>displaystylel
            begindocument
            [
            renewcommandarraystretch1.33
            setlengtharraycolsep0pt
            left
            beginarrayL
            left.
            beginarrayL
            a = ldfjdl;kfsja ;kfja;ksdljfa\
            b = asjfl;a ;adjfl;asj ;adjfals
            endarray
            right
            ,quad tne kr,. \ addlinespace
            left.
            beginarrayL
            c = jfdals;jkf\
            d = dsalfjasl;fja
            endarray
            right}
            ,quad t=kr,.
            endarray
            right.
            ]


            enddocument






            share|improve this answer
























              up vote
              2
              down vote













              Here's a solution that employs nested array environments.



              enter image description here



              documentclassarticle
              usepackagearray,booktabs
              newcolumntypeL>displaystylel
              begindocument
              [
              renewcommandarraystretch1.33
              setlengtharraycolsep0pt
              left
              beginarrayL
              left.
              beginarrayL
              a = ldfjdl;kfsja ;kfja;ksdljfa\
              b = asjfl;a ;adjfl;asj ;adjfals
              endarray
              right
              ,quad tne kr,. \ addlinespace
              left.
              beginarrayL
              c = jfdals;jkf\
              d = dsalfjasl;fja
              endarray
              right}
              ,quad t=kr,.
              endarray
              right.
              ]


              enddocument






              share|improve this answer






















                up vote
                2
                down vote










                up vote
                2
                down vote









                Here's a solution that employs nested array environments.



                enter image description here



                documentclassarticle
                usepackagearray,booktabs
                newcolumntypeL>displaystylel
                begindocument
                [
                renewcommandarraystretch1.33
                setlengtharraycolsep0pt
                left
                beginarrayL
                left.
                beginarrayL
                a = ldfjdl;kfsja ;kfja;ksdljfa\
                b = asjfl;a ;adjfl;asj ;adjfals
                endarray
                right
                ,quad tne kr,. \ addlinespace
                left.
                beginarrayL
                c = jfdals;jkf\
                d = dsalfjasl;fja
                endarray
                right}
                ,quad t=kr,.
                endarray
                right.
                ]


                enddocument






                share|improve this answer












                Here's a solution that employs nested array environments.



                enter image description here



                documentclassarticle
                usepackagearray,booktabs
                newcolumntypeL>displaystylel
                begindocument
                [
                renewcommandarraystretch1.33
                setlengtharraycolsep0pt
                left
                beginarrayL
                left.
                beginarrayL
                a = ldfjdl;kfsja ;kfja;ksdljfa\
                b = asjfl;a ;adjfl;asj ;adjfals
                endarray
                right
                ,quad tne kr,. \ addlinespace
                left.
                beginarrayL
                c = jfdals;jkf\
                d = dsalfjasl;fja
                endarray
                right}
                ,quad t=kr,.
                endarray
                right.
                ]


                enddocument







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 26 at 18:47









                Mico

                271k30367755




                271k30367755



























                    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%2f461864%2fhow-to-have-two-separate-right-curly-bracket-in-align-or-equation-environment%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

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay