Page LayoutLine numbering near 'align' environment

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
bfleshman
Posts: 1
Joined: Tue Mar 03, 2009 7:34 pm

Line numbering near 'align' environment

Post by bfleshman »

With the following, I find an extra line number:

\documentclass{article}
\usepackage{lineno}
\usepackage{amsmath}
\linenumbers*[1]
\begin{document}
\begin{linenomath*}
\begin{align}
&a1& \nonumber \\
&a2& \nonumber
\end{align} \end{linenomath*}
\end{document}
texshop_image.png
texshop_image.png (1.92 KiB) Viewed 3546 times
Thoughts? Thanks in advance!
Last edited by bfleshman on Thu Mar 05, 2009 4:18 pm, edited 3 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

Re: Line numbering near 'align' environment

Post by Bozack »

Just a guess, but you might have made a \\ too much at the end of your 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). ;)
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit
Post Reply