From 28a795d6a3e8d791ee9aae155c90a871c8af53af Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 1 Nov 2011 10:24:07 -0600 Subject: [PATCH] add missing `render%' init argument doc original commit: 3885f4683bb7093f9bf2c448d9b0075ff6a94a67 --- collects/scribblings/scribble/renderer.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/scribblings/scribble/renderer.scrbl b/collects/scribblings/scribble/renderer.scrbl index 23a45d2a..26f16988 100644 --- 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