名前: ZR 日時: 2009-01-18 15:57:03 IPアドレス: 123.225.25.*
>>52574 単純化(かつ誇張)すると次のようになっていると思われます。 \documentclass{article} \begin{document} \baselineskip=20pt % 和文用の広い行送り \everydisplay{ \baselineskip=12pt % 欧文用の狭い行送り %\advance\belowdisplayskip-8pt %(*) shortskip も同様に \relax} This is a line immediately before the display math. $$ x=\mbox{(display math)} $$ This is a line immediately after the display math. \end{document} 従って、(*)に相当する処理を入れるといいのでは…。
この書き込みへの返事: