numbering of equations
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
the following commands will change the numbering of equations to include the current section:
% ...
\usepackage{amsmath,amsfonts}
\numberwithin{equation}{subsection}
% ...
\begin{document}
% ...
\end{document}



