hyper-literate/pkgs/scribble-pkgs/scribble-test/tests/scribble
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
..
docs scribble/base: add #:{column,row,cell}-properties arguments to tabular 2014-03-25 14:23:22 -06:00
markdown-docs Scribble->Markdown titles are now rendered correctly. Sections have been shifted by one level (which also looks better on Github). 2013-12-18 18:53:55 -07:00
decode.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
docs.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
eval.rkt add tests for scribble/eval 2014-03-05 16:41:56 -05:00
exe.rkt scribble/manual: delay expressions that require collection-based files 2014-02-11 10:07:03 -07:00
main.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
markdown.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
reader.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
render.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
text-collect.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
text-lang.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
text-wrap.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00
xref.rkt move Scribble tests to "scribble-test" 2013-07-18 15:20:51 -06:00