doc Scribble 'exact-chars and 'tt-chars style propeties

svn: r18533

original commit: e0c06454798b56e4a62c7b2bbffb0fe653b46c74
This commit is contained in:
Matthew Flatt 2010-03-14 12:14:32 +00:00
parent 1831913e6e
commit f3790d8c8a

View File

@ -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).}
]}