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

Reordering and page overflow when using float in twocolumn acmart #475

Open
SharzyL opened this issue Jul 31, 2022 · 0 comments
Open

Reordering and page overflow when using float in twocolumn acmart #475

SharzyL opened this issue Jul 31, 2022 · 0 comments

Comments

@SharzyL
Copy link

SharzyL commented Jul 31, 2022

When using twocolumn acmart (e.g. \documentclass[sigconf]{acmart}), in case there are a lot of floats, the ordering of these floats is chaotic and unbalanced. Some floats may even overflow from the page. Such problems do not occur when using \documentclass[twocolumn]{article}.

Here is a sample document:

\documentclass[sigconf]{acmart}
\usepackage{algorithm}
\usepackage{blindtext}

\def\ba#1{%
    \begin{figure}
        \caption{Bunny Rhythm}
        \blindtext[#1]
    \end{figure}
}
\begin{document}
\title{This is the title}

\begin{abstract}
\blindtext
\end{abstract}

\keywords{kw1, kw2, kw3}

\maketitle
\ba1 \ba1 \ba2 \ba1 \ba2 \ba2 \ba1 \ba1 \ba2 \ba3 \ba3 \ba1 \ba2 \ba2 \ba2 \ba1 \ba3 \ba2 \ba2 \ba3 \ba1 \ba1 \ba3 \ba3 \ba3 \ba1 \ba3 \ba1 \ba3 \ba2 \ba3 \ba2 \ba3 \ba2 \ba2 \ba1 \ba2 \ba2 \ba3 \ba1
\end{document}

image
(pdf file)

The order of figures are not as expected (e.g. Figure 7 is placed after Figure 23), and the right side of the page overflows even when the overflow can be avoided.

Environment: pdfLaTeX in TeXLive 2022.63035-1 on ArchLinux,

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

No branches or pull requests

1 participant