racket/collects/deinprogramm/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
..
deinprogramm.scrbl Fold DMdA-lib.scrbl into the other DMdA docs. 2009-03-15 10:49:41 +00:00
DMdA-advanced.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
DMdA-assignments.scrbl
DMdA-beginner.scrbl
DMdA-lib.scrbl
DMdA-vanilla.scrbl
image.scrbl remove reundant and slightly wrong 'declare-exporting' in deinprogramm doc 2009-05-21 11:20:36 +00:00
info.ss Fold DMdA-lib.scrbl into the other DMdA docs. 2009-03-15 10:49:41 +00:00
ka.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
line3d.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
p1.jpg
p2.jpg
p3.jpg
p4.jpg
prim-ops.ss
shared.ss
sound.scrbl
std-grammar.ss The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
turtle.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
world.scrbl