I am trying to align the + symbols, while also aligning the = symbols, as such
As you can see, I managed to align at the ='s but not the +'s, how can I do that? This is the code I used (using quad to kind of align them):
x &= a + b (ert)\\
&\quad\quad + c(ert)\\
&= abc
When I try something like this:
x &= a &&+ b (ert)\\
& &&+ c(ert)\\
&= abc
I also tried alignat, and split inside align, but nothing seems to do the trick.





-1alignment points... :-o – Werner Jul 29 '22 at 22:31alignis defined to use -1 in that slot rather than have a user argument – David Carlisle Jul 29 '22 at 22:35\start@aligned). – Werner Jul 29 '22 at 23:09t= top, try it without and you will see – David Carlisle Jul 30 '22 at 14:56