Tagged Questions
6
votes
3answers
582 views
Why doesn't lineno number a paragraph when it is followed by an “align” equation environment without a space?
lineno skips the line numbering in this case:
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{lineno}
\linenumbers
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipiscing ...
7
votes
1answer
833 views
Why doesn't lineno number a paragraph when it is followed by an indented equation?
While searching for the source of missing line numbers, I realized that paragraphs followed immediately by an equation have no line number, but this is fixed when a space is included,
e.g. the ...
14
votes
1answer
6k views
Adding line numbers to latex and respecting equations
It's often convenient to add line numbers to a page automatically and the lineno package generally does the trick. But I've had two problems with it
It doesn't seem to align the line numbers with ...