multiple lines in a cell of a table
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-04-21T22:36:43Z
Indexed on
2010/04/21
22:43 UTC
Read the original article
Hit count: 202
I has a table as shown in this figure:
The latex code for the table is:
\begin{table}
\begin{tabular}{ | c | c | }
\hline
\includegraphics[scale=0.45]{../0_1.eps} & 1.10 2.20 3.30 4.40 \\
\hline
\end{tabular}
\end{table}
I would like to make the four numbers appear in different line inside the second cell, in order to reduce its width. I wonder how to do it?
Thanks and regards!
© Stack Overflow or respective owner