名前: 植松 淳 日時: 2007-09-11 16:02:39 IPアドレス: 133.6.50.*
>>49452 amsmath パッケージを使っているので、\mbox の代わりに \text も使えます。 すべての行に \notag をつけるなら、align* 環境にしたほうが簡単です。 \documentclass[12pt,fleqn]{jsarticle} \usepackage{amsmath} \begin{document} \begin{align*} \sqrt{2}&=1 \hspace{18zw} \mbox{これを第1近似値とします}\\ \sqrt{2}&=1+ \frac{1}{2}=1.5 \hspace{13zw} \mbox{第2近似値}% 最後の行には \\ は不要 \end{align*} \end{document}
この書き込みへの返事: