<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 "Header1") (t "Header2") (t "Header3")</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> (t "11") (t "17") (t "29"))</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 <<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>> wrote:<br>> I'd like to produce, with scribble, output similar to what this latex produces:<br>
><br>> \begin{tabular}{|c|c|c|}<br>> Header1 & Header2 & Header3<br>> 11 & 17 & 29<br>> \end{tabular}<br>><br>> However, I can't seem to figure out how. First, how can I make the<br>
> elements centered? There doesn't seem to be a way to control the<br>> generated column attributes - putting the 'center style in the<br>> `table-columns' style property just wraps the *entries* in \center{},<br>
> which produces bizarre latex errors instead. Second, how can I insert<br>> the dividers?<br>> --<br>> sam th<br>> <a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a><br>> _________________________________________________<br>
> For list-related administrative tasks:<br>> <a href="http://lists.racket-lang.org/listinfo/dev">http://lists.racket-lang.org/listinfo/dev</a><br>><br><br>