3.5 SIGPLAN Paper Format
#lang scribble/sigplan | package: scribble-lib |
语法
#lang scribble/sigplan @preprint |
语法
#lang scribble/sigplan @10pt |
#lang scribble/sigplan @nocopyright |
#lang scribble/sigplan @onecolumn
语法
#lang scribble/sigplan @notimes
#lang scribble/sigplan @noqcourier
The 10pt, preprint, nocopyright, onecolumn, notimes, and noqcourier options can be used together and may appear in any order.
函数
pre-content : pre-content?
语法
(include-abstract module-path)
函数
pre-content : pre-content?
函数
(authorinfo name affiliation email) → block?
name : pre-content? affiliation : pre-content? email : pre-content?
函数
(conferenceinfo conference location) → block?
conference : pre-content? location : pre-content?
函数
(copyrightyear content ...) → block?
content : pre-content?
函数
(copyrightdata content ...) → block?
content : pre-content?
函数
content : pre-content?
函数
函数
content : pre-content?
添加于package scribble-lib的1.13版本。
函数
(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
函数
content : pre-content?
函数
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.