08/06/08 16:54:04 7VNaufeG0
>>197
やってみた。
\documentclass{jsarticle}
\renewcommand{\thesection}{第\arabic{section}章}
\renewcommand{\theequation}{\arabic{section}, \arabic{equation}}
\makeatletter
\@addtoreset{equation}{section}
\makeatother
\begin{document}
\section{ほげほげ}
てすと。
\begin{equation}
y = A \sin \omega t
\end{equation}
\end{document}