4.2.13 Manual Rendering Style🔗ℹ

Using #lang scribble/manual for the main part of a document associates style properties on the doc export to select the Racket manual style for rendering.

A html-defaults style property is added to doc, unless doc’s style already has a html-defaults style property (e.g., supplied to title). Similarly, a latex-defaults style property is added if one is not already present. Finally, an css-style-addition property is always added.

For HTML rendering:

  • The document’s prefix file is set to "scribble-prefix.html", as usual, in html-defaults.

  • The document’s style file is set to "manual-style.css" from the "scribble" collection in html-defaults.

  • The file "manual-fonts.css" from the "scribble" collection is designated as an additional accompanying file in html-defaults.

  • The file "manual-racket.css" from the "scribble" collection is added as a css-style-addition.

To obtain this configuration without using #lang scribble/manual, use manual-doc-style.