hyper-literate/pkgs/scribble-pkgs
Matthew Flatt 0fd78b8ca8 scribble/base: add #:{column,row,cell}-properties arguments to tabular
The new arguments greatly simplify adding properties such as alignment
and (HTML) background colors to table cells. For example, to make a
table with 'right alignment for the left-hand column, 'center alignment
for the second column, and 'left alignment for all remaining columns:

 (tabular cells
          #:sep (hspace 1)
          #:column-properties '(right center left))

Also, make `color-property` and `background-color-property` recognized
as table-cell style properties.

Finally, implement horizontal alignment for text rendering.

original commit: 316fc0dbf5e26061245d815c992cc54d9738aa79
2014-03-25 14:23:22 -06:00
..
scribble LGPL by reference 2014-02-27 15:56:11 -07:00
scribble-doc scribble/base: add #:{column,row,cell}-properties arguments to tabular 2014-03-25 14:23:22 -06:00
scribble-html-lib LGPL by reference 2014-02-27 15:56:11 -07:00
scribble-lib scribble/base: add #:{column,row,cell}-properties arguments to tabular 2014-03-25 14:23:22 -06:00
scribble-test scribble/base: add #:{column,row,cell}-properties arguments to tabular 2014-03-25 14:23:22 -06:00
scribble-text-lib LGPL by reference 2014-02-27 15:56:11 -07:00