diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl index 9b2468d97c..a1e34162ae 100644 --- 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).} + ]}