I want to learn how to write math using LaTeX. I have a mac and have downloaded MacTex. I have used https://math.stackexchange.com and have learned the very basics of writing with MathJax and I liked how when I wrote, the displayed formula came up right underneath 
I have tried producing this same equation in LaTeX and got numbered equations instead.
So my questions are:
- How do I write without the (1) and (2) in LaTeX?
- Can I/how do I program LaTeX to display the formulas typesetted nicely automatically (perhaps beneath the raw text, like in MathJax) instead of constantly clicking the Typeset button?
- Where is a good place to learn (so far I have been using https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference to look how to write symbols I need).

align*environment instead ofalign. – Jan 13 '19 at 15:56