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
A document satisfying all of the following conditions...
Class option sigconf is in use
There are at least two authors
Both of them have complete \affiliation blocks
There is an \authornote
... will throw an "overfull \hbox" warning --- with the line numbers pointing not to the \maketitle, as one might expect, but to the \end{document} line, even if that's thousands of words and multiple \clearpages later. Moreover, no matter what the \overfullrule is set to, there will be no indication in the PDF of where the problem is.
This should be a sufficient and close-enough-to-minimal test case:
\documentclass[draft,sigconf]{acmart}
\begin{document}
\title{Overfull \textbackslash{}hbox at end of document}
\author{Alice Able}
\affiliation{
\institution{Institute for Debugging}
\city{Null Island}
\country{Ghana}
}
\authornote{This seems to be necessary}
\author{Bob Baker}
\affiliation{
\institution{Institute for Debugging}
\city{Null Island}
\country{Ghana}
}
\maketitle
\end{document}
The text was updated successfully, but these errors were encountered:
A document satisfying all of the following conditions...
sigconf
is in use\affiliation
blocks\authornote
... will throw an "overfull \hbox" warning --- with the line numbers pointing not to the
\maketitle
, as one might expect, but to the\end{document}
line, even if that's thousands of words and multiple\clearpage
s later. Moreover, no matter what the\overfullrule
is set to, there will be no indication in the PDF of where the problem is.This should be a sufficient and close-enough-to-minimal test case:
The text was updated successfully, but these errors were encountered: