I am new to this forum, so I apologize in advance for maybe not asking in the right way.
I would like to have more than one fixpoint in a line, I can align future lines to. I am using the aligned environment plugged into the equation environment, this should not change. Maybe this question gets clearer in my MWE:
Code: Select all
\documentclass {article}
\usepackage[left=1 cm]{geometry}
\usepackage{amsmath}
\begin{document}
\begin{equation*}\begin{aligned}
\text{This line uses has two different points }&= \text{ but also }+ \text{are good points to start further lines}\\
&=\text{ this line starts with }=\\
&\hspace{1.9 cm} + \text{this line should start at }+ \text{ without using hspace}
\end{aligned}\end{equation*}
\end{document}
