Numbering of Equations
Published on 30 Nov 2007Tags #LaTeX
The following commands change the numbering of equations to include the current section:
% ...
\usepackage{amsmath,amsfonts}
\numberwithin{equation}{subsection}
% ...
\begin{document}
% ...
\end{document}