[racket-dev] Scribble code for table with fixed-width columns?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jun 24 01:45:29 EDT 2014

Enclosed.

This approach can be as general as it is ugly, but I think `table`
should more directly support lines between rows and columns.

At Mon, 23 Jun 2014 14:58:16 -0400, Kathi Fisler wrote:
> Great, thanks!  How do I augment this with horizontal lines (\hlines) at
> the top and bottom, as well as between each pair of consecutive lines?
>  Assume this is a style of some sort (I should be all set after that).
> 
> Kathi
> 
> 
> On Mon, Jun 23, 2014 at 6:31 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 
> > At Mon, 23 Jun 2014 03:59:38 -0400, Kathi Fisler wrote:
> > > I need to create a table/tabular in which each column has a different
> > fixed
> > > width. In latex, I would write {p{1in} | p{2in}} in the column
> > > specification.
> > >
> > > Anyone have a sample of scribble code that does this?
> >
> > The enclosed example works by generating CSS classes and Latex macros
> > to format each table cell, and it's disappointingly difficult.
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.scrbl
Type: application/octet-stream
Size: 3734 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20140624/8990baf2/attachment.obj>

Posted on the dev mailing list.