scribble: add 'block style for `table'

original commit: 20256a3f1504f44ccb10c128910b4d822bd857cf
This commit is contained in:
Matthew Flatt 2012-04-04 19:54:26 -06:00
parent e287958185
commit d327ca1190
2 changed files with 3 additions and 0 deletions

View File

@ -433,6 +433,7 @@
[index? (eq? 'index s-name)] [index? (eq? 'index s-name)]
[tableform [tableform
(cond [index? "list"] (cond [index? "list"]
[(eq? 'block s-name) "tabular"]
[(not (current-table-mode)) "bigtabular"] [(not (current-table-mode)) "bigtabular"]
[else "tabular"])] [else "tabular"])]
[opt (cond [(equal? tableform "bigtabular") ""] [opt (cond [(equal? tableform "bigtabular") ""]

View File

@ -477,6 +477,8 @@ recognized:
@item{@racket['centered] --- Centers HTML output horizontally.} @item{@racket['centered] --- Centers HTML output horizontally.}
@item{@racket['block] --- Prevents pages breaks in Latex output.}
] ]
The following @tech{style properties} are currently recognized: The following @tech{style properties} are currently recognized: