I would like to number equations (in increasing order using positive integers) so that the number appears in parenthses (n) in the right margin. Currently, my equation numbers appear in the left margin and the number corresponding to the nth equation in section m is (m.n). How can I edit the numbers and the location?
MWE
\documentclass[english]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsthm}
\usepackage{setspace}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\makeatother
\usepackage{babel}
\begin{document}
\section{\textbf{Introduction.}}
\begin{doublespace}
\begin{equation}
A=B
\end{equation}
\end{doublespace}
\end{document}
\numberwithin{equation}{section}statement. – Mico Nov 25 '15 at 06:46reqno; Document > Settings... > Modules > Selected > Number Equations by Section (Delete). – Werner Nov 25 '15 at 06:53