[plt-scheme] Tables in Scribblings
At Thu, 11 Sep 2008 12:52:21 -0600, "Doug Williams" wrote:
> Is there an example that someone can point to of using a table in scribbled
> documentation?
You might grep for uses of `make-table' in "collects/scribblings".
For example,
http://docs.plt-scheme.org/guide/Reading_and_Writing_Scheme_Data.html
has a simple two-column table implemented in
http://svn.plt-scheme.org/plt/trunk/collects/scribblings/guide/io.scrbl
Another example is the table of output styles in
http://docs.plt-scheme.org/drscheme/output-syntax.html
has a simple two-column table implemented in
http://svn..../collects/scribblings/drscheme/printing.scrbl
Matthew