Commit Graph

15 Commits

Author SHA1 Message Date
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
Eli Barzilay
c0a8a01222 Changed @itemize{...} to @itemize[...] (done after comparing the doc
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)

svn: r14427
2009-04-05 17:46:20 +00:00
Eli Barzilay
6cd75acb0a a bunch of (mostly) latex-leftover typos
svn: r11449
2008-08-27 07:07:59 +00:00
Danny Yoo
abcfc65bc9 Correcting canvas typo in draw-overview.scrbl.
svn: r10273
2008-06-15 20:16:36 +00:00
Danny Yoo
6d36289f79 Correcting top-level-window typo in draw-overview.scrbl.
svn: r10272
2008-06-15 20:12:15 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00
Matthew Flatt
343308481a work on guide, and fix problems with scribble/eval
svn: r8250
2008-01-07 21:47:22 +00:00
Matthew Flatt
f3cb86dc1a sandbox Scribble evaluations; fix rational exact->inexact loss of precision
svn: r8238
2008-01-06 16:54:34 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
e4cbc4e6a9 371.2
svn: r7263
2007-09-02 17:39:32 +00:00
Matthew Flatt
c9f1aec9eb checkpoint GUI manual work
svn: r7117
2007-08-18 12:22:05 +00:00
Matthew Flatt
cac6aa498d checkpoint GUI docs
svn: r7110
2007-08-17 21:13:50 +00:00
Matthew Flatt
c7c3d60b16 checkpoint new GUI toolbox docs
svn: r7109
2007-08-17 16:19:31 +00:00
Matthew Flatt
33d7e3ded3 new gui reference work
svn: r7106
2007-08-16 18:48:47 +00:00