Commit Graph

63 Commits

Author SHA1 Message Date
Eli Barzilay
16cd1ad78d Make `defproc' throw an error if two arguments have the same name.
Related to the already fixed PR 12114 and PR 12133, which motivated the
error, and a few additional typos of the same kind.

(Note that it uses the symbols, but that's how they'll render anyway.)
2011-09-16 11:14:18 -04:00
Eli Barzilay
debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00
Eli Barzilay
28946a0a43 More reformatting 2010-05-21 20:41:35 -04:00
Matthew Flatt
fb4af54436 rackety Scribble doc 2010-05-02 12:00:44 -06:00
Matthew Flatt
826fbdf16f add scribble/jfp
svn: r18507
2010-03-10 22:17:51 +00:00
Eli Barzilay
44d88cee6b newlines at EOFs
svn: r16630
2009-11-09 03:49:50 +00:00
Matthew Flatt
229e2636de change scribble 'variant' to 'property'; add contracts in scribble/decode
svn: r15581
2009-07-27 03:55:43 +00:00
Matthew Flatt
345c17e85c major Scribble revision (v4.2.1.2)
svn: r15569
2009-07-25 20:25:33 +00:00
Matthew Flatt
bcfb69b21f add compound-paragraphs to Scribble, improve Latex rendering for unnested single-column tables
svn: r15378
2009-07-04 00:52:03 +00:00
Matthew Flatt
77843f5e8e add 'url style to Scribble
svn: r15059
2009-06-02 19:13:23 +00:00
Matthew Flatt
22864b594d fix Scribble rendering of links when tag-prefixed sub-sections appear in the same output anchor scope
svn: r14608
2009-04-25 13:46:54 +00:00
Matthew Flatt
8aa8b938a0 change margin-note to generate a blockquote insteda of a single paragraph
svn: r14535
2009-04-17 01:30:15 +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
Matthew Flatt
6ee7b0379c add center valignment for table cells
svn: r14089
2009-03-13 16:08:06 +00:00
Matthew Flatt
e43b393253 fix grammar alignment; allow row-independent 'alignment and 'valignment associations in a table style
svn: r14063
2009-03-12 00:59:54 +00:00
Matthew Flatt
5cefebf1ee Scribble: add 'non-toc style for --htmls output
svn: r13983
2009-03-06 17:35:22 +00:00
Matthew Flatt
955f2e3441 Scribble Latex rendering of table styles
svn: r13887
2009-03-01 03:30:44 +00:00
Matthew Flatt
d220693476 support and document itemization styles
svn: r13865
2009-02-27 01:19:08 +00:00
Matthew Flatt
90bc1d816d fix some Scribble rendering issues with tables containing flows abd cell styles; extend Slideshow play to handle more optional arguments; fix some docs
svn: r13843
2009-02-25 21:14:22 +00:00
Matthew Flatt
ce79598a4a add body id tag support to Scribble
svn: r13801
2009-02-23 12:48:30 +00:00
Matthew Flatt
04c2a2c3a4 scribble back-end configuration improvements
svn: r13792
2009-02-22 18:37:35 +00:00
Matthew Flatt
e5756667d6 use PDF-based picts in the Latex build of the Quick tutorial; in general, change a .pdf image extension to .png for HTML output; add package-original-identifiers and fix package-exporte-identifiers
svn: r13432
2009-02-04 21:03:28 +00:00
Eli Barzilay
caeb7f9fa1 forgot to save these with the previous commit
svn: r13417
2009-02-04 16:31:59 +00:00
Matthew Flatt
7b3c5db0f8 doc .gif->.png for Scribble Latex output
svn: r13009
2009-01-05 10:24:02 +00:00
Matthew Flatt
81dfc14cc6 remove search box for Scribble HTML output unless requested; move some hardwired styles to CSS file
svn: r12029
2008-10-14 01:53:34 +00:00
Matthew Flatt
198b05897b adjust HTML rendering of paragraphs as table cells; avoiding 'p' tags makes cut-and-paste work better
svn: r11998
2008-10-12 16:14:39 +00:00
Matthew Flatt
4fe97848b2 fix HTML problems that affect Opera; add ++style to scribble executable; fix some Latex back-end issues
svn: r11997
2008-10-12 15:53:49 +00:00
Matthew Flatt
c8318761c8 document ways to control Scribble TOC output
svn: r10972
2008-07-29 20:40:25 +00:00
Matthew Flatt
2c813c53c5 fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs)
svn: r10960
2008-07-29 12:56:05 +00:00
Matthew Flatt
4092392e5a adjust Scribble para/div style handling
svn: r10910
2008-07-25 13:16:06 +00:00
Matthew Flatt
a97b4bff8a scribble and doc improvements
svn: r10896
2008-07-24 11:32:16 +00:00
Matthew Flatt
1c6281111b add render-element structure, and use it in the search doc
svn: r10782
2008-07-15 22:03:36 +00:00
Eli Barzilay
805c168236 * make script accept a path to use for an external script file
* use it to have the search files as externals (which is significantly
  faster on some browsers (IE))

svn: r10089
2008-06-02 14:58:54 +00:00
Matthew Flatt
fdd99b83dc more consistent cleaning of index strings; fix for 'get-module-code' when no file (source, bytecode, or extension) is available
svn: r10002
2008-05-28 17:40:23 +00:00
Eli Barzilay
00a5391be2 * change script-element to take a list of strings, pad it with newlines
* make links from the outside the plt going inside be absolute links

svn: r9962
2008-05-26 18:29:16 +00:00
Matthew Flatt
c9bf30746e scribble: javascript and attribute hooks
svn: r9958
2008-05-26 14:03:38 +00:00
Matthew Flatt
a41f8e8e38 tweak appearance of main doc page
svn: r9951
2008-05-25 15:16:03 +00:00
Matthew Flatt
931d93ba2f Scribble support for redirecting external links and re-rooting corss-reference paths
svn: r9448
2008-04-24 02:37:47 +00:00
Matthew Flatt
2b27ed4872 doc updates
svn: r9250
2008-04-11 02:07:15 +00:00
Matthew Flatt
fc033290da fix Scribble and some docs after today's changes
svn: r9142
2008-04-02 23:34:47 +00:00
Matthew Flatt
bd97e3e797 r6rs progress
svn: r8775
2008-02-23 14:11:24 +00:00
Matthew Flatt
6a8a1557d3 tighten some Scribble contracts, improve docs
svn: r8486
2008-01-31 14:16:00 +00:00
Matthew Flatt
841056855e more scribble struct doc clarifications
svn: r8483
2008-01-31 04:40:18 +00:00
Matthew Flatt
beef670942 scribble struct doc clarifications
svn: r8482
2008-01-31 04:33:50 +00:00
Matthew Flatt
7e6ef8eeb5 small improvements to scribble data structures
svn: r8481
2008-01-31 00:06:54 +00:00
Matthew Flatt
60f7074bab doc fixes and rendering tweaks
svn: r8453
2008-01-28 22:43:50 +00:00
Matthew Flatt
13025bff7a add master index
svn: r8310
2008-01-12 18:32:30 +00:00
Matthew Flatt
7fc41024c0 3.99.0.9: binding links in docs use nominal import sources
svn: r8196
2008-01-03 19:07:02 +00:00
Matthew Flatt
e4a588e405 add support for 'color and 'bgcolor styles
svn: r8064
2007-12-19 16:52:54 +00:00
Matthew Flatt
67752bc435 add 'last' field to picts, and document slideshow/code
svn: r8033
2007-12-17 00:28:20 +00:00