
Quiero dividir un texto largo en una ecuación. También probé dividir y multilínea pero no funcionó. ¿Podrías darnos alguna sugerencia?
Respuesta1
\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}