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










8















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:



Screenshot of the result




Questions:



  1. How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?

  2. Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?









share|improve this question
























  • 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
















8















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:



Screenshot of the result




Questions:



  1. How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?

  2. Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?









share|improve this question
























  • 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














8












8








8








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:



Screenshot of the result




Questions:



  1. How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?

  2. Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?









share|improve this question
















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:



Screenshot of the result




Questions:



  1. How can I automatically continue numbering of the previous equation numbers without cheating around by manually assigning numbers/tags?

  2. Would it be possible to increase the vertical space between the equation 1-pair and the equation 2-pair?






equations numbering align amsmath subequations






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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


















  • 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

















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











1 Answer
1






active

oldest

votes


















11














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





share|improve this answer


















  • 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 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











  • @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











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



);













draft saved

draft discarded


















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









11














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





share|improve this answer


















  • 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 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











  • @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















11














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





share|improve this answer


















  • 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 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











  • @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













11












11








11







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





share|improve this answer













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






share|improve this answer












share|improve this answer



share|improve this answer










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 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











  • @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












  • 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 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











  • @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







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

















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.




draft saved


draft discarded














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





















































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

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?