Aligning equation numbers verticallyAligning across 'aligned' equation blocksAligning equation numbers within enumitemAligning an equationAligning Vertically Spaced EquationsEquation spacing and aligningaligning equationAligning the equations and equation numbers correctlyAligning inside equation troubleAligning underset below matrix equationAligning Equations & Removing Equation Label

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

How to fry ground beef so it is well-browned

How to stop co-workers from teasing me because I know Russian?

Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?

Mistake in years of experience in resume?

Was there a shared-world project before "Thieves World"?

Classification of surfaces

Why did C use the -> operator instead of reusing the . operator?

Rivers without rain

How did Captain America manage to do this?

How much cash can I safely carry into the USA and avoid civil forfeiture?

A ​Note ​on ​N!

Pulling the rope with one hand is as heavy as with two hands?

How to denote matrix elements succinctly?

What is causing the white spot to appear in some of my pictures

Why does Mind Blank stop the Feeblemind spell?

Contradiction proof for inequality of P and NP?

Providing evidence of Consent of Parents for Marriage by minor in England in early 1800s?

Map of water taps to fill bottles

Dynamic SOQL query relationship with field visibility for Users

What's the polite way to say "I need to urinate"?

Can we say “you can pay when the order gets ready”?

Is there really no use for MD5 anymore?



Aligning equation numbers vertically


Aligning across 'aligned' equation blocksAligning equation numbers within enumitemAligning an equationAligning Vertically Spaced EquationsEquation spacing and aligningaligning equationAligning the equations and equation numbers correctlyAligning inside equation troubleAligning underset below matrix equationAligning Equations & Removing Equation Label













1















I am trying to align my equation number to be vertically centre to the equation. How can I go about doing this? I have attached a screenshot of my output.



I am using pdfLaTex+MakeIndex+BibTeX as me Latex processor if that could possibly make a difference.



Here is my code,



documentclass[a4paper, 11pt, leqno]article
usepackageamsmath
usepackageamsfonts
usepackageindentfirst
usepackagehyperref
usepackagebigints

setlengthparindent0em
setlengthparskip1em

begindocument

par
This is some text.
beginequation labelcyclicFourierTransform
beginsplit
centerline$F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx$ \
centerline$f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds$
endsplit
endequation

par
This is some more text.

enddocument


And here is my output,
output



Thank you in advance!










share|improve this question







New contributor




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




















  • Welcome to TeX-SE! Where did you get the idea to use centerline here from?

    – marmot
    7 hours ago











  • centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

    – David Carlisle
    7 hours ago















1















I am trying to align my equation number to be vertically centre to the equation. How can I go about doing this? I have attached a screenshot of my output.



I am using pdfLaTex+MakeIndex+BibTeX as me Latex processor if that could possibly make a difference.



Here is my code,



documentclass[a4paper, 11pt, leqno]article
usepackageamsmath
usepackageamsfonts
usepackageindentfirst
usepackagehyperref
usepackagebigints

setlengthparindent0em
setlengthparskip1em

begindocument

par
This is some text.
beginequation labelcyclicFourierTransform
beginsplit
centerline$F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx$ \
centerline$f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds$
endsplit
endequation

par
This is some more text.

enddocument


And here is my output,
output



Thank you in advance!










share|improve this question







New contributor




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




















  • Welcome to TeX-SE! Where did you get the idea to use centerline here from?

    – marmot
    7 hours ago











  • centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

    – David Carlisle
    7 hours ago













1












1








1








I am trying to align my equation number to be vertically centre to the equation. How can I go about doing this? I have attached a screenshot of my output.



I am using pdfLaTex+MakeIndex+BibTeX as me Latex processor if that could possibly make a difference.



Here is my code,



documentclass[a4paper, 11pt, leqno]article
usepackageamsmath
usepackageamsfonts
usepackageindentfirst
usepackagehyperref
usepackagebigints

setlengthparindent0em
setlengthparskip1em

begindocument

par
This is some text.
beginequation labelcyclicFourierTransform
beginsplit
centerline$F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx$ \
centerline$f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds$
endsplit
endequation

par
This is some more text.

enddocument


And here is my output,
output



Thank you in advance!










share|improve this question







New contributor




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












I am trying to align my equation number to be vertically centre to the equation. How can I go about doing this? I have attached a screenshot of my output.



I am using pdfLaTex+MakeIndex+BibTeX as me Latex processor if that could possibly make a difference.



Here is my code,



documentclass[a4paper, 11pt, leqno]article
usepackageamsmath
usepackageamsfonts
usepackageindentfirst
usepackagehyperref
usepackagebigints

setlengthparindent0em
setlengthparskip1em

begindocument

par
This is some text.
beginequation labelcyclicFourierTransform
beginsplit
centerline$F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx$ \
centerline$f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds$
endsplit
endequation

par
This is some more text.

enddocument


And here is my output,
output



Thank you in advance!







equations amsmath






share|improve this question







New contributor




Jacob_Ferrier 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




Jacob_Ferrier 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




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









asked 7 hours ago









Jacob_FerrierJacob_Ferrier

61




61




New contributor




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





New contributor





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






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












  • Welcome to TeX-SE! Where did you get the idea to use centerline here from?

    – marmot
    7 hours ago











  • centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

    – David Carlisle
    7 hours ago

















  • Welcome to TeX-SE! Where did you get the idea to use centerline here from?

    – marmot
    7 hours ago











  • centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

    – David Carlisle
    7 hours ago
















Welcome to TeX-SE! Where did you get the idea to use centerline here from?

– marmot
7 hours ago





Welcome to TeX-SE! Where did you get the idea to use centerline here from?

– marmot
7 hours ago













centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

– David Carlisle
7 hours ago





centerline should not be used in latex at all and certainly never in a math display. Apart from being full width and so forcing the equation number to move, they force the use of inline text style math rather than display math. Also you should not have par (they do nothing in that context).

– David Carlisle
7 hours ago










3 Answers
3






active

oldest

votes


















2














I'd use aligned instead of split and normal ints instead of bigints. Also, as others pointed out, remove centerline and consider not using it in LaTeX at all.



documentclass[a4paper, 11pt, leqno]article
usepackageamsmath
usepackageamsfonts
usepackageindentfirst
usepackagehyperref
usepackagebigints

setlengthparindent0em
setlengthparskip1em

begindocument

This is some text.
beginequation labelcyclicFourierTransform
beginaligned
F(s) &= int_-infty^infty f(x)e^-i2pixs;mathrmdx \
f(x) &= int_-infty^infty F(s)e^-i2pixs;mathrmds
endaligned
endequation

This is some more text.

enddocument



enter image description here







share|improve this answer
































    2














    Not sure why you're complicating things.



    documentclass[a4paper, 11pt, leqno]article
    usepackageamsmath
    usepackageamsfonts
    usepackageindentfirst
    usepackage[skip=1em]parskip
    usepackagehyperref

    newcommanddiffmathop!mathrmd

    begindocument

    par
    This is some text.
    beginequation labelcyclicFourierTransform
    beginsplit
    F(s) &= int_-infty^infty f(x)e^-i2pixsdiff x \
    f(x) &= int_-infty^infty F(s)e^-i2pixsdiff s
    endsplit
    endequation
    This is some more text.

    enddocument


    Note the better definition for the differential operator (I'd prefer an italic d, though; with this setup, you can change it just once for the whole document).



    The parskip package is better if you really want to use vertical space between paragraphs. Again, just commenting out the call to the package allows for switching to traditional typesetting. The package makes also some other fixes that manual setting doesn't perform. I left 1em, but it's not really a good unit to use here.



    enter image description here






    share|improve this answer






























      1














      If you remove centerline you get



      documentclass[a4paper, 11pt, leqno]article
      usepackageamsmath
      usepackageamsfonts
      usepackageindentfirst
      usepackagehyperref
      usepackagebigints

      setlengthparindent0em
      setlengthparskip1em

      begindocument

      par
      This is some text.
      beginequation labelcyclicFourierTransform
      beginsplit
      F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx \
      f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds
      endsplit
      endequation

      par
      This is some more text.

      enddocument


      enter image description here



      Or an arguably cleaner version with inputs from David Carlisle.



      documentclass[a4paper, 11pt, leqno]article
      usepackageamsmath
      usepackageamsfonts
      usepackageindentfirst
      usepackagehyperref
      usepackagebigints

      setlengthparindent0em
      setlengthparskip1em

      begindocument

      This is some text.
      beginequation labelcyclicFourierTransform
      beginsplit
      F(s) = intlimits_-infty^infty f(x),mathrme^-mathrmi2pixs,mathrmdx \
      f(x) = intlimits_-infty^infty F(s),mathrme^-mathrmi2pixs,mathrmds
      endsplit
      endequation

      This is some more text.

      enddocument


      enter image description here






      share|improve this answer

























      • the bigints seem er a bit big (as you have fixed the display to use display style)

        – David Carlisle
        7 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
      );



      );






      Jacob_Ferrier 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%2f487829%2faligning-equation-numbers-vertically%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2














      I'd use aligned instead of split and normal ints instead of bigints. Also, as others pointed out, remove centerline and consider not using it in LaTeX at all.



      documentclass[a4paper, 11pt, leqno]article
      usepackageamsmath
      usepackageamsfonts
      usepackageindentfirst
      usepackagehyperref
      usepackagebigints

      setlengthparindent0em
      setlengthparskip1em

      begindocument

      This is some text.
      beginequation labelcyclicFourierTransform
      beginaligned
      F(s) &= int_-infty^infty f(x)e^-i2pixs;mathrmdx \
      f(x) &= int_-infty^infty F(s)e^-i2pixs;mathrmds
      endaligned
      endequation

      This is some more text.

      enddocument



      enter image description here







      share|improve this answer





























        2














        I'd use aligned instead of split and normal ints instead of bigints. Also, as others pointed out, remove centerline and consider not using it in LaTeX at all.



        documentclass[a4paper, 11pt, leqno]article
        usepackageamsmath
        usepackageamsfonts
        usepackageindentfirst
        usepackagehyperref
        usepackagebigints

        setlengthparindent0em
        setlengthparskip1em

        begindocument

        This is some text.
        beginequation labelcyclicFourierTransform
        beginaligned
        F(s) &= int_-infty^infty f(x)e^-i2pixs;mathrmdx \
        f(x) &= int_-infty^infty F(s)e^-i2pixs;mathrmds
        endaligned
        endequation

        This is some more text.

        enddocument



        enter image description here







        share|improve this answer



























          2












          2








          2







          I'd use aligned instead of split and normal ints instead of bigints. Also, as others pointed out, remove centerline and consider not using it in LaTeX at all.



          documentclass[a4paper, 11pt, leqno]article
          usepackageamsmath
          usepackageamsfonts
          usepackageindentfirst
          usepackagehyperref
          usepackagebigints

          setlengthparindent0em
          setlengthparskip1em

          begindocument

          This is some text.
          beginequation labelcyclicFourierTransform
          beginaligned
          F(s) &= int_-infty^infty f(x)e^-i2pixs;mathrmdx \
          f(x) &= int_-infty^infty F(s)e^-i2pixs;mathrmds
          endaligned
          endequation

          This is some more text.

          enddocument



          enter image description here







          share|improve this answer















          I'd use aligned instead of split and normal ints instead of bigints. Also, as others pointed out, remove centerline and consider not using it in LaTeX at all.



          documentclass[a4paper, 11pt, leqno]article
          usepackageamsmath
          usepackageamsfonts
          usepackageindentfirst
          usepackagehyperref
          usepackagebigints

          setlengthparindent0em
          setlengthparskip1em

          begindocument

          This is some text.
          beginequation labelcyclicFourierTransform
          beginaligned
          F(s) &= int_-infty^infty f(x)e^-i2pixs;mathrmdx \
          f(x) &= int_-infty^infty F(s)e^-i2pixs;mathrmds
          endaligned
          endequation

          This is some more text.

          enddocument



          enter image description here








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 7 hours ago

























          answered 7 hours ago









          AboAmmarAboAmmar

          34.9k32985




          34.9k32985





















              2














              Not sure why you're complicating things.



              documentclass[a4paper, 11pt, leqno]article
              usepackageamsmath
              usepackageamsfonts
              usepackageindentfirst
              usepackage[skip=1em]parskip
              usepackagehyperref

              newcommanddiffmathop!mathrmd

              begindocument

              par
              This is some text.
              beginequation labelcyclicFourierTransform
              beginsplit
              F(s) &= int_-infty^infty f(x)e^-i2pixsdiff x \
              f(x) &= int_-infty^infty F(s)e^-i2pixsdiff s
              endsplit
              endequation
              This is some more text.

              enddocument


              Note the better definition for the differential operator (I'd prefer an italic d, though; with this setup, you can change it just once for the whole document).



              The parskip package is better if you really want to use vertical space between paragraphs. Again, just commenting out the call to the package allows for switching to traditional typesetting. The package makes also some other fixes that manual setting doesn't perform. I left 1em, but it's not really a good unit to use here.



              enter image description here






              share|improve this answer



























                2














                Not sure why you're complicating things.



                documentclass[a4paper, 11pt, leqno]article
                usepackageamsmath
                usepackageamsfonts
                usepackageindentfirst
                usepackage[skip=1em]parskip
                usepackagehyperref

                newcommanddiffmathop!mathrmd

                begindocument

                par
                This is some text.
                beginequation labelcyclicFourierTransform
                beginsplit
                F(s) &= int_-infty^infty f(x)e^-i2pixsdiff x \
                f(x) &= int_-infty^infty F(s)e^-i2pixsdiff s
                endsplit
                endequation
                This is some more text.

                enddocument


                Note the better definition for the differential operator (I'd prefer an italic d, though; with this setup, you can change it just once for the whole document).



                The parskip package is better if you really want to use vertical space between paragraphs. Again, just commenting out the call to the package allows for switching to traditional typesetting. The package makes also some other fixes that manual setting doesn't perform. I left 1em, but it's not really a good unit to use here.



                enter image description here






                share|improve this answer

























                  2












                  2








                  2







                  Not sure why you're complicating things.



                  documentclass[a4paper, 11pt, leqno]article
                  usepackageamsmath
                  usepackageamsfonts
                  usepackageindentfirst
                  usepackage[skip=1em]parskip
                  usepackagehyperref

                  newcommanddiffmathop!mathrmd

                  begindocument

                  par
                  This is some text.
                  beginequation labelcyclicFourierTransform
                  beginsplit
                  F(s) &= int_-infty^infty f(x)e^-i2pixsdiff x \
                  f(x) &= int_-infty^infty F(s)e^-i2pixsdiff s
                  endsplit
                  endequation
                  This is some more text.

                  enddocument


                  Note the better definition for the differential operator (I'd prefer an italic d, though; with this setup, you can change it just once for the whole document).



                  The parskip package is better if you really want to use vertical space between paragraphs. Again, just commenting out the call to the package allows for switching to traditional typesetting. The package makes also some other fixes that manual setting doesn't perform. I left 1em, but it's not really a good unit to use here.



                  enter image description here






                  share|improve this answer













                  Not sure why you're complicating things.



                  documentclass[a4paper, 11pt, leqno]article
                  usepackageamsmath
                  usepackageamsfonts
                  usepackageindentfirst
                  usepackage[skip=1em]parskip
                  usepackagehyperref

                  newcommanddiffmathop!mathrmd

                  begindocument

                  par
                  This is some text.
                  beginequation labelcyclicFourierTransform
                  beginsplit
                  F(s) &= int_-infty^infty f(x)e^-i2pixsdiff x \
                  f(x) &= int_-infty^infty F(s)e^-i2pixsdiff s
                  endsplit
                  endequation
                  This is some more text.

                  enddocument


                  Note the better definition for the differential operator (I'd prefer an italic d, though; with this setup, you can change it just once for the whole document).



                  The parskip package is better if you really want to use vertical space between paragraphs. Again, just commenting out the call to the package allows for switching to traditional typesetting. The package makes also some other fixes that manual setting doesn't perform. I left 1em, but it's not really a good unit to use here.



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 7 hours ago









                  egregegreg

                  737k8919373265




                  737k8919373265





















                      1














                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      par
                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx \
                      f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds
                      endsplit
                      endequation

                      par
                      This is some more text.

                      enddocument


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = intlimits_-infty^infty f(x),mathrme^-mathrmi2pixs,mathrmdx \
                      f(x) = intlimits_-infty^infty F(s),mathrme^-mathrmi2pixs,mathrmds
                      endsplit
                      endequation

                      This is some more text.

                      enddocument


                      enter image description here






                      share|improve this answer

























                      • the bigints seem er a bit big (as you have fixed the display to use display style)

                        – David Carlisle
                        7 hours ago















                      1














                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      par
                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx \
                      f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds
                      endsplit
                      endequation

                      par
                      This is some more text.

                      enddocument


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = intlimits_-infty^infty f(x),mathrme^-mathrmi2pixs,mathrmdx \
                      f(x) = intlimits_-infty^infty F(s),mathrme^-mathrmi2pixs,mathrmds
                      endsplit
                      endequation

                      This is some more text.

                      enddocument


                      enter image description here






                      share|improve this answer

























                      • the bigints seem er a bit big (as you have fixed the display to use display style)

                        – David Carlisle
                        7 hours ago













                      1












                      1








                      1







                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      par
                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx \
                      f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds
                      endsplit
                      endequation

                      par
                      This is some more text.

                      enddocument


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = intlimits_-infty^infty f(x),mathrme^-mathrmi2pixs,mathrmdx \
                      f(x) = intlimits_-infty^infty F(s),mathrme^-mathrmi2pixs,mathrmds
                      endsplit
                      endequation

                      This is some more text.

                      enddocument


                      enter image description here






                      share|improve this answer















                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      par
                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = bigints_-infty^infty f(x)e^-i2pixs;mathrmdx \
                      f(x) = bigints_-infty^infty F(s)e^-i2pixs;mathrmds
                      endsplit
                      endequation

                      par
                      This is some more text.

                      enddocument


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]article
                      usepackageamsmath
                      usepackageamsfonts
                      usepackageindentfirst
                      usepackagehyperref
                      usepackagebigints

                      setlengthparindent0em
                      setlengthparskip1em

                      begindocument

                      This is some text.
                      beginequation labelcyclicFourierTransform
                      beginsplit
                      F(s) = intlimits_-infty^infty f(x),mathrme^-mathrmi2pixs,mathrmdx \
                      f(x) = intlimits_-infty^infty F(s),mathrme^-mathrmi2pixs,mathrmds
                      endsplit
                      endequation

                      This is some more text.

                      enddocument


                      enter image description here







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 7 hours ago

























                      answered 7 hours ago









                      marmotmarmot

                      121k6159297




                      121k6159297












                      • the bigints seem er a bit big (as you have fixed the display to use display style)

                        – David Carlisle
                        7 hours ago

















                      • the bigints seem er a bit big (as you have fixed the display to use display style)

                        – David Carlisle
                        7 hours ago
















                      the bigints seem er a bit big (as you have fixed the display to use display style)

                      – David Carlisle
                      7 hours ago





                      the bigints seem er a bit big (as you have fixed the display to use display style)

                      – David Carlisle
                      7 hours ago










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









                      draft saved

                      draft discarded


















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












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











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














                      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%2f487829%2faligning-equation-numbers-vertically%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

                      Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                      Fil:Tokke komm.svg

                      Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?