subequations: How to continue numbering within subequation?
Let's assume we want to create one subequation
including four aligned single equations. The first two single equations should be numbered as 1a
and 1b
while the third and fourth one should continue the numbering of the previous one, but with new equation number as 2a
and 2b
.
Minimum Working Example (MWE):
documentclass{article}
usepackage{amsmath}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
end{document}
Screenshot of the result:
Questions:
- How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?
- Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?
equations numbering align amsmath subequations
|
show 3 more comments
Let's assume we want to create one subequation
including four aligned single equations. The first two single equations should be numbered as 1a
and 1b
while the third and fourth one should continue the numbering of the previous one, but with new equation number as 2a
and 2b
.
Minimum Working Example (MWE):
documentclass{article}
usepackage{amsmath}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
end{document}
Screenshot of the result:
Questions:
- How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?
- Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?
equations numbering align amsmath subequations
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
1
Split into twosubequations
.
– ferahfeza
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26
|
show 3 more comments
Let's assume we want to create one subequation
including four aligned single equations. The first two single equations should be numbered as 1a
and 1b
while the third and fourth one should continue the numbering of the previous one, but with new equation number as 2a
and 2b
.
Minimum Working Example (MWE):
documentclass{article}
usepackage{amsmath}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
end{document}
Screenshot of the result:
Questions:
- How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?
- Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?
equations numbering align amsmath subequations
Let's assume we want to create one subequation
including four aligned single equations. The first two single equations should be numbered as 1a
and 1b
while the third and fourth one should continue the numbering of the previous one, but with new equation number as 2a
and 2b
.
Minimum Working Example (MWE):
documentclass{article}
usepackage{amsmath}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
end{document}
Screenshot of the result:
Questions:
- How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?
- Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?
equations numbering align amsmath subequations
equations numbering align amsmath subequations
edited Apr 1 at 12:22
Dave
asked Apr 1 at 12:06
DaveDave
1,234619
1,234619
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
1
Split into twosubequations
.
– ferahfeza
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26
|
show 3 more comments
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
1
Split into twosubequations
.
– ferahfeza
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
1
1
Split into two
subequations
.– ferahfeza
Apr 1 at 12:23
Split into two
subequations
.– ferahfeza
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
3
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26
|
show 3 more comments
1 Answer
1
active
oldest
votes
I could not find the duplicate, so here is my attempt:
documentclass{article}
usepackage{amsmath}
newcommandStepSubequations{
stepcounter{parentequation}
gdeftheparentequation{arabic{parentequation}}
setcounter{equation}{0}
}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
begin{equation}
label{eq:1}
a=b
end{equation}
end{document}
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when usingdocumentclass{scrbook}
: Inscrbook
all equation numbers will follow the formatchapternumber.equationnumber
, but your example does not include thechapternumber
beforeequationnumber
. Is there an option to fix that?
– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition ofStepSubequations
, it is not that hard. Hint, you may want to addthechapter
somewhere.
– daleif
Apr 1 at 14:39
|
show 1 more comment
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f482575%2fsubequations-how-to-continue-numbering-within-subequation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I could not find the duplicate, so here is my attempt:
documentclass{article}
usepackage{amsmath}
newcommandStepSubequations{
stepcounter{parentequation}
gdeftheparentequation{arabic{parentequation}}
setcounter{equation}{0}
}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
begin{equation}
label{eq:1}
a=b
end{equation}
end{document}
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when usingdocumentclass{scrbook}
: Inscrbook
all equation numbers will follow the formatchapternumber.equationnumber
, but your example does not include thechapternumber
beforeequationnumber
. Is there an option to fix that?
– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition ofStepSubequations
, it is not that hard. Hint, you may want to addthechapter
somewhere.
– daleif
Apr 1 at 14:39
|
show 1 more comment
I could not find the duplicate, so here is my attempt:
documentclass{article}
usepackage{amsmath}
newcommandStepSubequations{
stepcounter{parentequation}
gdeftheparentequation{arabic{parentequation}}
setcounter{equation}{0}
}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
begin{equation}
label{eq:1}
a=b
end{equation}
end{document}
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when usingdocumentclass{scrbook}
: Inscrbook
all equation numbers will follow the formatchapternumber.equationnumber
, but your example does not include thechapternumber
beforeequationnumber
. Is there an option to fix that?
– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition ofStepSubequations
, it is not that hard. Hint, you may want to addthechapter
somewhere.
– daleif
Apr 1 at 14:39
|
show 1 more comment
I could not find the duplicate, so here is my attempt:
documentclass{article}
usepackage{amsmath}
newcommandStepSubequations{
stepcounter{parentequation}
gdeftheparentequation{arabic{parentequation}}
setcounter{equation}{0}
}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
begin{equation}
label{eq:1}
a=b
end{equation}
end{document}
I could not find the duplicate, so here is my attempt:
documentclass{article}
usepackage{amsmath}
newcommandStepSubequations{
stepcounter{parentequation}
gdeftheparentequation{arabic{parentequation}}
setcounter{equation}{0}
}
begin{document}
begin{subequations}
begin{align}
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
end{align}
end{subequations}
begin{equation}
label{eq:1}
a=b
end{equation}
end{document}
answered Apr 1 at 12:27
daleifdaleif
33.7k255118
33.7k255118
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when usingdocumentclass{scrbook}
: Inscrbook
all equation numbers will follow the formatchapternumber.equationnumber
, but your example does not include thechapternumber
beforeequationnumber
. Is there an option to fix that?
– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition ofStepSubequations
, it is not that hard. Hint, you may want to addthechapter
somewhere.
– daleif
Apr 1 at 14:39
|
show 1 more comment
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when usingdocumentclass{scrbook}
: Inscrbook
all equation numbers will follow the formatchapternumber.equationnumber
, but your example does not include thechapternumber
beforeequationnumber
. Is there an option to fix that?
– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition ofStepSubequations
, it is not that hard. Hint, you may want to addthechapter
somewhere.
– daleif
Apr 1 at 14:39
1
1
Thank you very much! :-)
– Dave
Apr 1 at 12:28
Thank you very much! :-)
– Dave
Apr 1 at 12:28
1
1
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
Approved your code. :-)
– Sebastiano
Apr 1 at 12:29
1
1
Note that in egregs duplicated answer,
xdef
is used, where I here use gdef
, so look out for differences.– daleif
Apr 1 at 12:33
Note that in egregs duplicated answer,
xdef
is used, where I here use gdef
, so look out for differences.– daleif
Apr 1 at 12:33
@daleif: I think there is some little issue when using
documentclass{scrbook}
: In scrbook
all equation numbers will follow the format chapternumber.equationnumber
, but your example does not include the chapternumber
before equationnumber
. Is there an option to fix that?– Dave
Apr 1 at 14:27
@daleif: I think there is some little issue when using
documentclass{scrbook}
: In scrbook
all equation numbers will follow the format chapternumber.equationnumber
, but your example does not include the chapternumber
before equationnumber
. Is there an option to fix that?– Dave
Apr 1 at 14:27
@Dave see if you can guess what to change in the definition of
StepSubequations
, it is not that hard. Hint, you may want to add thechapter
somewhere.– daleif
Apr 1 at 14:39
@Dave see if you can guess what to change in the definition of
StepSubequations
, it is not that hard. Hint, you may want to add thechapter
somewhere.– daleif
Apr 1 at 14:39
|
show 1 more comment
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.
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%2f482575%2fsubequations-how-to-continue-numbering-within-subequation%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
I have removed my answer :-).
– Sebastiano
Apr 1 at 12:21
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
Apr 1 at 12:22
1
Split into two
subequations
.– ferahfeza
Apr 1 at 12:23
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
Apr 1 at 12:23
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
Apr 1 at 12:26