How to make an equation system with right brackets on “two levels”











up vote
0
down vote

favorite












does someone know how to make these "double" right brackets? I have not been able to find a solution.



Best,
Tiziano



enter image description here










share|improve this question







New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What type of alignment is needed across the equations?
    – Werner
    yesterday










  • Related: A lateral brace to group a set of equations with labels
    – Werner
    yesterday















up vote
0
down vote

favorite












does someone know how to make these "double" right brackets? I have not been able to find a solution.



Best,
Tiziano



enter image description here










share|improve this question







New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    What type of alignment is needed across the equations?
    – Werner
    yesterday










  • Related: A lateral brace to group a set of equations with labels
    – Werner
    yesterday













up vote
0
down vote

favorite









up vote
0
down vote

favorite











does someone know how to make these "double" right brackets? I have not been able to find a solution.



Best,
Tiziano



enter image description here










share|improve this question







New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











does someone know how to make these "double" right brackets? I have not been able to find a solution.



Best,
Tiziano



enter image description here







brackets






share|improve this question







New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Tiziano

62




62




New contributor




Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Tiziano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    What type of alignment is needed across the equations?
    – Werner
    yesterday










  • Related: A lateral brace to group a set of equations with labels
    – Werner
    yesterday














  • 1




    What type of alignment is needed across the equations?
    – Werner
    yesterday










  • Related: A lateral brace to group a set of equations with labels
    – Werner
    yesterday








1




1




What type of alignment is needed across the equations?
– Werner
yesterday




What type of alignment is needed across the equations?
– Werner
yesterday












Related: A lateral brace to group a set of equations with labels
– Werner
yesterday




Related: A lateral brace to group a set of equations with labels
– Werner
yesterday










2 Answers
2






active

oldest

votes

















up vote
2
down vote



accepted










With reference to A lateral brace to group a set of equations with labels, here is an option:



enter image description here



documentclass{article}

usepackage{amsmath,empheq,amssymb,zref-savepos}

begin{document}

begin{empheq}[right={empheqrbrace forall t in mathbb{N}}]{align}
f(x) &= ax^2 + bx + czsaveposy{top}
raisebox{-.5dimexprzposy{top}sp-zposy{bot}sp}[0pt][0pt]{$
hspace{15pt}left.rule{0pt}{dimexprzposy{top}sp-zposy{bot}sp}right} forall i in mathbb{N}
$} \
ax^2 + bx + c &= g(x)zsaveposy{bot} \
h(x) &= dx^3 + ex^2 + fx + h hspace{35pt} \
dx^3 + ex^2 + fx + h &= i(x)
end{empheq}

end{document}





share|improve this answer




























    up vote
    1
    down vote













    tikz can be useful for this task, because the braces are nested such that using empheq won't be easy. Using an overlay picture, the braces don't interfere with how the equations are laid out.



    documentclass{article}
    usepackage{amsmath,tikz}
    begin{document}

    newcommand{tkzmark}[1]{tikz[remember picture, overlay]{coordinate(#1);}}

    begin{align}
    eq1tkzmark{0} \
    eq2tkzmark{1} \
    eq3 \
    eq4
    end{align}

    begin{tikzpicture}[remember picture, overlay]
    node at ([shift={(.5em,-.5em)}]0)[right] {$left.rule{0pt}{1.2baselineskip}right} forall i in N$};
    node at ([shift={(5em,-.5em)}]1)[right] {$left.rule{0pt}{2.5baselineskip}right} forall t in N$};
    end{tikzpicture}

    end{document}



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


      }
      });






      Tiziano is a new contributor. Be nice, and check out our Code of Conduct.










       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461451%2fhow-to-make-an-equation-system-with-right-brackets-on-two-levels%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
      2
      down vote



      accepted










      With reference to A lateral brace to group a set of equations with labels, here is an option:



      enter image description here



      documentclass{article}

      usepackage{amsmath,empheq,amssymb,zref-savepos}

      begin{document}

      begin{empheq}[right={empheqrbrace forall t in mathbb{N}}]{align}
      f(x) &= ax^2 + bx + czsaveposy{top}
      raisebox{-.5dimexprzposy{top}sp-zposy{bot}sp}[0pt][0pt]{$
      hspace{15pt}left.rule{0pt}{dimexprzposy{top}sp-zposy{bot}sp}right} forall i in mathbb{N}
      $} \
      ax^2 + bx + c &= g(x)zsaveposy{bot} \
      h(x) &= dx^3 + ex^2 + fx + h hspace{35pt} \
      dx^3 + ex^2 + fx + h &= i(x)
      end{empheq}

      end{document}





      share|improve this answer

























        up vote
        2
        down vote



        accepted










        With reference to A lateral brace to group a set of equations with labels, here is an option:



        enter image description here



        documentclass{article}

        usepackage{amsmath,empheq,amssymb,zref-savepos}

        begin{document}

        begin{empheq}[right={empheqrbrace forall t in mathbb{N}}]{align}
        f(x) &= ax^2 + bx + czsaveposy{top}
        raisebox{-.5dimexprzposy{top}sp-zposy{bot}sp}[0pt][0pt]{$
        hspace{15pt}left.rule{0pt}{dimexprzposy{top}sp-zposy{bot}sp}right} forall i in mathbb{N}
        $} \
        ax^2 + bx + c &= g(x)zsaveposy{bot} \
        h(x) &= dx^3 + ex^2 + fx + h hspace{35pt} \
        dx^3 + ex^2 + fx + h &= i(x)
        end{empheq}

        end{document}





        share|improve this answer























          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          With reference to A lateral brace to group a set of equations with labels, here is an option:



          enter image description here



          documentclass{article}

          usepackage{amsmath,empheq,amssymb,zref-savepos}

          begin{document}

          begin{empheq}[right={empheqrbrace forall t in mathbb{N}}]{align}
          f(x) &= ax^2 + bx + czsaveposy{top}
          raisebox{-.5dimexprzposy{top}sp-zposy{bot}sp}[0pt][0pt]{$
          hspace{15pt}left.rule{0pt}{dimexprzposy{top}sp-zposy{bot}sp}right} forall i in mathbb{N}
          $} \
          ax^2 + bx + c &= g(x)zsaveposy{bot} \
          h(x) &= dx^3 + ex^2 + fx + h hspace{35pt} \
          dx^3 + ex^2 + fx + h &= i(x)
          end{empheq}

          end{document}





          share|improve this answer












          With reference to A lateral brace to group a set of equations with labels, here is an option:



          enter image description here



          documentclass{article}

          usepackage{amsmath,empheq,amssymb,zref-savepos}

          begin{document}

          begin{empheq}[right={empheqrbrace forall t in mathbb{N}}]{align}
          f(x) &= ax^2 + bx + czsaveposy{top}
          raisebox{-.5dimexprzposy{top}sp-zposy{bot}sp}[0pt][0pt]{$
          hspace{15pt}left.rule{0pt}{dimexprzposy{top}sp-zposy{bot}sp}right} forall i in mathbb{N}
          $} \
          ax^2 + bx + c &= g(x)zsaveposy{bot} \
          h(x) &= dx^3 + ex^2 + fx + h hspace{35pt} \
          dx^3 + ex^2 + fx + h &= i(x)
          end{empheq}

          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          Werner

          431k599501628




          431k599501628






















              up vote
              1
              down vote













              tikz can be useful for this task, because the braces are nested such that using empheq won't be easy. Using an overlay picture, the braces don't interfere with how the equations are laid out.



              documentclass{article}
              usepackage{amsmath,tikz}
              begin{document}

              newcommand{tkzmark}[1]{tikz[remember picture, overlay]{coordinate(#1);}}

              begin{align}
              eq1tkzmark{0} \
              eq2tkzmark{1} \
              eq3 \
              eq4
              end{align}

              begin{tikzpicture}[remember picture, overlay]
              node at ([shift={(.5em,-.5em)}]0)[right] {$left.rule{0pt}{1.2baselineskip}right} forall i in N$};
              node at ([shift={(5em,-.5em)}]1)[right] {$left.rule{0pt}{2.5baselineskip}right} forall t in N$};
              end{tikzpicture}

              end{document}



              enter image description here







              share|improve this answer

























                up vote
                1
                down vote













                tikz can be useful for this task, because the braces are nested such that using empheq won't be easy. Using an overlay picture, the braces don't interfere with how the equations are laid out.



                documentclass{article}
                usepackage{amsmath,tikz}
                begin{document}

                newcommand{tkzmark}[1]{tikz[remember picture, overlay]{coordinate(#1);}}

                begin{align}
                eq1tkzmark{0} \
                eq2tkzmark{1} \
                eq3 \
                eq4
                end{align}

                begin{tikzpicture}[remember picture, overlay]
                node at ([shift={(.5em,-.5em)}]0)[right] {$left.rule{0pt}{1.2baselineskip}right} forall i in N$};
                node at ([shift={(5em,-.5em)}]1)[right] {$left.rule{0pt}{2.5baselineskip}right} forall t in N$};
                end{tikzpicture}

                end{document}



                enter image description here







                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  tikz can be useful for this task, because the braces are nested such that using empheq won't be easy. Using an overlay picture, the braces don't interfere with how the equations are laid out.



                  documentclass{article}
                  usepackage{amsmath,tikz}
                  begin{document}

                  newcommand{tkzmark}[1]{tikz[remember picture, overlay]{coordinate(#1);}}

                  begin{align}
                  eq1tkzmark{0} \
                  eq2tkzmark{1} \
                  eq3 \
                  eq4
                  end{align}

                  begin{tikzpicture}[remember picture, overlay]
                  node at ([shift={(.5em,-.5em)}]0)[right] {$left.rule{0pt}{1.2baselineskip}right} forall i in N$};
                  node at ([shift={(5em,-.5em)}]1)[right] {$left.rule{0pt}{2.5baselineskip}right} forall t in N$};
                  end{tikzpicture}

                  end{document}



                  enter image description here







                  share|improve this answer












                  tikz can be useful for this task, because the braces are nested such that using empheq won't be easy. Using an overlay picture, the braces don't interfere with how the equations are laid out.



                  documentclass{article}
                  usepackage{amsmath,tikz}
                  begin{document}

                  newcommand{tkzmark}[1]{tikz[remember picture, overlay]{coordinate(#1);}}

                  begin{align}
                  eq1tkzmark{0} \
                  eq2tkzmark{1} \
                  eq3 \
                  eq4
                  end{align}

                  begin{tikzpicture}[remember picture, overlay]
                  node at ([shift={(.5em,-.5em)}]0)[right] {$left.rule{0pt}{1.2baselineskip}right} forall i in N$};
                  node at ([shift={(5em,-.5em)}]1)[right] {$left.rule{0pt}{2.5baselineskip}right} forall t in N$};
                  end{tikzpicture}

                  end{document}



                  enter image description here








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered yesterday









                  AboAmmar

                  31.1k22780




                  31.1k22780






















                      Tiziano is a new contributor. Be nice, and check out our Code of Conduct.










                       

                      draft saved


                      draft discarded


















                      Tiziano is a new contributor. Be nice, and check out our Code of Conduct.













                      Tiziano is a new contributor. Be nice, and check out our Code of Conduct.












                      Tiziano is a new contributor. Be nice, and check out our Code of Conduct.















                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461451%2fhow-to-make-an-equation-system-with-right-brackets-on-two-levels%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

                      サソリ

                      広島県道265号伴広島線

                      Setup Asymptote in Texstudio