latex-lineno / lineno

lineno – Line numbers on paragraphs
Other
11 stars 2 forks source link

`\linelabel` should not error #12

Open jessexknight opened 3 months ago

jessexknight commented 3 months ago

For usability, maybe \linelabel should not throw an error when used with \nolinenumbers, since it causes the pain described here.

A simple workaround is to attach \renewcommand{\linelabel}[1]{} to \nolinenumbers so that any \refs just return ?? but it would be nice if this were the default behaviour, unless there's something I'm missing?

Thanks!