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?<br>
<br>To be clear, I'm trying to get the equivalent of<br><br>\begin{tabular}{|c|c|c|} \hline<br>c1 & c2 & c3 \\ \hline<br>c4 & c5 & c6 \\ \hline<br>
\end{tabular}<br><br>thanks,<br>Kathi<br>