Graphics, Figures & TablesEquation array in table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Nemo
Posts: 1
Joined: Fri Apr 01, 2011 10:09 am

Equation array in table

Post by Nemo »

I am facing hard time inserting equation array in a table cell. It shows error whether I try \begin{eqnarray}...\end{eqnarray} thing or \begin{equation}...\end{equation} with \newline command. I am new to latex, any help will be appreciated. Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Equation array in table

Post by localghost »

Don't use the eqnarray environment at all [1]. The amsmath package provides some more sophisticated environments. A cell of a tabular environment which shall contain such an equation array will need a box that allows paragraphs, that is to say at least column type »p{…}«. Some enhancements in this regard a possible with the array package. An allrounder for tables is the quite new tabu package.

[1] The PracTeX Journal - TeX Users Group; Lars Madsen: Avoid eqnarray!


Best regards and welcome to the board
Thorsten
Post Reply