hello I am presently using \documentclass{amsbook} for a project in number theory.
The latex software I have numbers equations on the left hand side of the equation.
Could somebody tell me please how to change that to Right hand side numbering
JDB
Text Formatting ⇒ equation numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
equation numbering
For this class it requires an additional option.
The class documentation has the details.
Thorsten
Code: Select all
\documentclass[11pt,a4paper,reqno]{amsbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\begin{document}
\begin{equation}
E=mc^2
\end{equation}
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: equation numbering
Try changing:
\documentclass{amsbook}
to
\documentclass[reqno]{amsbook}
(Ouch. Out-ninja-ed again!)
\documentclass{amsbook}
to
\documentclass[reqno]{amsbook}
(Ouch. Out-ninja-ed again!)
Re: equation numbering
Thank you friends.
JDB
JDB
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: equation numbering
Now that the problem is solved, please mark the topic accordingly as you have already been directed in my last reply.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10