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

From: Kathi Fisler (kfisler at gmail.com)
Date: Mon Jun 23 14:58:16 EDT 2014

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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20140623/e86b62e5/attachment.html>

Posted on the dev mailing list.