Add examples for tabular in scribble reference

original commit: 7826efcdf5985b3f2870eaaaed3ae160f3e3d310
This commit is contained in:
Asumu Takikawa 2012-10-08 23:10:52 -04:00
parent 32ffcdfa45
commit 223c4bc0db

View File

@ -258,6 +258,20 @@ cell. A @racket['cont] must not appear as the first cell in a row.
The @racket[style] argument is handled the same as @racket[para].}
Examples:
@codeblock[#:keep-lang-line? #f]|{
#lang scribble/manual
@tabular[#:sep @hspace[1]
(list (list "soup" "gazpacho")
(list "soup" "tonjiru"))]
@tabular[#:style 'boxed
(list (list @bold{recipe} @bold{vegetable})
(list "caldo verde" "kale")
(list "kinpira gobō" "burdock")
(list "makizushi" 'cont))]
}|
@defproc[(verbatim [#:indent indent exact-nonnegative-integer? 0] [str string?] ...+)
block?]{