I am relatively new to LateX, and am a bit confused with the \begin{equation} command. I use $$...$$ to enter the math mode in a new environment. However, I find that when I combine $$..$$ with \begin{equation}, the equation is not centered. However, for some reason, \begin{equation} seems to work with the ..\ method of writing equations better. Is there any reason for this? Thanks!
Asked
Active
Viewed 83 times
0
\[ … \]preferable to$$?. You should never use$$and surely not$$\begin{equation}...\end{equation}$$: just\begin{equation}...\end{equation}. – egreg Mar 01 '16 at 22:27$$? – Ian Thompson Mar 01 '16 at 22:37$$...$$. – Werner Mar 01 '16 at 22:46\[by default as well:-) – David Carlisle Mar 01 '16 at 22:51\method? – David Carlisle Mar 01 '16 at 22:52