[plt-scheme] Tables in Scribblings

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Sep 11 15:00:43 EDT 2008

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



Posted on the users mailing list.