分母にある合計の単語

分母にある合計の単語

これを試してみると;

Substituting the expression for \(\Psi\) in to the above and rearranging we derive an expression for the vacuum field \(\Psi'\) as a function of \(\mu \),

\begin{equation}
\Psi' = \frac{\Phi_t}{\mu ab\left[1+ \frac{4}{\pi^2}\sum_{m,n \mbox{ odd }} \frac{\alpha_{mn}}{mn}\right]} \\[1ex]
\end{equation}

with the sum being over odd \(m,n\). The total magnetic flux is defined as just the sum of the flu

すると、{m,n \mbox{ odd }} が合計の下ではなく右側に配置されてしまうので奇妙です。これは、分母にあるためです。どうすればこれを修正できますか?

答え1

推奨事項をまとめると、(1)分母の および分数\displaystyleのサイズを一般に大きくし\sum、下付き文字の位置を合計の下の限界に変更するには、 を使用します。(2)の代わりに、パッケージの\textrmまたは を使用します。は、下付き文字や限界にはサイズが適切ではなく、フォントが適切でない可能性のある周囲のテキスト フォントを使用します。(3) また、括弧のサイズと、合計の下の限界によって占められる垂直方向のスペースを何らかの方法で制御すると便利です。これは、括弧 (および) の明示的なサイズ コマンドを選択し、限界に対して を使用することで実行できます。\textamsmath\mbox\mbox\biggl[\biggr]\smash

\documentclass{article}
\begin{document}
Substituting the expression for \(\Psi\) in to the above and rearranging
we derive an expression for the vacuum field \(\Psi'\) as a function of
\(\mu \),
\begin{equation}
  \Psi' = \frac{\Phi_t}{\mu ab \biggl[ \displaystyle 1 + \frac{4}{\pi^2}
          \sum_{\smash{m,n\ \textrm{odd}}} \frac{\alpha_{mn}}{mn}\biggr]}
\end{equation}
with the sum being over odd \(m,n\). The total magnetic flux is defined
as just the sum of the flu
\end{document}

限界値の位置だけを変更したい場合は、\sum\limitsの代わりにを使用します\sum( も置き換えます\mbox)。

関連情報