On this page:
t
etc
PLane  T
manual-doc-style
hash-lang
void-const
undefined-const
commandline
inset-flow
centerline
math
filebox
deprecated
image/  plain
4.2.11 Miscellaneous

procedure

(t pre-content ...)  paragraph?

  pre-content : pre-content?
Wraps the decoded pre-content as a paragraph.

value

etc : element?

Like "etc.", but with an abbreviation-ending period for use in the middle of a sentence.

value

PLaneT : element?

"PLaneT" (to help make sure you get the letters in the right case).

A style to be used for a document’s main part to get the style configuration of #lang scribble/manual. See Manual Rendering Style.

procedure

(hash-lang)  element?

Returns an element for #lang that is hyperlinked to an explanation.

Returns an element for #<void>.

Returns an element for #<undefined>.

procedure

(commandline pre-content ...)  paragraph?

  pre-content : pre-content?
Produces an inset command-line example (e.g., in typewriter font).

procedure

(inset-flow pre-flow ...)  nested-flow?

  pre-flow : pre-flow?
Creates a nested-flow with indenting on the left and right.

Using nested with the 'inset style is a prefered alternative.

procedure

(centerline pre-flow ...)  nested-flow?

  pre-flow : pre-flow?
An alias for centered for backward compatibility.

procedure

(math pre-content ...)  element?

  pre-content : any/c
The decoded pre-content is further transformed:

procedure

(filebox filename pre-flow ...)  block?

  filename : (or/c string? element?)
  pre-flow : pre-flow?
Typesets the pre-flows as the content of filename. For example, the content may be inset on the page with filename above it. If filename is a string, it is passed to filepath to obtain an element.

procedure

(deprecated [#:what what]    
  replacement    
  additional-notes ...)  block?
  what : content? = "library"
  replacement : content?
  additional-notes : content?
Produces an inset warning for deprecated libraries, functions, etc. (as described by what), where replacement describes a suitable replacement. The additional-notes are included after the initial deprecation message.

procedure

(image/plain filename-relative-to-source    
  pre-element ...)  element?
  filename-relative-to-source : string?
  pre-element : any/c
An alias for image for backward compatibility.