When I include \usepackage{lineno} the last page always is rendered blank.
I used this template for the manuscript, but the error doesn't seem to occur with that alone. I couldn't figure out a MWE to include. There isn't even an error or warning in the log file. Any idea what to try next to debug it?
I've gotten around this by using \cleardoublepage. It makes an extra page that ends up being empty that I can just delete afterward.
UPDATE: Thanks to @CarLaTeX for the link. It helped me work out an MWE.
\documentclass{bioinfo}
\usepackage{lipsum}
\usepackage[switch]{lineno}
\begin{document}
\linenumbers
\section{Introduction}
\lipsum[1-3]
%\cleardoublepage
\end{document}
If I toggle \cleardoublepage the page content displays/doesn't. I guess there is something in the bioinfo.cls file that conflicts with lineno?
\lineno. With\cleardoublepagethe balancing is not perfect, but it can be accepted for a provisional version with line numbers. – egreg Nov 02 '18 at 16:19