Possible Duplicate:
Using \frac within a table
I'm trying to do that within CodeCogs renderer, but it don't work:
\begin{tabular}{cc} \hline \frac{x}{2} & \frac{2}{x} \\ \hline \end{tabular}
How can I fix that? Thank you!
I'm trying to do that within CodeCogs renderer, but it don't work:
How can I fix that? Thank you! |
|||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Use
|
|||
|
|
\frac{}{}commands in dollar ($) signs to put them in math mode. See also the recent question tex.stackexchange.com/questions/21049/using-frac-within-a-table, of which this seems to be a duplicate. – Jake Jun 20 '11 at 7:54