- 7,864
- 1,602
Do LaTex tables work in forum posts? I've never used them before. Today I tried copying several examples from pages on the web such as:
<br /> \begin{tabular}{ l c r }<br /> 1 & 2 & 3 \\<br /> 4 & 5 & 6 \\<br /> 7 & 8 & 9 \\<br /> \end{tabular}<br />
which on my browser doesn't show up as a table. I tried using math renderers HTML-CSS and SVG.
I don't see any syntax error in that example, but, as I said, I've never tried to write tables in LaTex before.
<br /> \begin{tabular}{ l c r }<br /> 1 & 2 & 3 \\<br /> 4 & 5 & 6 \\<br /> 7 & 8 & 9 \\<br /> \end{tabular}<br />
which on my browser doesn't show up as a table. I tried using math renderers HTML-CSS and SVG.
I don't see any syntax error in that example, but, as I said, I've never tried to write tables in LaTex before.