latex-lineno / lineno

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

Compatibility with balance #2

Closed koppor closed 2 years ago

koppor commented 2 years ago

I have issues in using pbalance together with lineno:

\documentclass[twocolumn]{article}
\usepackage{mwe}
\usepackage{lineno}
\usepackage{pbalance}
\begin{document}
\lipsum[1-13]
\end{document}

Result:

grafik

The author of pbalance (@urrameu) states:

Unfortunately, fixing this goes WAY beyond my TeX knowledge.

Source: https://gitlab.com/lago/pbalance/-/issues/2#note_996277132

Maybe, @kwwette could support him?

kwwette commented 2 years ago

Sorry @koppor but I also don't have the TeX knowledge (or time) to debug this.

You might want to look at the revtex class used in physics. It supports line numbers, and can also balance columns. It may be suitable for your needs.

urrameu commented 2 years ago

Hi,

I am the author of pbalance. I figured out a way to solve this problem, but have not yet implemented it (I will in the next couple of days). Still, I will check revtex too.