名前: まぁくん 日時: 2002-07-18 15:16:25 IPアドレス: 163.221.21.*
>>9550 >>9551 先ほどの補足です。 > ! LaTeX Error: Environment subequations undefined. を見て思ったんですけど,amsmath.sty が読み込まれてないのでしょう。 良し悪しは問わないことにして,簡単な例を書くと以下のようになります。 \documentclass[12pt,a4j]{jreport} \usepackage{amsmath} %% これが必要です \begin{document} \begin{subequations} \begin{align} \nabla \cdot \mathbf{B} &= 0 ,\\ \mathbf{B} &=\nabla \times \mathbf{A} \end{align} \end{subequations} \end{document}
この書き込みへの返事: