racket/collects/scribblings/slideshow
Matthew Flatt b098ca7aa6 slideshow: run a slideshow' or main' submodule, if any
A common Slideshow pattern is to put a subset of slides in its
own module with a `run-slides' function, and then you'd
(un)comment a `(run-slides)' call at the end of the module to
work on the subset by itself. Now, you can write
`(module+ main (run-slides))' atthe end of the module and not
have to comment it out. Adding `main' support to the `slideshow'
executable makes it more consistent with using `racket' directly.
Checking first for a `slideshow' submodule makes it possible
for `slideshow' and `racket' to do different things, in case
that's useful.
2012-05-29 11:00:43 -06:00
..
code.scrbl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
guide.scrbl slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
pict-diagram.rkt bitmap% convertible to 'png-bytes; more Scribble Latex; pict in Slideshow docs 2010-11-27 07:36:12 -07:00
picts.scrbl added thermometer 2012-05-18 10:48:24 -05:00
play.scrbl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
slides.scrbl slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slideshow.scrbl docs reorganization 2011-07-01 17:16:53 -06:00
ss.rkt rackety slideshow doc 2010-05-02 12:19:25 -06:00