racket/collects/scribblings/scribble/report.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

9 lines
266 B
Racket

#lang scribble/manual
@(require "utils.rkt")
@title{Report Format}
@defmodulelang[scribble/report]{The @racketmodname[scribble/report]
language is like @racketmodname[scribble/book], but configured with
Latex style defaults to use the standard @tt{report} class.}