I am trying to number my equation. I am using the following code
\begin{equation} \label{equ1}
a_1^2 + a_2^2 = a_3^2
\end{equation}
But the result is (0.1). But I want (1) like this. Can anyone tell me how to fix it?
I am trying to number my equation. I am using the following code
\begin{equation} \label{equ1}
a_1^2 + a_2^2 = a_3^2
\end{equation}
But the result is (0.1). But I want (1) like this. Can anyone tell me how to fix it?
counterwithout{equation}{section}. – Bernard Jul 03 '22 at 21:43scrartclclass – Tom Jul 03 '22 at 21:46\renewcommand*{\theequation}{\arabic{equation}}– Tom Jul 03 '22 at 21:53\counterwithout{equation}{section}works fine. – Bernard Jul 03 '22 at 21:55