두 줄의 통합 도메인

두 줄의 통합 도메인

다음 적분을 고려하십시오.

$$\int_{\text{One line \\ Second line}} \text{Loss}\left(\text{Foo, Bar} \vert \alpha\right)$$

이는 다음을 렌더링합니다.

여기에 이미지 설명을 입력하세요

적분의 맨 아래에 두 개의 분리되고 연속적인 줄을 One line어떻게 가질 수 있습니까 ?Second line

답변1

\substack또는 \subarray에서 사용할 수 있습니다 amsmath. 당신 과 함께 \subarray정당화를 제어할 수 있습니다.

\[ \int_{\substack{\text{One line} \\ \text{Second line}}}
\text{Loss}\left(\text{Foo, Bar} \vert \alpha\right) \]

\[ \int_{\begin{subarray}{l}\text{One line} \\ \text{Second line} \end
{subarray}} \text{Loss}\left(\text{Foo, Bar} \vert \alpha\right) \]

여기에 이미지 설명을 입력하세요

관련 정보