Aligning equation numbers verticallyAligning across 'aligned' equation blocksAligning equation numbers within...
Do I have an "anti-research" personality?
What is the optimal strategy for the Dictionary Game?
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
Coordinate my way to the name of the (video) game
What happens in the secondary winding if there's no spark plug connected?
How can I get this effect? Please see the attached image
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Which big number is bigger?
Checks user level and limit the data before saving it to mongoDB
Does a large simulator bay have standard public address announcements?
Read line from file and process something
How to not starve gigantic beasts
Pulling the rope with one hand is as heavy as with two hands?
Can someone publish a story that happened to you?
How does Captain America channel this power?
'regex' and 'name' directives in find
Rivers without rain
Can we say “you can pay when the order gets ready”?
What term is being referred to with "reflected-sound-of-underground-spirits"?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Why do games have consumables?
Multiple options vs single option UI
Minor Revision with suggestion of an alternative proof by reviewer
Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?
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
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,

Thank you in advance!
equations amsmath
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.
add a comment |
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,

Thank you in advance!
equations amsmath
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 usecenterlinehere from?
– marmot
9 mins ago
centerlineshould 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 havepar(they do nothing in that context).
– David Carlisle
2 mins ago
add a comment |
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,

Thank you in advance!
equations amsmath
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,

Thank you in advance!
equations amsmath
equations amsmath
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.
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 11 mins ago
Jacob_FerrierJacob_Ferrier
1
1
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 usecenterlinehere from?
– marmot
9 mins ago
centerlineshould 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 havepar(they do nothing in that context).
– David Carlisle
2 mins ago
add a comment |
Welcome to TeX-SE! Where did you get the idea to usecenterlinehere from?
– marmot
9 mins ago
centerlineshould 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 havepar(they do nothing in that context).
– David Carlisle
2 mins ago
Welcome to TeX-SE! Where did you get the idea to use
centerline here from?– marmot
9 mins ago
Welcome to TeX-SE! Where did you get the idea to use
centerline here from?– marmot
9 mins 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
2 mins 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
2 mins ago
add a comment |
1 Answer
1
active
oldest
votes
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}

the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Jacob_Ferrier is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487829%2faligning-equation-numbers-vertically%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
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}

the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
add a comment |
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}

the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
add a comment |
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}

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}

answered 7 mins ago
marmotmarmot
121k6159297
121k6159297
the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
add a comment |
the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
the bigints seem er a bit big (as you have fixed the display to use display style)
– David Carlisle
1 min ago
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487829%2faligning-equation-numbers-vertically%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to TeX-SE! Where did you get the idea to use
centerlinehere from?– marmot
9 mins ago
centerlineshould 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 havepar(they do nothing in that context).– David Carlisle
2 mins ago