134b15abd5Changed @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)
Eli Barzilay
2009-04-05 17:46:20 +0000
8b1a22893dremove support files when a test is done
Eli Barzilay
2009-03-23 23:04:30 +0000
dff49f902edisable sandbox break propagation in scribble/eval
Matthew Flatt
2009-03-22 16:42:35 +0000
9f2af4697emore time, for slower machines
Eli Barzilay
2009-03-22 01:30:13 +0000
9dd05abdaeThere is a problem with empty lines: having a line (= a row) in the code tables with empty contents makes the row not appear. Usually, we'd put an there so it does show, but that would be bad for the preprocessor examples where I really want to have the table contents reflect the exact file contents.
Eli Barzilay
2009-03-22 01:26:15 +0000
da64fcb797Finished the docs+tests, added some minor utilities.
Eli Barzilay
2009-03-21 15:06:48 +0000
241883588ddoc updates for v4.1.5.2
Matthew Flatt
2009-03-17 21:06:42 +0000
90c669ce1bfix 'defform*' #:id without #:literals (PR 10103); should merge to 4.1.5
Matthew Flatt
2009-03-16 12:52:28 +0000
36a92072fdStart a proper preprocessor documentation, with tests included. (proper "literate testing".)
Eli Barzilay
2009-03-15 22:05:52 +0000
763a1a1b7dchange render og var-ids under a quote
Matthew Flatt
2009-03-15 13:30:26 +0000
a1b7be1a90functionality for packaging tests and documentation for the preprocessor language
Eli Barzilay
2009-03-15 07:41:04 +0000
208edf6016reformat using #lang
Eli Barzilay
2009-03-15 01:06:57 +0000
7d488fa96badd center valignment for table cells
Matthew Flatt
2009-03-13 16:08:06 +0000
4672f9b344dont show spaces at the end of a line when not needed
Eli Barzilay
2009-03-12 18:25:08 +0000
d1f1c4011dA complete rewrite of text output using port state now. Also a few more text-controlling primitives.
Eli Barzilay
2009-03-12 02:27:12 +0000
fd1bb626d6fix grammar alignment; allow row-independent 'alignment and 'valignment associations in a table style
Matthew Flatt
2009-03-12 00:59:54 +0000
9eb42b71eefix defclass and some scheme/gui argument schemevarfont binding
Matthew Flatt
2009-03-10 23:14:53 +0000
1653b798cdThe scribble/text language works much better now, with indentation-aware output being possible.
Eli Barzilay
2009-03-10 09:36:54 +0000
32d49f6429Avoid lumping together output values as (output '(x y z)), use separate output expressions instead.
Eli Barzilay
2009-03-08 21:10:07 +0000
ff3a20bb98more fixes when 'toc sections are not immediately under a 'toc section
Matthew Flatt
2009-03-06 18:41:39 +0000
49027e78cdScribble: add 'non-toc style for --htmls output
Matthew Flatt
2009-03-06 17:35:22 +0000
22ee29d234delete the target file if it exists
Eli Barzilay
2009-03-05 09:58:12 +0000
0e562a46da* Turn report-output? to an overridable method * New extra-files field, and `render' installs them (the render of multi-html copies these files to each directory) * Add an ++extra argument to the scribble command line * Fix output of the indirect renderer
Eli Barzilay
2009-03-05 09:49:53 +0000
77748d9e13look for pdflatex.exe too under windows
Eli Barzilay
2009-03-04 19:36:55 +0000
6913c927f3forgot to add to the last commit
Eli Barzilay
2009-03-04 18:55:13 +0000
f9d796999eMove the prefix-file, style-file, and style-extra-files to be defined in base-render.ss.
Eli Barzilay
2009-03-04 18:52:56 +0000
7f0900073b* run.ss is used for he scribble command-line tool * scribble.ss is gone (ot was doing the running, which run.ss defined) * converted run.ss to scheme/base * added private/indirect-renderer which can be used to build renderers that are based on conversion from the result of an existing renderer, obviously useful with the latex renderer * added pdf-render using this and private/run-pdflatex * added a --pdf option to run.ss
Eli Barzilay
2009-03-04 16:35:41 +0000
bd2dd5c43amzlib/class -> scheme/class
Eli Barzilay
2009-03-04 01:29:08 +0000
c93f74f781fix private library name
Matthew Flatt
2009-03-03 23:05:25 +0000
37dbe64ec4scriblib
Matthew Flatt
2009-03-03 23:02:24 +0000
7a5f07fc4dmytexttt -> Scribtexttt
Matthew Flatt
2009-03-01 21:58:41 +0000
ff2f50c755added a pdflatex iterator
Eli Barzilay
2009-03-01 19:26:36 +0000
51b61f80fdscribble latex rendering: remove a pair of {} around element with style
Matthew Flatt
2009-03-01 12:07:25 +0000
2c8cfdb3e9Scribble Latex rendering of table styles
Matthew Flatt
2009-03-01 03:30:44 +0000
4563ae1d7bfix latex rendering of superscripts; fix CSS inclusion in subsections rendered on separate pages
Matthew Flatt
2009-02-28 15:27:09 +0000
1b4c0c027cadd htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions
Matthew Flatt
2009-02-27 22:56:00 +0000
ebabd8d9f9scribble doc corrections
Matthew Flatt
2009-02-27 01:36:32 +0000
d9edf185bfsupport and document itemization styles
Matthew Flatt
2009-02-27 01:19:08 +0000
b7ba65934dadd scribble/lp to complement scribble/lp/lang/reader
Matthew Flatt
2009-02-26 22:57:06 +0000
ed3216185badjust scribble/lp docs
Matthew Flatt
2009-02-26 22:49:07 +0000
caf5421f7ffix scribble/lp for check syntax
Matthew Flatt
2009-02-26 22:00:25 +0000
d62f6ee503new units, contracts, tests
Jay McCarthy
2009-02-26 17:09:26 +0000
513a508dc4fix srcloc and binding tracking in scribble/lp
Matthew Flatt
2009-02-26 13:40:59 +0000
de160f7842fix some Scribble rendering issues with tables containing flows abd cell styles; extend Slideshow play to handle more optional arguments; fix some docs
Matthew Flatt
2009-02-25 21:14:22 +0000
a9198c9c9efix scribble/lp by not lifting require
Matthew Flatt
2009-02-25 18:35:51 +0000
c571d7f881add #lang scribble/manual; change latex table rendering to use a smaller minipage for multiple columns of non-para/table cell flows
Matthew Flatt
2009-02-25 18:27:16 +0000
0bd5ae64c7fixed some bugs that broke the build
Robby Findler
2009-02-25 18:18:34 +0000
f2b25bc20ffix scribble/lp chunk linking
Matthew Flatt
2009-02-25 16:05:10 +0000
aee7b363b4made the special identifier <*> count as main, if it is present
Robby Findler
2009-02-25 15:30:29 +0000
6ea98dd621add body id tag support to Scribble
Matthew Flatt
2009-02-23 12:48:30 +0000
8089d6867bdelay 'scheme' expansion to expression position
Matthew Flatt
2009-02-22 21:40:45 +0000
2a91307fcescribble back-end configuration improvements
Matthew Flatt
2009-02-22 18:37:35 +0000
0e45d725eaPLaneT typesetting
Matthew Flatt
2009-02-22 16:01:53 +0000
a0beff1796layout improvements
Matthew Flatt
2009-02-22 16:00:00 +0000
7eab88977bchanged the way the literate program setup works
Robby Findler
2009-02-21 17:22:02 +0000
a6002db1ecanother scribble/lp/lang/lang repair
Matthew Flatt
2009-02-21 14:15:29 +0000
d33566e09fchat-noir literate small repairs
Matthew Flatt
2009-02-21 13:30:22 +0000
43168b31ddmoved the newly literate program scribbled docs for the chat noir into the actual docs for the games collection
Robby Findler
2009-02-21 03:16:11 +0000
194dfd7362manual move of the files to avoid the svn bug
Robby Findler
2009-02-21 02:48:14 +0000
c3b18904afadd and use at-exp meta-language
Matthew Flatt
2009-02-18 23:14:18 +0000
00623a67aefix image scaling in Scribble HTML output
Matthew Flatt
2009-02-17 21:32:26 +0000
5b6a24344fremove unneeded dependency of framework on parts of Scribble; Redex doc repairs; add #:style? argument to deftech
Matthew Flatt
2009-02-17 15:22:55 +0000
a174d220fddoc scribble/scheme; add make-element-id-transformer
Matthew Flatt
2009-02-17 13:51:35 +0000
4139a7271cScribble: change handling of argumentd in defproc, etc., to use lexical bidning instead of parameters and symbols; fix some docs
Matthew Flatt
2009-02-17 01:15:38 +0000
1617e8d8aechanged htdp languages to allow identifier module paths; scribble improvements to latex back-end; added definterface
Matthew Flatt
2009-02-16 22:04:51 +0000
0d96872a1aminor doc formatting
Eli Barzilay
2009-02-16 17:42:46 +0000
e4a2ca5ac1no underlines
Eli Barzilay
2009-02-16 16:44:34 +0000
36569a05b4#:part is gone
Eli Barzilay
2009-02-16 16:43:00 +0000
5b3b204a92some improvements
Eli Barzilay
2009-02-16 16:42:37 +0000
9f64663db4add #:underlined? argument to elemref
Matthew Flatt
2009-02-16 16:42:22 +0000
ff5f3c508aadded smaller to scribble/basic
Matthew Flatt
2009-02-16 16:35:06 +0000
e1f8c00bdfbetter latex rendering of tt underscore
Matthew Flatt
2009-02-16 16:20:22 +0000
744dd44978document scribble/srcdoc
Matthew Flatt
2009-02-16 14:45:50 +0000
db690297b7Adds a #:part option to `chunk', to control how it's displayed.
Eli Barzilay
2009-02-16 06:30:41 +0000
e581f8ceb7use a counter to get separate tags and section titles
Eli Barzilay
2009-02-16 04:33:54 +0000
0752d0eb55better names
Eli Barzilay
2009-02-16 03:22:09 +0000
c62039efcechunks are translated to subsections -- not working right yet, but save a checkpoint
Eli Barzilay
2009-02-16 03:19:05 +0000
5b8c9ce05amove the doc wrapper code into literate-doc-wrapper.ss
Eli Barzilay
2009-02-16 02:59:30 +0000
b4f877bd45some more reformatting etc, at all levels (and the schememodname went away, again -- will get it back soon with the lifting of requires)
Eli Barzilay
2009-02-16 02:53:01 +0000
8e9347bc09Some more require sorting -- no need for the scribble stuff to be provided from literate-lang, and switched to scheme/base (so the game file need to require it for syntax.)
Eli Barzilay
2009-02-16 01:02:55 +0000
f5cdef07f2minor reformatting
Eli Barzilay
2009-02-16 00:51:03 +0000
92cd42afe6* There's no need to do the syntactic checks of identifiers for chunk', if there's an error, then people will get it anyway when they run the code. This means that chunk' can be a simple syntax-rule. * Removed some redundant requires.
Eli Barzilay
2009-02-16 00:48:13 +0000
e257507b09use a more convenient hack to include the literate source
Eli Barzilay
2009-02-15 23:46:17 +0000