andrevdh
- 2,126
- 116
What is the formatters for beginning a new line in Latex? According to the notes two backshlashes "\\" should do the trick.
\begin{array}{l}
x = y \\
a^2 = b^2 \\
\mathop {\lim }\limits_{\delta x \to 0} \frac{{\delta y}}{{\delta x}} \\
\end{array}
The only time that has worked for me is when I am actually writing to a TeX file (that will be made into a PS or PDF document).andrevdh said:What is the formatters for beginning a new line in Latex? According to the notes two backshlashes "\\" should do the trick.