racket/collects/teachpack/htdp/scribblings
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
arrow-gui.scrbl
arrow.scrbl
convert.scrbl
dir.scrbl
docs.scrbl
draw.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
elevator.scrbl
graphing.scrbl
guess-gui.thtml
guess.scrbl
gui.scrbl
hangman.scrbl
htdp.scrbl
image.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
lkup-gui.thtml
master.scrbl
matrix.scrbl
servlet.thtml
servlet2.thtml
shared.ss add htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions 2009-02-27 22:56:00 +00:00
show-queen.scrbl
world.scrbl add htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions 2009-02-27 22:56:00 +00:00