[Tex/LaTex] How to add copyright box in acm alternative style

acm

I don't know why this information is not easier to find. How do I produce the copyright box in the ACM tighter alternative style? The rights management and bibstrip text blocks. It starts with Permission to make digital or hard copies of all or part of this work and so forth.

I guess this has been asked before and is a duplicate?

I received a paragraph from ACM. I guess I am required to paste this as is? The last line includes a DOI that was not shown in the papers of the last year conference. Is the DOI line new?

Best Answer

I just found the answer. You can use the \permission paragraph in the metadata. The doi line can be put into the \crdata. I copied the full metadata below:

% --- Author Metadata here ---
\permission{Permission to make digital or hard copies of all or part of
this work for personal or classroom use is granted without fee provided 
that copies are not made or distributed for profit or commercial advantage 
and that copies bear this notice and the full citation on the first page. 
Copyrights for components of this work owned by others than the author(s) 
must be honored. Abstracting with credit is permitted. To copy otherwise, 
or republish, to post on servers or to redistribute to lists, requires 
prior specific permission and/or a fee. Request permissions from 
Permissions@acm.org.}
\conferenceinfo{ICMR '14}{April 01 - 04 2014, Glasgow, United Kingdom\\
{\mycrnotice{Copyright is held by the owner/author(s). Publication rights 
licensed to ACM.}}}
\copyrightetc{ACM \the\acmcopyr}
\crdata{978-1-4503-2782-4/14/04\ ...\$15.00.\\
http://dx.doi.org/10.1145/2578726.2578744}
% --- End of Author Metadata ---

It does need some new commands before the \begin{document}:

\newfont{\mycrnotice}{ptmr8t at 7pt}
\newfont{\myconfname}{ptmri8t at 7pt}
\let\crnotice\mycrnotice%
\let\confname\myconfname%