commit f3790d8c8a4fef0d9366ad4bfa556620d70e4179
parent 1831913e6e95f997ad2e111e54e95a0a39ddeaca
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sun, 14 Mar 2010 12:14:32 +0000
doc Scribble 'exact-chars and 'tt-chars style propeties
svn: r18533
original commit: e0c06454798b56e4a62c7b2bbffb0fe653b46c74
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl
@@ -629,6 +629,14 @@ The following @tech{style properties} are currently recognized:
auxiliary part of the title can be omitted in hyperlinks. See,
for example, @scheme[secref].}
+ @item{@scheme['tt-chars] --- For Latex output, when the @tech{style
+ name} is a string, render the element's content with escapes
+ suitable for Latex @tt{tt} mode.}
+
+ @item{@scheme['exact-chars] --- For Latex output, when the @tech{style
+ name} is a string, render the elements content exactly
+ (without escapes).}
+
]}