My env function can handle that. More specifically, my style-matrix macro could 
easily be extended to allow vertical bar separators.
https://github.com/ianj/scribble-latex-utils
-Ian
----- Original Message -----
From: Kathi Fisler <kfis...@cs.wpi.edu>
To: users@racket-lang.org
Sent: Thu, 5 Jul 2012 21:10:23 -0400 (EDT)
Subject: [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

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to