Page Layout ⇒ Line numbering near 'align' environment
Line numbering near 'align' environment
\documentclass{article}
\usepackage{lineno}
\usepackage{amsmath}
\linenumbers*[1]
\begin{document}
\begin{linenomath*}
\begin{align}
&a1& \nonumber \\
&a2& \nonumber
\end{align} \end{linenomath*}
\end{document}
Thoughts? Thanks in advance!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Line numbering near 'align' environment
It would be lovely if you could post a minimum working example (a snippet of the code which others can compile - to see if they get the same error).
