racket/collects/scribblings/slideshow/slideshow.scrbl
Matthew Flatt cc2a099a32 more slideshow docs/refinements
svn: r7751
2007-11-16 21:58:33 +00:00

29 lines
961 B
Racket

#lang scribble/doc
@require["ss.ss"]
@define[paper-url "http://www.cs.utah.edu/plt/publications/jfp05-ff.pdf"]
@title{Slideshow}
Slideshow is a library for creating presentation slides. Unlike
Powerpoint, Slideshow provides no WYSIWYG interface for constructing
slides. Instead, like SliTeX, a presentation is generated by a
program.
To get started, run the @exec{slideshow} executable, and click the
@onscreen{Run Tutorial} link.
To learn more about why Slideshow is cool, see also ``Slideshow:
Functional Presentations'' @cite[#:key "slideshow" #:title "Slideshow:
Functional Presentations" #:author "Robert Bruce Findler and Matthew
Flatt" #:location @elem{@italic{Journal of Functional Programming},
16(4-5), pp. 583--619} #:date "2006" #:url paper-url].
@table-of-contents[]
@; ------------------------------------------------------------------------
@include-section["guide.scrbl"]
@include-section["picts.scrbl"]
@include-section["slides.scrbl"]