racket/collects/scribblings/slideshow/code.scrbl
Robby Findler 9932ef33f7 move the slideshow/pict library to its own collection
also, adjust all of the requires in the tree to point to the pict
collection
2013-05-12 22:07:58 -05:00

15 lines
403 B
Racket

#lang scribble/doc
@(require "ss.rkt"
scribble/eval
(for-label slideshow/code
racket/gui/base))
@title{Typesetting Racket Code in Slideshow}
@defmodule[slideshow/code]{
The @racketmodname[slideshow/code] library
provides all of the exports of
@racketmodname[pict/code] and also initializes
@racket[get-current-code-font-size] to @racket[current-font-size].}