[plt-scheme] Tables in Scribblings
Thanks, Matthew. One more scribble question.
In the table I need an atsign as in entry (in teletype font). As part of a
cell I have '(make-flow (list (make-paragraph (list @tt{at}))))' and I'd
like to have an atsign (@) appear in place of the 'at'. I've tried @ by
itself, \@, |@|, etc, but without any luck. How do I correctly escape the
atsign in this case?
Doug
On Thu, Sep 11, 2008 at 1:00 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> At Thu, 11 Sep 2008 12:52:21 -0600, "Doug Williams" wrote:
> > Is there an example that someone can point to of using a table in
> scribbled
> > documentation?
>
> You might grep for uses of `make-table' in "collects/scribblings".
>
>
> For example,
>
> http://docs.plt-scheme.org/guide/Reading_and_Writing_Scheme_Data.html
>
> has a simple two-column table implemented in
>
> http://svn.plt-scheme.org/plt/trunk/collects/scribblings/guide/io.scrbl
>
>
> Another example is the table of output styles in
>
> http://docs.plt-scheme.org/drscheme/output-syntax.html
>
> has a simple two-column table implemented in
>
> http://svn..../collects/scribblings/drscheme/printing.scrbl
>
>
> Matthew
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080911/81615764/attachment.html>