borisveytsman / acmart

ACM consolidated LaTeX styles
613 stars 253 forks source link

`\setcopyright{cc}` for ACM Open Program? #526

Open florianjacob opened 7 months ago

florianjacob commented 7 months ago

I have a question regarding the \setcopyright{cc} option: My university is now part of ACM Open Program. The documentation mentions, beside the nonacm and acmengage conditions, that \setcopyright{cc} is applicable in these cases:

or for the authors that meet any
of the following requirements: (a)~part of the ACM Open Program;
(b)~publishing in a Gold Open Access publication;
(c)~paying the Open Access APC;
(d)~part of the Google publishing agreement.

However, the cc parameter leads to a warning in the document if neither nonacm nor acmengage is set. I was wondering whether this is intentional, i.e., the CC copyright is typeset by ACM instead of authors in the four cases mentioned above, or whether the warning needs an update for the four new cases where CC is applicable.

Thank you for your work!

ept commented 7 months ago

I just came here to ask exactly the same thing; we're also publishing Creative Commons-licensed papers via ACM Open. I've lately taken to modifying acmart.cls locally to delete the lines that generate the warning, since otherwise the Creative Commons support seems really nice. Can we just remove the warning?

See also #515. Thanks!