Version: 5.1.3
3.3 SIGPLAN Paper Format
The scribble/sigplan
language is like scribble/manual, but configured with
Latex style defaults to use the "sigplanconf.cls" class
file that is included with Scribble.
Enables the preprint option. Use preprint only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and preprint:
#lang scribble/sigplan @preprint |
Enables the 10pt option. Use 10pt only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and 10pt:
#lang scribble/sigplan @10pt |
Enables the nocopyright option. Use nocopyright only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and nocopyright:
#lang scribble/sigplan @nocopyright |
Enables the onecolumn option. Use onecolumn only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and onecolumn:
#lang scribble/sigplan @onecolumn
Disables the use of \usepackage{times} in the generated LaTeX output.
Use onecolumn only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and notimes:
#lang scribble/sigplan @notimes
Disables the use of \usepackage{qcourier} in the generated LaTeX output.
Use onecolumn only on the
same line as #lang, with only whitespace (or other options) between
scribble/sigplan and noqcourier:
#lang scribble/sigplan @noqcourier
The 10pt, preprint, nocopyright, onecolumn, notimes, and noqcourier options can be used together and may appear in any order.
(abstract pre-content ...) → block? |
pre-content : pre-content? |
Generates a nested flow for a paper abstract.
(include-abstract module-path) |
Similar to include-section, but incorporates the document in the
specified module as an abstract. The document must have no title or
sub-parts.
(authorinfo name affiliation email) → block? |
name : pre-content? |
affiliation : pre-content? |
email : pre-content? |
A replacement for author that associates an affiliation and
e-mail address with the author name.
| |||
| |||
|
Declares information that is collected into the copyright region of the paper.
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
|
Typesets category, term, and keyword information for the paper, which
is normally placed immediately after an abstract form.