►
Scribble:
The Racket Documentation Tool
1
Getting Started
2
@ Syntax
3
High-
Level Scribble API
4
Scribbling Documentation
5
Literate Programming
6
Text Generation
7
Low-
Level Scribble API
8
Running
scribble
Index
▼
3
High-
Level Scribble API
3.1
Base Document Format
3.2
Racket Manual Format
3.3
Book Format
3.4
Report Format
3.5
SIGPLAN Paper Format
3.6
JFP Paper Format
3.7
LNCS Paper Format
5.3.6
top
← prev
up
next →
3.3
Book Format
#lang
scribble/book
The
scribble/book
language is like
scribble/base
, but configured with Latex style defaults to use the standard
book
class. Top-level sections are rendered as Latex chapters.
top
← prev
up
next →