<div dir="ltr">Thanks, Matthew. One more scribble question.<br><br>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?<br>
<br>Doug<br><br><div class="gmail_quote">On Thu, Sep 11, 2008 at 1:00 PM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">At Thu, 11 Sep 2008 12:52:21 -0600, "Doug Williams" wrote:<br>
> Is there an example that someone can point to of using a table in scribbled<br>
> documentation?<br>
<br>
</div>You might grep for uses of `make-table' in "collects/scribblings".<br>
<br>
<br>
For example,<br>
<br>
<a href="http://docs.plt-scheme.org/guide/Reading_and_Writing_Scheme_Data.html" target="_blank">http://docs.plt-scheme.org/guide/Reading_and_Writing_Scheme_Data.html</a><br>
<br>
has a simple two-column table implemented in<br>
<br>
<a href="http://svn.plt-scheme.org/plt/trunk/collects/scribblings/guide/io.scrbl" target="_blank">http://svn.plt-scheme.org/plt/trunk/collects/scribblings/guide/io.scrbl</a><br>
<br>
<br>
Another example is the table of output styles in<br>
<br>
<a href="http://docs.plt-scheme.org/drscheme/output-syntax.html" target="_blank">http://docs.plt-scheme.org/drscheme/output-syntax.html</a><br>
<br>
has a simple two-column table implemented in<br>
<br>
<a href="http://svn." target="_blank">http://svn.</a>.../collects/scribblings/drscheme/printing.scrbl<br>
<font color="#888888"><br>
<br>
Matthew<br>
<br>
</font></blockquote></div><br></div>