Document Classes ⇒ lineno package
lineno package
I found a solution. Just leave space above the "\begin{equation}" line.
NEW: TikZ book now 40% off at Amazon.com for a short time.
lineno package
@dgmadival Leaving an empty line above `\begin{equation}` will result in incorrect spacing. Compare the following 2 cases:
Code: Select all
\documentclass{article}
\begin{document}
test
\begin{equation}
a^2+b^2=c^2
\end{equation}
test
test
\begin{equation}
a^2+b^2=c^2
\end{equation}
test
\end{document}