名前: 道産子 日時: 2007-11-05 12:49:39 IPアドレス: 218.230.136.*
>>50088 こんにちは,道産子です. \normalsize 自体を再定義してはいかがでしょうか. \documentclass{jarticle} \usepackage{amsmath} \makeatletter \renewcommand{\normalsize}{% \@setfontsize\normalsize\@xpt{15}% \abovedisplayskip \z@ \abovedisplayshortskip \z@ \belowdisplayshortskip \z@ \belowdisplayskip \abovedisplayskip \let\@listi\@listI} \normalsize \makeatother \begin{document} 本文と別行立て数式の間隔を調節したいのです. \begin{equation} (x-1)(x^5+x^4+x^3+x^2+x+1)=x^6-1. \end{equation} 数式の間隔を調節したいのです. \end{document}
この書き込みへの返事: