Options leqno, reqno for documentclass or exist another option?aligning a multiline formula with the bullet...

Modify locally tikzset

Where did the extra Pym particles come from in Endgame?

What is the difference between `a[bc]d` (brackets) and `a{b,c}d` (braces)?

How to replace the "space symbol" (squat-u) in listings?

Packing rectangles: Does rotation ever help?

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

Why the difference in metal between 銀行 and お金?

Illegal assignment from SObject to Contact

Can a creature tell when it has been "Portented"?

Feels like I am getting dragged in office politics

How can the Zone of Truth spell be defeated without the caster knowing?

Are Boeing 737-800’s grounded?

TikZ how to make supply and demand arrows for nodes?

Why do Ichisongas hate elephants and hippos?

What is a Recurrent Neural Network?

Why does nature favour the Laplacian?

Do I have an "anti-research" personality?

How to figure out whether the data is sample data or population data apart from the client's information?

What's the metal clinking sound at the end of credits in Avengers: Endgame?

What was the "glowing package" Pym was expecting?

A non-technological, repeating, visible object in the sky, holding its position in the sky for hours

How to delegate to implementing class

Binary Numbers Magic Trick

Do I have to worry about players making “bad” choices on level up?



Options leqno, reqno for documentclass or exist another option?


aligning a multiline formula with the bullet of itemizeHow can I number a few equations togetherLeft aligning equations without align characterHow can I change the position of equation number locally if I am not using the amsmath package?List of equations, including equation contents and captionequation exceeds page width after changing document class from “article” to “beamer”Can't generate png with Error: Erroneous nesting of equation structuresHow continue a equation next lineAlign equations within one lineflalign, leqno and equations left aligned. Overlapping of equations and tags













1















I consider these simple MWE



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
x^n + y^n = z^n
end{equation}
end{document}


With the option leqno we know that LaTeX puts the progressive number of the equation on the extreme left. With the option reqno at the extreme right of the page.



documentclass[12pt,reqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
E=mc^2
end{equation}
end{document}


But when I have, for example a code with align option, knowing that the number can be either on the first or second equation, how come the leqno option is not active and the number is always put on the right?



enter image description here



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{align}
a &= b+c nonumber\
e &= f+g
end{align}
end{document}


enter image description here




  1. How do I put the number of the equation between the two equations in the middle or at left or at right?

  2. Are there only leqno and regno options with LaTeX? But is there, for example, the ceqno option, i.e. the possibility of placing the number next to the equation (at the centre to be clearer) or that it is always at the centre but in the middle of the two equations?










share|improve this question




















  • 2





    why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

    – David Carlisle
    59 mins ago











  • @DavidCarlisle Why leqno is not active with align?

    – Sebastiano
    50 mins ago













  • it is active, you get the number on the left

    – David Carlisle
    45 mins ago






  • 1





    The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

    – David Carlisle
    34 mins ago











  • @DavidCarlisle I have deleted my previous comment after your edit.

    – Sebastiano
    33 mins ago
















1















I consider these simple MWE



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
x^n + y^n = z^n
end{equation}
end{document}


With the option leqno we know that LaTeX puts the progressive number of the equation on the extreme left. With the option reqno at the extreme right of the page.



documentclass[12pt,reqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
E=mc^2
end{equation}
end{document}


But when I have, for example a code with align option, knowing that the number can be either on the first or second equation, how come the leqno option is not active and the number is always put on the right?



enter image description here



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{align}
a &= b+c nonumber\
e &= f+g
end{align}
end{document}


enter image description here




  1. How do I put the number of the equation between the two equations in the middle or at left or at right?

  2. Are there only leqno and regno options with LaTeX? But is there, for example, the ceqno option, i.e. the possibility of placing the number next to the equation (at the centre to be clearer) or that it is always at the centre but in the middle of the two equations?










share|improve this question




















  • 2





    why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

    – David Carlisle
    59 mins ago











  • @DavidCarlisle Why leqno is not active with align?

    – Sebastiano
    50 mins ago













  • it is active, you get the number on the left

    – David Carlisle
    45 mins ago






  • 1





    The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

    – David Carlisle
    34 mins ago











  • @DavidCarlisle I have deleted my previous comment after your edit.

    – Sebastiano
    33 mins ago














1












1








1








I consider these simple MWE



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
x^n + y^n = z^n
end{equation}
end{document}


With the option leqno we know that LaTeX puts the progressive number of the equation on the extreme left. With the option reqno at the extreme right of the page.



documentclass[12pt,reqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
E=mc^2
end{equation}
end{document}


But when I have, for example a code with align option, knowing that the number can be either on the first or second equation, how come the leqno option is not active and the number is always put on the right?



enter image description here



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{align}
a &= b+c nonumber\
e &= f+g
end{align}
end{document}


enter image description here




  1. How do I put the number of the equation between the two equations in the middle or at left or at right?

  2. Are there only leqno and regno options with LaTeX? But is there, for example, the ceqno option, i.e. the possibility of placing the number next to the equation (at the centre to be clearer) or that it is always at the centre but in the middle of the two equations?










share|improve this question
















I consider these simple MWE



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
x^n + y^n = z^n
end{equation}
end{document}


With the option leqno we know that LaTeX puts the progressive number of the equation on the extreme left. With the option reqno at the extreme right of the page.



documentclass[12pt,reqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
E=mc^2
end{equation}
end{document}


But when I have, for example a code with align option, knowing that the number can be either on the first or second equation, how come the leqno option is not active and the number is always put on the right?



enter image description here



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{align}
a &= b+c nonumber\
e &= f+g
end{align}
end{document}


enter image description here




  1. How do I put the number of the equation between the two equations in the middle or at left or at right?

  2. Are there only leqno and regno options with LaTeX? But is there, for example, the ceqno option, i.e. the possibility of placing the number next to the equation (at the centre to be clearer) or that it is always at the centre but in the middle of the two equations?







math-mode equations numbering align amsmath






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 37 mins ago









David Carlisle

502k4211491897




502k4211491897










asked 1 hour ago









SebastianoSebastiano

11.8k42467




11.8k42467








  • 2





    why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

    – David Carlisle
    59 mins ago











  • @DavidCarlisle Why leqno is not active with align?

    – Sebastiano
    50 mins ago













  • it is active, you get the number on the left

    – David Carlisle
    45 mins ago






  • 1





    The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

    – David Carlisle
    34 mins ago











  • @DavidCarlisle I have deleted my previous comment after your edit.

    – Sebastiano
    33 mins ago














  • 2





    why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

    – David Carlisle
    59 mins ago











  • @DavidCarlisle Why leqno is not active with align?

    – Sebastiano
    50 mins ago













  • it is active, you get the number on the left

    – David Carlisle
    45 mins ago






  • 1





    The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

    – David Carlisle
    34 mins ago











  • @DavidCarlisle I have deleted my previous comment after your edit.

    – Sebastiano
    33 mins ago








2




2





why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

– David Carlisle
59 mins ago





why do you say "how come the leqno option is not active and the number is always put on the right?" the equation number appears on the left when leqno is used.

– David Carlisle
59 mins ago













@DavidCarlisle Why leqno is not active with align?

– Sebastiano
50 mins ago







@DavidCarlisle Why leqno is not active with align?

– Sebastiano
50 mins ago















it is active, you get the number on the left

– David Carlisle
45 mins ago





it is active, you get the number on the left

– David Carlisle
45 mins ago




1




1





The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

– David Carlisle
34 mins ago





The code is in the question not the answer so I added the image for leqno to your answer, you only showed the default right number. (there is no regno option)

– David Carlisle
34 mins ago













@DavidCarlisle I have deleted my previous comment after your edit.

– Sebastiano
33 mins ago





@DavidCarlisle I have deleted my previous comment after your edit.

– Sebastiano
33 mins ago










1 Answer
1






active

oldest

votes


















3














If you want a single number for the display, use equation not align
enter image description here



Note that there is no reqno option, equation numbers on the right is the default.



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
begin{split}
a &= b+c \
e &= f+g
end{split}
end{equation}
end{document}





share|improve this answer


























  • But can the number (1) be placed closer to the two equations always in the middle?

    – Sebastiano
    49 mins ago











  • @Sebastiano equation numbers are always placed at the margin

    – David Carlisle
    45 mins ago













  • @Sebastiano if you really wanted to change the margins you could use a minipage for example

    – David Carlisle
    43 mins ago











  • I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

    – Sebastiano
    38 mins ago






  • 1





    if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

    – David Carlisle
    53 secs ago












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488141%2foptions-leqno-reqno-for-documentclass-or-exist-another-option%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









3














If you want a single number for the display, use equation not align
enter image description here



Note that there is no reqno option, equation numbers on the right is the default.



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
begin{split}
a &= b+c \
e &= f+g
end{split}
end{equation}
end{document}





share|improve this answer


























  • But can the number (1) be placed closer to the two equations always in the middle?

    – Sebastiano
    49 mins ago











  • @Sebastiano equation numbers are always placed at the margin

    – David Carlisle
    45 mins ago













  • @Sebastiano if you really wanted to change the margins you could use a minipage for example

    – David Carlisle
    43 mins ago











  • I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

    – Sebastiano
    38 mins ago






  • 1





    if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

    – David Carlisle
    53 secs ago
















3














If you want a single number for the display, use equation not align
enter image description here



Note that there is no reqno option, equation numbers on the right is the default.



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
begin{split}
a &= b+c \
e &= f+g
end{split}
end{equation}
end{document}





share|improve this answer


























  • But can the number (1) be placed closer to the two equations always in the middle?

    – Sebastiano
    49 mins ago











  • @Sebastiano equation numbers are always placed at the margin

    – David Carlisle
    45 mins ago













  • @Sebastiano if you really wanted to change the margins you could use a minipage for example

    – David Carlisle
    43 mins ago











  • I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

    – Sebastiano
    38 mins ago






  • 1





    if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

    – David Carlisle
    53 secs ago














3












3








3







If you want a single number for the display, use equation not align
enter image description here



Note that there is no reqno option, equation numbers on the right is the default.



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
begin{split}
a &= b+c \
e &= f+g
end{split}
end{equation}
end{document}





share|improve this answer















If you want a single number for the display, use equation not align
enter image description here



Note that there is no reqno option, equation numbers on the right is the default.



documentclass[12pt,leqno]{article}
usepackage{amsmath}
begin{document}
begin{equation}
begin{split}
a &= b+c \
e &= f+g
end{split}
end{equation}
end{document}






share|improve this answer














share|improve this answer



share|improve this answer








edited 33 mins ago

























answered 1 hour ago









David CarlisleDavid Carlisle

502k4211491897




502k4211491897













  • But can the number (1) be placed closer to the two equations always in the middle?

    – Sebastiano
    49 mins ago











  • @Sebastiano equation numbers are always placed at the margin

    – David Carlisle
    45 mins ago













  • @Sebastiano if you really wanted to change the margins you could use a minipage for example

    – David Carlisle
    43 mins ago











  • I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

    – Sebastiano
    38 mins ago






  • 1





    if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

    – David Carlisle
    53 secs ago



















  • But can the number (1) be placed closer to the two equations always in the middle?

    – Sebastiano
    49 mins ago











  • @Sebastiano equation numbers are always placed at the margin

    – David Carlisle
    45 mins ago













  • @Sebastiano if you really wanted to change the margins you could use a minipage for example

    – David Carlisle
    43 mins ago











  • I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

    – Sebastiano
    38 mins ago






  • 1





    if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

    – David Carlisle
    53 secs ago

















But can the number (1) be placed closer to the two equations always in the middle?

– Sebastiano
49 mins ago





But can the number (1) be placed closer to the two equations always in the middle?

– Sebastiano
49 mins ago













@Sebastiano equation numbers are always placed at the margin

– David Carlisle
45 mins ago







@Sebastiano equation numbers are always placed at the margin

– David Carlisle
45 mins ago















@Sebastiano if you really wanted to change the margins you could use a minipage for example

– David Carlisle
43 mins ago





@Sebastiano if you really wanted to change the margins you could use a minipage for example

– David Carlisle
43 mins ago













I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

– Sebastiano
38 mins ago





I asked myself this question when I remember seeing a book of Physics in English that had the number of formulas nearby.

– Sebastiano
38 mins ago




1




1





if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

– David Carlisle
53 secs ago





if you surround the display with say begin{minipage}{.5textwidth} then the number is only moved half way across the page (although using a minipage has other issues) @Sebastiano

– David Carlisle
53 secs ago


















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488141%2foptions-leqno-reqno-for-documentclass-or-exist-another-option%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

“%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

夢乃愛華...