08/02/02 22:45:09
質問です.
chapterが使える状況で,
\def\theequation{\thesection.\arabic{equation}}
\makeatletter
\@addtoreset{equation}{section}
\makeatother
と書いておけば
\capter{hoge}
\section{hoge}
\begin{equation}
1+1=2
\end{equation}
で,数式番号がsection番号に沿ってカウントされますが,
chapterが使えないとき,
\section{hoge}
\subsection{hoge}
\begin{equation}
1+1=2
\end{equation}
で,数式番号をsubsection番号に沿ってカウントさせる場合はどうすればいいのでしょうか?
\@addtoreset{equation}{subsection}にしてもダメでした・・・