racket/collects/scribblings/scribble/book.scrbl
Matthew Flatt 09d4aa3d79 Scribble: add scribble/book' and scribble/report' languages
These languages set the default class for Latex rendering, and also
adjust Latex commands so that top-level sections are chapters, etc.
2013-02-01 10:15:53 -08:00

10 lines
309 B
Racket

#lang scribble/manual
@(require "utils.rkt")
@title{Book Format}
@defmodulelang[scribble/book]{The @racketmodname[scribble/book]
language is like @racketmodname[scribble/base], but configured with
Latex style defaults to use the standard @tt{book} class. Top-level
sections are rendered as Latex chapters.}