From 91c33286c19304443589f10e9fc7145d2a212863 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 13 Feb 2008 15:36:19 +0000 Subject: [PATCH] added image and image/plain svn: r8643 original commit: 9627709cd13715b464f2e4c17561045254e8b160 --- collects/scribblings/scribble/manual.scrbl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl index 6e977cf7..137e369b 100644 --- a/collects/scribblings/scribble/manual.scrbl +++ b/collects/scribblings/scribble/manual.scrbl @@ -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}