Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlapping text with multicol #11

Closed
polysyllabic opened this issue Jan 23, 2018 · 3 comments
Closed

Overlapping text with multicol #11

polysyllabic opened this issue Jan 23, 2018 · 3 comments
Assignees

Comments

@polysyllabic
Copy link

polysyllabic commented Jan 23, 2018

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

\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}

Log file (required) and possibly PDF file

multicol overstrike.log
multicol overstrike.pdf

@FrankMittelbach
Copy link
Member

@polysyllabic wil have a look tomorrow (or rather today :-) )

@FrankMittelbach
Copy link
Member

I attempted a fix but it needs further testing and of course integration into the package eventually.
I leave this issue open until that is done

See https://tex.stackexchange.com/a/411910/10109

@FrankMittelbach
Copy link
Member

should now be fixed in the development sources and will update with the next ctan release in spring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants