Yeah, so the whole copyright segment in the bottom left needs to be: 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 ACM 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 permissi...@acm.org. OOPSLA ’13 October 29-31 2013, Indianapolis, IN, USA Copyright © 2013 ACM 978-1-4503-2374-1/13/10. . . $15.00
@copyrightdata fills in the "978-1-..." bit @copyrightyear fills in the 2013 next to ACM @conferenceinfo fills in the "OOPSLA ..." line But everything else is hardcoded, so I actually get: 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. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. OOPSLA ’13 October 29-31 2013, Indianapolis, IN, USA Copyright © 2013 ACM 978-1-4503-2374-1/13/10. . . $10.00 And the text above it is fixed by the \permission command in sigplanconf.cls, and I can't find a way to make that configurable. (Actually, I just noticed another thing that I want to change --- my copyright text is supposed to say $15.00 and not $10.00, which is also hardcoded into the sigplanconf.cls in the repo (I just checked HEAD)). Maybe that style file just needs to be updated, though doing that might make old papers not build correctly anymore. On Fri, Aug 2, 2013 at 7:53 AM, J. Ian Johnson <i...@ccs.neu.edu> wrote: > Have you tried putting the copyright text in copyrightdata? > http://docs.racket-lang.org/scribble/SIGPLAN_Paper_Format.html#%28def._%28%28lib._scribble/sigplan..rkt%29._copyrightdata%29%29 > -Ian > ----- Original Message ----- > From: "Joe Gibbs Politz" <j...@cs.brown.edu> > To: users@racket-lang.org > Sent: Thursday, August 1, 2013 8:59:25 PM GMT -05:00 US/Canada Eastern > Subject: [racket] scribble/sigplan question > > Hi! > > I'm producing a scribble/sigplan camera-ready paper, and can't get the > copyright text quite right. > > I got different copyright text from the publisher than what's included > with Scribble in collects/scribble/sigplan/sigplanconf.cls for the > definition of \permission. I can modify the .cls file in my checkout > of Racket myself, but I'm wondering if there's a better way to do > this. > > Is it possible to configure which sigplanconf.cls I use, change what > \permission uses for text inside my scrbl file, or do something else > more re-usable than modifying the checkout? I think I just lack to > Scribble-fu to know what to try. > > Thanks! > Joe P. > ____________________ > Racket Users list: > http://lists.racket-lang.org/users ____________________ Racket Users list: http://lists.racket-lang.org/users