Skip to content

Commit

Permalink
add a little more description of the keywords and ccsdesc functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Jun 20, 2024
1 parent d64e38f commit 3c3f16c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scribble-doc/scribblings/scribble/acmart.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,14 @@ screen version of the image links to the badge authority.
)]{

Typesets term and keyword information for the paper, which
is normally placed immediately after an @racket[abstract] form.
is normally placed immediately after an @racket[abstract] or @racket[include-abstract] form.
See also @url["http://www.acm.org/about/class/how-to-use"].

For @racket[terms], each general term should be in titlecase. Terms
are usually drawn from a fixed list, and they are usually optional.

For @racket[keywords], capitalize only the first letter of the first
The @racket[keywords] procedure generates the ``Additional Key Words and Phrases''
section. Capitalize only the first letter of the first
word, separate phrases by commas, and do not include ``and'' before
the last one. Keywords should be noun phrases, not adjectives.}

Expand All @@ -330,7 +331,8 @@ Sets the start page for the paper.}

@defproc[(ccsdesc [#:number number? #f] [content pre-content?] ...) content?]{

Declares CCS description with optional numeric code.}
Declares CCS description with optional numeric code.
This generates the ``CCS Concepts'' section.}

@defproc[(received [#:stage stage string? #f] [date string?]) content?]{

Expand Down

0 comments on commit 3c3f16c

Please sign in to comment.