I'm working on a document on how to solve some basic integral problems. However, I'm having difficulty getting \begin{equation}\end{equation} to do what I need it to do. I would like all of my equations to be aligned (why I started looking at the equation environment) and numbered, but I would also like to put lines of text between parts of the equation to document what is happening.
My problem is, lines of text are inline with equations no matter what I type. Here's what I've tried.
\begin{equation}
\vec{F_{net}} = m \vec{a}\\
\text{This is a basic equation, and is also on the same line as the previous example}
\end{equation}
This code compiles fine, but everything is on one line and runs off the page. What's the best way to fix this?


\textoutside theequation. Why not? – Werner Apr 26 '13 at 18:22alignenvironment and keep the tab positions? and its associated duplicates... – Werner Apr 26 '13 at 18:34