Ive been experimenting with latex: am i right in saying that to the only way to get line breaks is to type "begin{align*}" at beginning of latex, then type "\end{align*}" at the end of latex, and also to type "\\" for the exact location of desired line break?
To me (dont know anything about code) this seems like a lot of stuff to type for a simple line break, isn't it?? or is this common?? fyi, I am not insulting latex, i think its great, but in comparison to <br> it seems sort of over the top, no? is there a simpler way to get line break, or is this the simplest way? thank you
[tex]\begin{align*}a = b\\ + c + c = b + 2c \\ b = a - 2c \end{align*}[/tex]
also, in the above latex, why isn't the 3rd line starting at the far left? thanks