table-border.scrbl (320B)
1 #lang scribble/base 2 @(require scribble/decode) 3 4 @(define sub-table (tabular #:row-properties (list null '(border)) 5 '(("B" "B2") ("T" cont)))) 6 7 @tabular[#:column-properties (list null '(border) '(bottom-border right-border)) 8 (list (list "Apple" sub-table "Cat") (list "C" "D" "Elephant")) 9 ]