bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

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:
Mcollects/scribblings/scribble/core.scrbl | 8++++++++
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).} + ]}