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

@ -341,7 +341,11 @@ See also @racket[verbatim].}
@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.
}
@; ------------------------------------------------------------------------