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
LaTeX Warning: Unused global option(s):
[twocolumn,balance=true].
and additionally in
Package balance Warning: You have called \balance in second column
(balance) Columns might not be balanced.
because the \balance in \AtEndDocument is too late, but maybe this second warning is intended.
The issue with false reporting of unused global options is IMHO because of using xkeyval. Maybe you could switch to LaTeX's key-value option handling to avoid it.
acmart
reports options as unused global options, even if they are used. For exampleresults in:
This also happens with key=value options:
results in
and additionally in
Package balance Warning: You have called \balance in second column (balance) Columns might not be balanced.
because the
\balance
in\AtEndDocument
is too late, but maybe this second warning is intended.The issue with false reporting of unused global options is IMHO because of using
xkeyval
. Maybe you could switch to LaTeX's key-value option handling to avoid it.See also: Unused Balance Option Warnings in ACM Template.
The text was updated successfully, but these errors were encountered: