<div dir="ltr">Thanks, Matthew.&nbsp; One more scribble question.<br><br>In the table I need an atsign as in entry (in teletype font).&nbsp; As part of a cell I have &#39;(make-flow (list (make-paragraph (list @tt{at}))))&#39; and I&#39;d like to have an atsign (@) appear in place of the &#39;at&#39;.&nbsp; I&#39;ve tried @ by itself, \@, |@|, etc, but without any luck.&nbsp; 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">&lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt;</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, &quot;Doug Williams&quot; wrote:<br>
&gt; Is there an example that someone can point to of using a table in scribbled<br>
&gt; documentation?<br>
<br>
</div>You might grep for uses of `make-table&#39; in &quot;collects/scribblings&quot;.<br>
<br>
<br>
For example,<br>
<br>
&nbsp;<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>
&nbsp;<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>
&nbsp;<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>
&nbsp;<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>