3.5 SIGPLAN Paper Format
#lang scribble/sigplan | package: scribble-lib |
syntax
#lang scribble/sigplan @preprint |
syntax
#lang scribble/sigplan @10pt |
syntax
#lang scribble/sigplan @nocopyright |
syntax
#lang scribble/sigplan @onecolumn
syntax
#lang scribble/sigplan @notimes
syntax
#lang scribble/sigplan @noqcourier
The 10pt, preprint, nocopyright, onecolumn, notimes, and noqcourier options can be used together and may appear in any order.
procedure
pre-content : pre-content?
syntax
(include-abstract module-path)
procedure
pre-content : pre-content?
procedure
(authorinfo name affiliation email) → block?
name : pre-content? affiliation : pre-content? email : pre-content?
procedure
(conferenceinfo conference location) → block?
conference : pre-content? location : pre-content?
procedure
(copyrightyear content ...) → block?
content : pre-content?
procedure
(copyrightdata content ...) → block?
content : pre-content?
procedure
content : pre-content?
procedure
procedure
content : pre-content?
Added in version 1.13 of package scribble-lib.
procedure
(category CR-number subcategory third-level [ fourth-level]) → content? CR-number : pre-content? subcategory : pre-content? third-level : pre-content? fourth-level : (or/c #f pre-content?) = #f
procedure
content : pre-content?
procedure
content : pre-content?
For category, the subcategory argument should be in titlecase (i.e., capitalize the first letter of each word) and a phrase at the level of “Programming Languages” or “Software Engineering” (as opposed to a category like “Software” or a third-level name like “Concurrent Programming” or “Processors”). A third-level phrase should be in titlecase. A fourth-level phrase, if any, should not be capitalized.
For terms, each general term should be in titlecase. Terms are usually drawn from a fixed list, and they are usually optional.
For keywords, 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.