scribble: add 'block style for `table'
This commit is contained in:
parent
526b659616
commit
20256a3f15
|
@ -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") ""]
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user