improved the image docs slightly

This commit is contained in:
Robby Findler 2010-08-21 15:07:43 -05:00
parent 0b1e89bb50
commit 46e9a3b79b

View File

@ -334,14 +334,18 @@ See also @racket[verbatim].}
@exec{setup-plt} and @exec{scribble} to the directory of the main @exec{setup-plt} and @exec{scribble} to the directory of the main
document file. The @racket[path] argument also can be a result of document file. The @racket[path] argument also can be a result of
@racket[path->main-collects-relative]. @racket[path->main-collects-relative].
The strings in @racket[suffixes] are filtered to those supported by The strings in @racket[suffixes] are filtered to those supported by
given renderer, and then the acceptable suffixes are tried in given renderer, and then the acceptable suffixes are tried in
order. The HTML renderer supports @racket[".png"] and order. The HTML renderer supports @racket[".png"] and
@racket[".gif"], while the Latex renderer supports @racket[".png"], @racket[".gif"], while the Latex renderer supports @racket[".png"],
@racket[".pdf"], and @racket[".ps"] (but @racket[".ps"] works only @racket[".pdf"], and @racket[".ps"] (but @racket[".ps"] works only
when converting Latex output to DVI, and @racket[".png"] and 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.
}
@; ------------------------------------------------------------------------ @; ------------------------------------------------------------------------