방정식에서 긴 텍스트 분할

방정식에서 긴 텍스트 분할

긴 텍스트를 방정식으로 분할하고 싶습니다. 또한 분할 및 여러 줄을 시도했지만 작동하지 않았습니다. 몇 가지 제안을 해주실 수 있나요?

답변1

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

\documentclass[a4paper]{article}
\usepackage{amsmath}
\begin{document}
How split these equation?
\begin{equation*}
\begin{split}
f+g+h+j+gf+hg+gf+g & =\text{sdgdsgdsgdsgsdgsdgsdgsdgsdgdgfgfgfgsfgfg}\\
& = \text{sdgdsgdsgdsgsdgsdgsdgsdgsdgdgfgfgfgsfgfg}\\
& = \text{sdgdsgdsgdsgsdgsdgsdgsdgsdgdgfgfgfgsfgfg}
\end{split}
\end{equation*}
\end{document}

관련 정보