<span style="font-family: courier new,monospace;"><span style="font-family: arial,helvetica,sans-serif;">This seems to do the trick:</span><br><br>(table 3</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        (list (t &quot;Header1&quot;) (t &quot;Header2&quot;) (t &quot;Header3&quot;)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">              (t &quot;11&quot;) (t &quot;17&quot;) (t &quot;29&quot;))</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        cc-superimpose</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        cc-superimpose</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        gap-size</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">        gap-size)</span><br><br><br><br>On Tue, Jun 15, 2010 at 11:01 AM, Sam Tobin-Hochstadt &lt;<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>&gt; wrote:<br>&gt; I&#39;d like to produce, with scribble, output similar to what this latex produces:<br>
&gt;<br>&gt; \begin{tabular}{|c|c|c|}<br>&gt; Header1 &amp; Header2 &amp; Header3<br>&gt; 11 &amp; 17 &amp; 29<br>&gt; \end{tabular}<br>&gt;<br>&gt; However, I can&#39;t seem to figure out how.  First, how can I make the<br>
&gt; elements centered?  There doesn&#39;t seem to be a way to control the<br>&gt; generated column attributes - putting the &#39;center style in the<br>&gt; `table-columns&#39; style property just wraps the *entries* in \center{},<br>
&gt; which produces bizarre latex errors instead.  Second, how can I insert<br>&gt; the dividers?<br>&gt; --<br>&gt; sam th<br>&gt; <a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a><br>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>&gt;  <a href="http://lists.racket-lang.org/listinfo/dev">http://lists.racket-lang.org/listinfo/dev</a><br>&gt;<br><br>