commit 6e73866b6f7dbdbf5892feeac521f2022e866ec4
parent 6a51476ecddb23fcb5ef03f8bcd07d38cbf4fc19
Author: Robby Findler <robby@racket-lang.org>
Date: Sat, 21 Aug 2010 15:07:43 -0500
improved the image docs slightly
original commit: 46e9a3b79be1f775c883567df43b0291d2cffc98
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git 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.
+ }
@; ------------------------------------------------------------------------