added image and image/plain

svn: r8643

original commit: 9627709cd13715b464f2e4c17561045254e8b160
This commit is contained in:
Matthias Felleisen 2008-02-13 15:36:19 +00:00
parent cf71a6612c
commit 91c33286c1

View File

@ -859,6 +859,16 @@ key for the index iterm does not include quotes.}
@defproc[(indexed-envvar [pre-content any/c] ...) element?]{A
combination of @scheme[envvar] and @scheme[as-index].}
@; ------------------------------------------------------------------------
@section{Images}
@defproc[(image [filename-relative-to-source string?]) element?]{
creates a centered image, from the given relative source path.}
@defproc[(image/plain [filename-relative-to-source string?]) element?]{
creates an in-lined image, from the given relative source path.}
@; ------------------------------------------------------------------------
@section{Bibliography}