[racket] Scribbling LaTeX tables with lines
I'm trying to create a simple LaTeX table with lines between the
columns/rows from Scribble source. The last posts I find on this date back
a couple of years (when this wasn't directly supported). Is it supported
yet? If not, does anyone have LaTeX macros for this that I could use as a
starting point?
To be clear, I'm trying to get the equivalent of
\begin{tabular}{|c|c|c|} \hline
c1 & c2 & c3 \\ \hline
c4 & c5 & c6 \\ \hline
\end{tabular}
thanks,
Kathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120705/1be4f3d4/attachment.html>