commit 28a795d6a3e8d791ee9aae155c90a871c8af53af
parent 0ffb9f2b480ed320bc1fcbf62f59136b7cf15c3d
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Tue, 1 Nov 2011 10:24:07 -0600
add missing `render%' init argument doc
original commit: 3885f4683bb7093f9bf2c448d9b0075ff6a94a67
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/collects/scribblings/scribble/renderer.scrbl b/collects/scribblings/scribble/renderer.scrbl
@@ -129,6 +129,11 @@ example, @racket[dest-dir] could name the directory containing the
output Latex file, the HTML file for a single-file output, or the
output sub-directory for multi-file HTML output.
+If @racket[refer-to-existing-files] is true, then when a document
+refers to external files, such as an image or a style file, then the
+file is referenced from its source location instead of copied to the
+document destination.
+
If @racket[root-path] is not @racket[#f], it is normally the same as
@racket[dest-dir] or a parent of @racket[dest-dir]. It causes
cross-reference information to record destination files relative to