subequations: How to continue numbering within subequation? The Next CEO of Stack OverflowEquation number with subequation for few equations in alignsubequations: How to continue numbering while considering scrbook numbering scheme?subequations: Equation numbering does not start with no. 1Nested subequations --> Following equations get wrong numbersNumber equations within arraymultiple subequations same line with referenceHow to reset numbering every new math block?Force the numbering of a specific equation when mathtools showonlyrefs is trueBlock of equations with only some being subequationsHow to create new environment based on subequationsNumbering in AlignHow to reuse an equation number and continue numbering from previous subequation environmentSubequations in one line with clubbed numbering
Early programmable calculators with RS-232
Is it OK to decorate a log book cover?
Can this transistor (2N2222) take 6 V on emitter-base? Am I reading the datasheet incorrectly?
How can the PCs determine if an item is a phylactery?
Finitely generated matrix groups whose eigenvalues are all algebraic
Is a linearly independent set whose span is dense a Schauder basis?
pgfplots: How to draw a tangent graph below two others?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Man transported from Alternate World into ours by a Neutrino Detector
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Which acid/base does a strong base/acid react when added to a buffer solution?
How seriously should I take size and weight limits of hand luggage?
Does the Idaho Potato Commission associate potato skins with healthy eating?
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
Why was Sir Cadogan fired?
What day is it again?
Can you teleport closer to a creature you are Frightened of?
Horror film about a man brought out of cryogenic suspension without a soul, around 1990
Can Sri Krishna be called 'a person'?
Free fall ellipse or parabola?
Is it possible to make a 9x9 table fit within the default margins?
What difference does it make matching a word with/without a trailing whitespace?
Why did early computer designers eschew integers?
How dangerous is XSS
subequations: How to continue numbering within subequation?
The Next CEO of Stack OverflowEquation number with subequation for few equations in alignsubequations: How to continue numbering while considering scrbook numbering scheme?subequations: Equation numbering does not start with no. 1Nested subequations --> Following equations get wrong numbersNumber equations within arraymultiple subequations same line with referenceHow to reset numbering every new math block?Force the numbering of a specific equation when mathtools showonlyrefs is trueBlock of equations with only some being subequationsHow to create new environment based on subequationsNumbering in AlignHow to reuse an equation number and continue numbering from previous subequation environmentSubequations in one line with clubbed numbering
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):
documentclassarticle
usepackageamsmath
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
enddocument
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):
documentclassarticle
usepackageamsmath
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
enddocument
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
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
1
Split into twosubequations
.
– ferahfeza
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago
|
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):
documentclassarticle
usepackageamsmath
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
enddocument
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):
documentclassarticle
usepackageamsmath
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
enddocument
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 14 hours ago
Dave
asked 15 hours ago
DaveDave
1,128619
1,128619
I have removed my answer :-).
– Sebastiano
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
1
Split into twosubequations
.
– ferahfeza
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago
|
show 3 more comments
I have removed my answer :-).
– Sebastiano
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
1
Split into twosubequations
.
– ferahfeza
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago
I have removed my answer :-).
– Sebastiano
14 hours ago
I have removed my answer :-).
– Sebastiano
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
1
1
Split into two
subequations
.– ferahfeza
14 hours ago
Split into two
subequations
.– ferahfeza
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
3
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago
|
show 3 more comments
1 Answer
1
active
oldest
votes
I could not find the duplicate, so here is my attempt:
documentclassarticle
usepackageamsmath
newcommandStepSubequations
stepcounterparentequation
gdeftheparentequationarabicparentequation
setcounterequation0
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
beginequation
labeleq:1
a=b
endequation
enddocument
1
Thank you very much! :-)
– Dave
14 hours ago
1
Approved your code. :-)
– Sebastiano
14 hours ago
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
14 hours ago
@daleif: I think there is some little issue when usingdocumentclassscrbook
: 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
12 hours ago
@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
12 hours ago
|
show 1 more comment
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:
documentclassarticle
usepackageamsmath
newcommandStepSubequations
stepcounterparentequation
gdeftheparentequationarabicparentequation
setcounterequation0
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
beginequation
labeleq:1
a=b
endequation
enddocument
1
Thank you very much! :-)
– Dave
14 hours ago
1
Approved your code. :-)
– Sebastiano
14 hours ago
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
14 hours ago
@daleif: I think there is some little issue when usingdocumentclassscrbook
: 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
12 hours ago
@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
12 hours ago
|
show 1 more comment
I could not find the duplicate, so here is my attempt:
documentclassarticle
usepackageamsmath
newcommandStepSubequations
stepcounterparentequation
gdeftheparentequationarabicparentequation
setcounterequation0
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
beginequation
labeleq:1
a=b
endequation
enddocument
1
Thank you very much! :-)
– Dave
14 hours ago
1
Approved your code. :-)
– Sebastiano
14 hours ago
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
14 hours ago
@daleif: I think there is some little issue when usingdocumentclassscrbook
: 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
12 hours ago
@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
12 hours ago
|
show 1 more comment
I could not find the duplicate, so here is my attempt:
documentclassarticle
usepackageamsmath
newcommandStepSubequations
stepcounterparentequation
gdeftheparentequationarabicparentequation
setcounterequation0
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
beginequation
labeleq:1
a=b
endequation
enddocument
I could not find the duplicate, so here is my attempt:
documentclassarticle
usepackageamsmath
newcommandStepSubequations
stepcounterparentequation
gdeftheparentequationarabicparentequation
setcounterequation0
begindocument
beginsubequations
beginalign
1 &= 1\
2 &= 2\
StepSubequations
3 &= 3\% from here a new equation number should begin
4 &= 4
endalign
endsubequations
beginequation
labeleq:1
a=b
endequation
enddocument
answered 14 hours ago
daleifdaleif
33.6k255118
33.6k255118
1
Thank you very much! :-)
– Dave
14 hours ago
1
Approved your code. :-)
– Sebastiano
14 hours ago
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
14 hours ago
@daleif: I think there is some little issue when usingdocumentclassscrbook
: 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
12 hours ago
@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
12 hours ago
|
show 1 more comment
1
Thank you very much! :-)
– Dave
14 hours ago
1
Approved your code. :-)
– Sebastiano
14 hours ago
1
Note that in egregs duplicated answer,xdef
is used, where I here usegdef
, so look out for differences.
– daleif
14 hours ago
@daleif: I think there is some little issue when usingdocumentclassscrbook
: 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
12 hours ago
@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
12 hours ago
1
1
Thank you very much! :-)
– Dave
14 hours ago
Thank you very much! :-)
– Dave
14 hours ago
1
1
Approved your code. :-)
– Sebastiano
14 hours ago
Approved your code. :-)
– Sebastiano
14 hours ago
1
1
Note that in egregs duplicated answer,
xdef
is used, where I here use gdef
, so look out for differences.– daleif
14 hours ago
Note that in egregs duplicated answer,
xdef
is used, where I here use gdef
, so look out for differences.– daleif
14 hours ago
@daleif: I think there is some little issue when using
documentclassscrbook
: 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
12 hours ago
@daleif: I think there is some little issue when using
documentclassscrbook
: 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
12 hours ago
@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
12 hours ago
@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
12 hours ago
|
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
14 hours ago
Should (2)s and (1)s be aligned? I don't think they should.
– JouleV
14 hours ago
1
Split into two
subequations
.– ferahfeza
14 hours ago
@Sebastiano: I am very sorry for this! :-( But thank you very much for your efforts!
– Dave
14 hours ago
3
I think it's a duplicate. Does tex.stackexchange.com/a/445115/4427 help?
– egreg
14 hours ago