I am working on a bilingual document with parallel text, occasionally interupted by monolingual sections (i.e. spanning the whole page width) in between. Each time the parallel text begins, the line I have dividing the columns extends above the top of the text, but is perfectly flush with the bottom. Is there a way I can get the line flush on both ends? The only thing I have figured out to try is to eliminate the space above the paragraph, but this apparently was not the problem. Many thanks in advance.
\documentclass{book}
\usepackage{paracol}
\begin{document}
\setlength{\columnsep}{1em}
\setlength{\columnseprule}{0.4pt}
\begin{paracol}{2}
Accipio.
\switchcolumn
I do accept it.
\end{paracol}
\end{document}


IbyÎyour line would not be protuding at the top, if you deleted thepit would be protuding at the bottom as it would still leave space for a descender – David Carlisle Jan 11 '23 at 16:39