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
brackets
New contributor
add a comment |
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
brackets
New contributor
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
add a comment |
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
brackets
New contributor
does someone know how to make these "double" right brackets? I have not been able to find a solution.
Best,
Tiziano
brackets
brackets
New contributor
New contributor
New contributor
asked yesterday
Tiziano
62
62
New contributor
New contributor
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
add a comment |
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
add a comment |
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:
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}
add a comment |
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}
add a comment |
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:
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}
add a comment |
up vote
2
down vote
accepted
With reference to A lateral brace to group a set of equations with labels, here is an option:
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}
add a comment |
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:
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}
With reference to A lateral brace to group a set of equations with labels, here is an option:
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}
answered yesterday
Werner
431k599501628
431k599501628
add a comment |
add a comment |
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}
add a comment |
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}
add a comment |
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}
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}
answered yesterday
AboAmmar
31.1k22780
31.1k22780
add a comment |
add a comment |
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.
Tiziano is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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