| New Reply |
LaTeX: Tabular Environment? |
Share Thread | Thread Tools |
| Feb16-12, 01:21 PM | #1 |
|
|
LaTeX: Tabular Environment?
Can seem to make it work? Am I missing something?
[tex] \begin{tablular}{c c c} P & Q & R \\ S & T & V \end{tablular} [/tex] |
| Feb16-12, 03:05 PM | #2 |
|
|
The tabular environment is currently not supported by mathjax. So you'll have to use another environment for this.
See http://www.mathjax.org/docs/1.1/tex....latex-commands for all currently supported commands and environment. See http://www.physicsforums.com/showthread.php?t=546968 for alternatives to the tabular environment. |
| Feb16-12, 03:08 PM | #3 |
|
Admin
Blog Entries: 5
|
|
| Feb16-12, 03:44 PM | #4 |
|
|
LaTeX: Tabular Environment?
Thanks folks! I just used an array. I miss being able to add an \hline though
|
| Feb16-12, 03:51 PM | #5 |
|
|
\hline works in array. For example:
Code:
[tex]\begin{array}{c|cc}
\hline
A & B & C\\
\hline
D & E & F\\
\hline
\end{array}
[/tex]
[tex]\begin{array}{c|cc} \hline A & B & C\\ \hline D & E & F\\ \hline \end{array} [/tex] |
| New Reply |
| Thread Tools | |
Similar Threads for: LaTeX: Tabular Environment?
|
||||
| Thread | Forum | Replies | ||
| By Parts (Tabular) | Calculus & Beyond Homework | 2 | ||
| LaTeX: referencing figures within enumerate environment | Math & Science Software | 1 | ||
| LaTex tabular environment | Math & Science Software | 3 | ||
| particular environment LaTeX help | Math & Science Software | 11 | ||
| Latex pspicture environment | Math & Science Software | 0 | ||