名前: Newbie 日時: 2002-01-23 15:17:20 IPアドレス: 133.102.16.*
>>5611 下のように使っています。 \documentclass[a4]{jbook} \makeatletter \renewcommand{\theequation}{% \thesection.\arabic{equation}} \@addtoreset{equation}{section} \makeatother \begin{document} \chapter{aaa} \section{bbb} \begin{equation} a=a \label{eq:eq1} \end{equation} 式(\ref{eq:eq1}) \end{document}
この書き込みへの返事: