- 3,131
- 3,591
I wanted to include a table of values in a reply. Is this possible? I had a table in Word; when I cut & pasted into the PF reply the formatting was lost completely.
Thanks
Thanks
Or click "Reply" to see the LaTeX.LCKurtz said:Right click on the figure to see the LaTeX.
The system we have in place here at PF automatically recognizes certain environments, such as array (that you used) and bmatrix, pmatrix, and vmatrix, and maybe some others as well. You don't need to surround these known enviromments with or tags, or the easier to use (IMO) $$ or ## tags. <br /> Bracketed matrix (bmatrix)<br /> \begin{bmatrix} 1 &amp; 0 \\ 0 &amp; 1\end{bmatrix}<br /> Parenthesized matrix (pmatrix)<br /> \begin{pmatrix} 1 &amp; 0 \\ 0 &amp; 1\end{pmatrix}<br /> Vertical bars matrix (vmatrix)<br /> \begin{vmatrix} 1 &amp; 0 \\ 0 &amp; 1\end{vmatrix}LCKurtz said:What is weird is that I think I forgot to put either the ## or $$ tags in that post and it printed the latex anyway.