From 6e73866b6f7dbdbf5892feeac521f2022e866ec4 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 21 Aug 2010 15:07:43 -0500 Subject: [PATCH] improved the image docs slightly original commit: 46e9a3b79be1f775c883567df43b0291d2cffc98 --- collects/scribblings/scribble/base.scrbl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/scribble/base.scrbl b/collects/scribblings/scribble/base.scrbl index 3a1fde8f..59586d52 100644 --- a/collects/scribblings/scribble/base.scrbl +++ b/collects/scribblings/scribble/base.scrbl @@ -334,14 +334,18 @@ See also @racket[verbatim].} @exec{setup-plt} and @exec{scribble} to the directory of the main document file. The @racket[path] argument also can be a result of @racket[path->main-collects-relative]. - + The strings in @racket[suffixes] are filtered to those supported by given renderer, and then the acceptable suffixes are tried in order. The HTML renderer supports @racket[".png"] and @racket[".gif"], while the Latex renderer supports @racket[".png"], @racket[".pdf"], and @racket[".ps"] (but @racket[".ps"] works only when converting Latex output to DVI, and @racket[".png"] and - @racket[".pdf"] work only for converting Latex output to PDF).} + @racket[".pdf"] work only for converting Latex output to PDF). + + Note that when the @racket[suffixes] library is non-empty, then + the @racket[path] argument should not have a suffix. + } @; ------------------------------------------------------------------------