You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final page of a multicols environment winds up with overlapping text when there are forced \columnbreaks on both the penultimate and the final page of the multicols and the columns on the penultimate page are short. If I fill the columns on the penultimate page, the problem does not occur.
\RequirePackage{latexbug}
\documentclass{article}
\usepackage[debugshow]{multicol}
\usepackage{lipsum}
\raggedbottom\raggedcolumns\setlength\columnsep{0.5in}
\setlength\columnseprule{.5pt}
\begin{document}
\begin{multicols}{2}
\lipsum[4]
% Uncommenting either this rule or the one in the next column% balances the columns on the last page%\rule{1pt}{350pt}\columnbreak\lipsum[4]
%\rule{1pt}{350pt}\columnbreak\lipsum[1]
\columnbreak\lipsum[4]
\end{multicols}
And some concluding text
\end{document}
Brief outline of the bug
The final page of a multicols environment winds up with overlapping text when there are forced \columnbreaks on both the penultimate and the final page of the multicols and the columns on the penultimate page are short. If I fill the columns on the penultimate page, the problem does not occur.
Slightly more context here
Minimal example showing the bug
Log file (required) and possibly PDF file
multicol overstrike.log
multicol overstrike.pdf
The text was updated successfully, but these errors were encountered: