数式内の長いテキストを分割する

数式内の長いテキストを分割する

数式内の長いテキストを分割したいです。分割や複数行も試しましたが、うまくいきませんでした。何かアドバイスをいただけませんか?

答え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}

関連情報