我想拆分方程中的长文本。我也尝试过拆分和多行,但没有用。你能提供一些建议吗?
答案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}