Matthew Flatt
19221251c7
scribble: clarify intent of `#:use-sources'
...
original commit: 5d06476cb3f91c7dbd370b1e24a5454cb4dd1229
2011-07-05 07:03:26 -06:00
Matthew Flatt
5086963aa8
fix test
...
which is sensitive to details of the documentation of `->'
original commit: e3b8997fb8532c4491848be48f011635f4147dce
2011-07-04 16:35:38 -06:00
Eli Barzilay
45a9cd48c2
".ss" -> ".rkt" scan done.
...
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Eli Barzilay
b8556478f5
Try to improve the tests wrt timeouts and memory limits
...
original commit: 226f86d201794a880e0ec49ab6cb03ec937c962e
2011-07-02 01:10:38 -04:00
Ryan Culpepper
0e1979d80b
docs reorganization
...
added tutorial, racket categories
relabeled some other categories
normalized manual names: de-bolded, changed some names
original commit: 1b702a2ae32aba835f7467ced6b203902db0ccd9
2011-07-01 17:16:53 -06:00
Matthew Flatt
ca809eb024
remove syntax certificates; add syntax taints
...
original commit: 1160d3df629ce65eb8fe9ebea2c33b8d4000ea50
2011-06-29 19:15:48 -06:00
Eli Barzilay
2b3b4f15e0
Add block' to
scribble/text', to explicitly ask for an indentation block.
...
* Lists are now either blocks or splices depending on whether they
appear inside a block or a splice (default to block).
* Adjusted the docs and a single test where this mattered.
* Change the documentation to be "text.html" and to be titled "text
generation".
original commit: 0af236dc2f39d5b697ca26af51b6f1e659d6bbe9
2011-06-28 18:16:07 -04:00
Eli Barzilay
2917d887d6
A long overdue scan to eliminate files without terminating newlines.
...
(DrRacket should really do that.)
original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b
2011-06-28 02:01:41 -04:00
Eli Barzilay
d2eb729e49
Finish converting scheme' ->
racket'.
...
Everything compiles fine now even if the compatibility bindings are
gone.
original commit: a38f384a002ccf6c3cbaab813fe080ca226e4a59
2011-06-28 00:45:38 -04:00
Eli Barzilay
0ed2447eb9
A ton of @scheme*' ->
@racket*' and related updates.
...
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
original commit: ac26fe75546b5182d78f18c2cd882f0f440849e2
2011-06-25 04:08:47 -04:00
Matthew Flatt
ad8ba406ee
fix `codeblock' handling of spaces
...
for a chunk that also includes newlines
original commit: 52825c68a15841282de4f7c0e60e832a728de6fb
2011-06-22 07:49:15 -06:00
Matthew Flatt
9f6f5d9812
add --latex-section' mode to
scribble'
...
original commit: 3f95fabf7c4ef7616633820e79bf4d1ea472bbb9
2011-06-22 07:49:15 -06:00
Matthew Flatt
532feda048
document `scribble' command-line use
...
original commit: 73f6a2b3929c6c55add6ea6e7e54ae9628f776c5
2011-06-21 06:45:44 -06:00
Eli Barzilay
41c51bfdb4
Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
...
(Some other minor things here and there.)
original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
2011-06-20 04:27:14 -04:00
Matthew Flatt
c6d0c1b138
"under <platform>" -> "on <platform>"; "X" -> "Unix"
...
I originally picked "under" as the preposition to go before
a platform name, but obviously you should build "on" a
platform, and "under" suddenly annoys me. The choice of "on"
is now codified in the documentation style guide. Meanwhile,
"Unix" insted of "X" seems more clear and consistent in the
`racket/gui' docs.
More usefully, this patch also fixes a few out-of-date
platform-specific claims.
original commit: f34a31cac945a622ea5994ca270cc5e253c795ed
2011-06-17 18:54:43 -06:00
Vincent St-Amour
71fd650e3c
These changes break with bad sandboxes.
...
Revert "Fix interface."
Revert "Add more scribble forms that evaluate code and display the results."
This reverts commit a621eaf04151f4bf830bfe3fca5c60c6dd72fcae.
This reverts commit 7e9dbded4c89c5e95945e2f91653fab0b58a0390.
original commit: 8f092e83309b0b376feb1fc1ad13914990137b50
2011-06-17 15:18:48 -04:00
Vincent St-Amour
3dc3b7ee6e
Fix interface.
...
original commit: a621eaf04151f4bf830bfe3fca5c60c6dd72fcae
2011-06-17 14:47:16 -04:00
Vincent St-Amour
01a237406a
Add more scribble forms that evaluate code and display the results.
...
original commit: 7e9dbded4c89c5e95945e2f91653fab0b58a0390
2011-06-17 14:04:38 -04:00
Danny Yoo
ba61cf64e8
Fixing the comment-at-end-of-file bug (PR#11982)
...
original commit: d78fccb75bd29ce5ca5abb090109410a7759ca1e
2011-06-16 21:37:48 -04:00
Eli Barzilay
88e9704a8b
Pass around the form name so that an error from the sandbox will show a
...
more useful error.
original commit: 768baa5983297370ef06023400565b0a3d4c099d
2011-06-16 21:37:48 -04:00
Eli Barzilay
bf18603b97
Switch to `#lang', reformat, and some minor improvements.
...
original commit: d4dec81c91a3d95ce8d252a2b63bdc3fe8c79128
2011-06-16 21:37:47 -04:00
Eli Barzilay
09eb2cc7b7
Add an error message when the sandbox doesn't capture its output as a string.
...
original commit: 43d1c240a171943e214ac43055e6bdbfc5072f70
2011-06-16 21:37:47 -04:00
Matthew Flatt
41b848edda
Scribble Latex Unicode fixes
...
original commit: c9e98a5f1f3e93815352e4177730d7704c5ecda9
2011-06-16 15:06:15 -06:00
Danny Yoo
6229f725df
added example of making an evaluator for interaction
...
original commit: e35e005a1c833bdc70a76bf1ffe2e6720b881675
2011-06-16 12:09:55 -04:00
Matthew Flatt
a847663f2d
adjust `racketmodname' to ignore for-label imports
...
so that `@racketmodname[lazy], for example, typesets correctly
when `lazy' is imported for-label
original commit: c8999c25413352de46cd1f8006a768ff74938163
2011-06-15 08:23:33 -06:00
Eli Barzilay
db7729e6c4
Revise this comment
...
original commit: 80f0d57cdd46a4b3226dc5af64bd8e72edaba3dd
2011-06-14 19:02:30 -04:00
Robby Findler
027d80e352
added a missing error check to scribble decoding
...
original commit: ecf45ab426b5215a71f31ffb223dfce7cadd66fd
2011-06-11 08:58:06 -05:00
Matthew Flatt
d8f6292e36
try to clarify intent of #:contracts' in
defform'
...
original commit: fbbb30f7b013dc187b20bdecae0e57a845b3b3c8
2011-05-30 08:58:11 -06:00
Robby Findler
fae7c00658
sriblib/autobib: added a keyword argument to generate-bibliography to control the name of the section
...
original commit: 62d758ca56d16ceb8c4f55460ffdb904a52b002d
2011-05-27 07:32:20 -05:00
Eli Barzilay
58183ac740
Go down boxes too.
...
original commit: 7f6733b61706fb421669a198b0701869e3345093
2011-05-23 14:05:13 -04:00
Jay McCarthy
d1019505c9
Adding scriblib/bibtex.
...
original commit: 291ee08736847a5daf21d30cb1a5b1e841316539
2011-05-21 10:10:05 -06:00
Jay McCarthy
34ec37f10f
First pass
...
original commit: 0332a09d107435552a0d29579ccc81f6acf9a848
2011-05-21 10:10:05 -06:00
Jay McCarthy
b7cd18d881
Parsing
...
original commit: dc639df1da0f41ba42258cd3822d4b0372fbd0cb
2011-05-21 10:10:04 -06:00
Jay McCarthy
7d9255f949
Parsing
...
original commit: 12f5994191fca72e34fe4ff08ea4e56604f2931d
2011-05-21 10:10:04 -06:00
Jay McCarthy
92db41b34f
Parsing
...
original commit: 996a0366f8c8cdacbc2dd59a5d1ffbc85964b504
2011-05-21 10:10:04 -06:00
Jay McCarthy
f423da24e0
Progress
...
original commit: eb55bc9a86acd4169ee29a66ac1b8abcd1ef1a62
2011-05-21 10:10:04 -06:00
Jay McCarthy
1d0f2af4f0
Worked too long on this today
...
original commit: 5fd6f0663e85e4ac432ebe5f67f91aea2b1855f8
2011-05-21 10:10:04 -06:00
Jay McCarthy
02f46b6da6
Initial bibtex fakery
...
original commit: e8d3ce3f3f5d915fda41b67f2845a5500faa404b
2011-05-21 10:10:03 -06:00
Matthew Flatt
a37d3fc996
fix 'exact-chars Latex rendering for `multiarg-element'
...
original commit: b44f217cddd166412c56bd80e810ebdeebcd1337
2011-05-19 06:36:54 -07:00
Matthew Flatt
e4f618d24d
scribble: add support for setting a document date
...
in Latex output, and also document and generalize
the 'pretitle paragraph style
original commit: 66178570b6f13fe2f6163d7b15e9e4118a4d0bad
2011-05-15 19:42:22 -06:00
Matthew Flatt
dc3a4f59e8
fix doc typo
...
original commit: c5816ab6f969e08a30eb624d73b1fdad52686d46
2011-05-13 08:55:03 -06:00
Robby Findler
36e76ed714
fix search path problem in scribble
...
original commit: 0a0445692b5727e6cb0661035ada7f4da21d861d
2011-05-13 09:05:25 -05:00
Matthew Flatt
45f4c0c133
fix `scribble/lncs' docs
...
original commit: 4671b5f2ba2d422955153d9f1dabe1cc6b282cd9
2011-05-10 20:34:28 -06:00
Robby Findler
c06213e9c7
added the scribble/lncs language
...
original commit: a1217107b26359a13f642798570c4f7a2efb2303
2011-05-10 14:10:28 -05:00
Robby Findler
8111a22e06
a start on the scribble/lncs language
...
original commit: e88f86efe43e17ecabbf67ee2b3c1f5317c3c2ca
2011-05-08 22:19:46 -05:00
Robby Findler
00758423a6
document the help collection's top-level modules
...
original commit: 2fe1c3b80d2d84a67f1384d42ea1f818d8466ee7
2011-05-06 17:29:03 -05:00
Robby Findler
d429fda9d9
moved the docs-complete library into rackunit
...
to avoid having a separate, new manual for the
one library
original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
2011-05-05 16:10:42 -05:00
Robby Findler
0bcc3edb0e
add in the supported ->i forms
...
original commit: 551c6866d1088797c5a010df93f2a3ee56eb9b77
2011-05-01 14:15:57 -05:00
Robby Findler
90408eea58
adjust scribble's racketblock renderer so that #true and #false
...
don't turn into #t and #f.
original commit: c8d476c76ee1f19fc6d1bf3503081221806b709a
2011-04-30 20:35:16 -05:00
Sam Tobin-Hochstadt
6a607c97ab
new version of sigplanconf.cls
...
original commit: db5d59a2170db5bb1e834bd0efc70bf7ef2ab887
2011-04-30 19:48:59 -04:00