분모에 있는 합 아래의 단어

분모에 있는 합 아래의 단어

내가 이것을 시도하면;

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{ 홀수 }}가 합산 아래가 아닌 합산의 오른쪽에 강제로 배치되기 때문에 이상합니다. 분모에 있기 때문이죠. 이 문제를 어떻게 해결합니까?

답변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).

관련 정보