New Reply

LaTeX: Tabular Environment?

 
Share Thread Thread Tools
Feb16-12, 01:21 PM   #1
 
Recognitions:
Gold Membership Gold Member

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]
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Feb16-12, 03:05 PM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
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
Quote by Saladsamurai View Post
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]
fyi, we don't use LaTeX anymore. We use MathJax which supports LaTeX markup. Sometimes you can create a table structure using array.
Feb16-12, 03:44 PM   #4
 
Recognitions:
Gold Membership Gold Member

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
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
\hline works in array. For example:

Code:
[tex]\begin{array}{c|cc}
\hline
A & B & C\\
\hline
D & E & F\\
\hline
\end{array}
[/tex]
gives

[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