Aligning equation numbers verticallyAligning across 'aligned' equation blocksAligning equation numbers within...

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

On The Origin of Dissonant Chords

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

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

Which big number is bigger?

Two field separators (colon and space) in awk

What makes accurate emulation of old systems a difficult task?

Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?

Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs

How can the Githyanki Supreme Commander move while insubstantial?

How can I practically buy stocks?

"Hidden" theta-term in Hamiltonian formulation of Yang-Mills theory

Are there physical dangers to preparing a prepared piano?

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

Constructions of PRF (Pseudo Random Function)

Retract an already submitted recommendation letter (written for an undergrad student)

Coordinate my way to the name of the (video) game

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

How would 10 generations of living underground change the human body?

Function pointer with named arguments?

Why do games have consumables?

How to write a column outside the braces in a matrix?

Can someone publish a story that happened to you?

Rivers without rain



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}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{indentfirst}
usepackage{hyperref}
usepackage{bigints}

setlength{parindent}{0em}
setlength{parskip}{1em}

begin{document}

par
This is some text.
begin{equation} label{cyclicFourierTransform}
begin{split}
centerline{$F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x$} \
centerline{$f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s$}
end{split}
end{equation}

par
This is some more text.

end{document}


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
    1 hour 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
    1 hour 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}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{indentfirst}
usepackage{hyperref}
usepackage{bigints}

setlength{parindent}{0em}
setlength{parskip}{1em}

begin{document}

par
This is some text.
begin{equation} label{cyclicFourierTransform}
begin{split}
centerline{$F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x$} \
centerline{$f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s$}
end{split}
end{equation}

par
This is some more text.

end{document}


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
    1 hour 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
    1 hour 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}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{indentfirst}
usepackage{hyperref}
usepackage{bigints}

setlength{parindent}{0em}
setlength{parskip}{1em}

begin{document}

par
This is some text.
begin{equation} label{cyclicFourierTransform}
begin{split}
centerline{$F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x$} \
centerline{$f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s$}
end{split}
end{equation}

par
This is some more text.

end{document}


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}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{indentfirst}
usepackage{hyperref}
usepackage{bigints}

setlength{parindent}{0em}
setlength{parskip}{1em}

begin{document}

par
This is some text.
begin{equation} label{cyclicFourierTransform}
begin{split}
centerline{$F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x$} \
centerline{$f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s$}
end{split}
end{equation}

par
This is some more text.

end{document}


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 2 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
    1 hour 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
    1 hour ago



















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

    – marmot
    1 hour 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
    1 hour ago

















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

– marmot
1 hour ago





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

– marmot
1 hour 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
1 hour 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
1 hour 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}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{indentfirst}
usepackage{hyperref}
usepackage{bigints}

setlength{parindent}{0em}
setlength{parskip}{1em}

begin{document}

This is some text.
begin{equation} label{cyclicFourierTransform}
begin{aligned}
F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
end{aligned}
end{equation}

This is some more text.

end{document}



enter image description here







share|improve this answer

































    2














    Not sure why you're complicating things.



    documentclass[a4paper, 11pt, leqno]{article}
    usepackage{amsmath}
    usepackage{amsfonts}
    usepackage{indentfirst}
    usepackage[skip=1em]{parskip}
    usepackage{hyperref}

    newcommand{diff}{mathop{}!mathrm{d}}

    begin{document}

    par
    This is some text.
    begin{equation} label{cyclicFourierTransform}
    begin{split}
    F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs}diff x \
    f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs}diff s
    end{split}
    end{equation}
    This is some more text.

    end{document}


    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}
      usepackage{amsmath}
      usepackage{amsfonts}
      usepackage{indentfirst}
      usepackage{hyperref}
      usepackage{bigints}

      setlength{parindent}{0em}
      setlength{parskip}{1em}

      begin{document}

      par
      This is some text.
      begin{equation} label{cyclicFourierTransform}
      begin{split}
      F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
      f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
      end{split}
      end{equation}

      par
      This is some more text.

      end{document}


      enter image description here



      Or an arguably cleaner version with inputs from David Carlisle.



      documentclass[a4paper, 11pt, leqno]{article}
      usepackage{amsmath}
      usepackage{amsfonts}
      usepackage{indentfirst}
      usepackage{hyperref}
      usepackage{bigints}

      setlength{parindent}{0em}
      setlength{parskip}{1em}

      begin{document}

      This is some text.
      begin{equation} label{cyclicFourierTransform}
      begin{split}
      F(s) = intlimits_{-infty}^{infty} f(x),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}x \
      f(x) = intlimits_{-infty}^{infty} F(s),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}s
      end{split}
      end{equation}

      This is some more text.

      end{document}


      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
        1 hour 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}
      usepackage{amsmath}
      usepackage{amsfonts}
      usepackage{indentfirst}
      usepackage{hyperref}
      usepackage{bigints}

      setlength{parindent}{0em}
      setlength{parskip}{1em}

      begin{document}

      This is some text.
      begin{equation} label{cyclicFourierTransform}
      begin{aligned}
      F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
      f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
      end{aligned}
      end{equation}

      This is some more text.

      end{document}



      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}
        usepackage{amsmath}
        usepackage{amsfonts}
        usepackage{indentfirst}
        usepackage{hyperref}
        usepackage{bigints}

        setlength{parindent}{0em}
        setlength{parskip}{1em}

        begin{document}

        This is some text.
        begin{equation} label{cyclicFourierTransform}
        begin{aligned}
        F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
        f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
        end{aligned}
        end{equation}

        This is some more text.

        end{document}



        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}
          usepackage{amsmath}
          usepackage{amsfonts}
          usepackage{indentfirst}
          usepackage{hyperref}
          usepackage{bigints}

          setlength{parindent}{0em}
          setlength{parskip}{1em}

          begin{document}

          This is some text.
          begin{equation} label{cyclicFourierTransform}
          begin{aligned}
          F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
          f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
          end{aligned}
          end{equation}

          This is some more text.

          end{document}



          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}
          usepackage{amsmath}
          usepackage{amsfonts}
          usepackage{indentfirst}
          usepackage{hyperref}
          usepackage{bigints}

          setlength{parindent}{0em}
          setlength{parskip}{1em}

          begin{document}

          This is some text.
          begin{equation} label{cyclicFourierTransform}
          begin{aligned}
          F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
          f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
          end{aligned}
          end{equation}

          This is some more text.

          end{document}



          enter image description here








          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 1 hour ago

























          answered 1 hour ago









          AboAmmarAboAmmar

          34.9k32985




          34.9k32985























              2














              Not sure why you're complicating things.



              documentclass[a4paper, 11pt, leqno]{article}
              usepackage{amsmath}
              usepackage{amsfonts}
              usepackage{indentfirst}
              usepackage[skip=1em]{parskip}
              usepackage{hyperref}

              newcommand{diff}{mathop{}!mathrm{d}}

              begin{document}

              par
              This is some text.
              begin{equation} label{cyclicFourierTransform}
              begin{split}
              F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs}diff x \
              f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs}diff s
              end{split}
              end{equation}
              This is some more text.

              end{document}


              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}
                usepackage{amsmath}
                usepackage{amsfonts}
                usepackage{indentfirst}
                usepackage[skip=1em]{parskip}
                usepackage{hyperref}

                newcommand{diff}{mathop{}!mathrm{d}}

                begin{document}

                par
                This is some text.
                begin{equation} label{cyclicFourierTransform}
                begin{split}
                F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs}diff x \
                f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs}diff s
                end{split}
                end{equation}
                This is some more text.

                end{document}


                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}
                  usepackage{amsmath}
                  usepackage{amsfonts}
                  usepackage{indentfirst}
                  usepackage[skip=1em]{parskip}
                  usepackage{hyperref}

                  newcommand{diff}{mathop{}!mathrm{d}}

                  begin{document}

                  par
                  This is some text.
                  begin{equation} label{cyclicFourierTransform}
                  begin{split}
                  F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs}diff x \
                  f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs}diff s
                  end{split}
                  end{equation}
                  This is some more text.

                  end{document}


                  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}
                  usepackage{amsmath}
                  usepackage{amsfonts}
                  usepackage{indentfirst}
                  usepackage[skip=1em]{parskip}
                  usepackage{hyperref}

                  newcommand{diff}{mathop{}!mathrm{d}}

                  begin{document}

                  par
                  This is some text.
                  begin{equation} label{cyclicFourierTransform}
                  begin{split}
                  F(s) &= int_{-infty}^{infty} f(x)e^{-i2{pi}xs}diff x \
                  f(x) &= int_{-infty}^{infty} F(s)e^{-i2{pi}xs}diff s
                  end{split}
                  end{equation}
                  This is some more text.

                  end{document}


                  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 1 hour ago









                  egregegreg

                  737k8919373265




                  737k8919373265























                      1














                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      par
                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
                      f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
                      end{split}
                      end{equation}

                      par
                      This is some more text.

                      end{document}


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = intlimits_{-infty}^{infty} f(x),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}x \
                      f(x) = intlimits_{-infty}^{infty} F(s),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}s
                      end{split}
                      end{equation}

                      This is some more text.

                      end{document}


                      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
                        1 hour ago
















                      1














                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      par
                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
                      f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
                      end{split}
                      end{equation}

                      par
                      This is some more text.

                      end{document}


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = intlimits_{-infty}^{infty} f(x),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}x \
                      f(x) = intlimits_{-infty}^{infty} F(s),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}s
                      end{split}
                      end{equation}

                      This is some more text.

                      end{document}


                      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
                        1 hour ago














                      1












                      1








                      1







                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      par
                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
                      f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
                      end{split}
                      end{equation}

                      par
                      This is some more text.

                      end{document}


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = intlimits_{-infty}^{infty} f(x),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}x \
                      f(x) = intlimits_{-infty}^{infty} F(s),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}s
                      end{split}
                      end{equation}

                      This is some more text.

                      end{document}


                      enter image description here






                      share|improve this answer















                      If you remove centerline you get



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      par
                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = bigints_{-infty}^{infty} f(x)e^{-i2{pi}xs};mathrm{d}x \
                      f(x) = bigints_{-infty}^{infty} F(s)e^{-i2{pi}xs};mathrm{d}s
                      end{split}
                      end{equation}

                      par
                      This is some more text.

                      end{document}


                      enter image description here



                      Or an arguably cleaner version with inputs from David Carlisle.



                      documentclass[a4paper, 11pt, leqno]{article}
                      usepackage{amsmath}
                      usepackage{amsfonts}
                      usepackage{indentfirst}
                      usepackage{hyperref}
                      usepackage{bigints}

                      setlength{parindent}{0em}
                      setlength{parskip}{1em}

                      begin{document}

                      This is some text.
                      begin{equation} label{cyclicFourierTransform}
                      begin{split}
                      F(s) = intlimits_{-infty}^{infty} f(x),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}x \
                      f(x) = intlimits_{-infty}^{infty} F(s),mathrm{e}^{-mathrm{i}2{pi}xs},mathrm{d}s
                      end{split}
                      end{equation}

                      This is some more text.

                      end{document}


                      enter image description here







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited 1 hour ago

























                      answered 1 hour ago









                      marmotmarmot

                      121k6159297




                      121k6159297













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

                        – David Carlisle
                        1 hour ago



















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

                        – David Carlisle
                        1 hour ago

















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

                      – David Carlisle
                      1 hour ago





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

                      – David Carlisle
                      1 hour 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

                      Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                      How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                      Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...