Gents,
Please advise !
I have been trying to vertically adjust pictures located in one row of the table.
But there is a space between the low border of the pictures and the lowest border of the table.
How can I put these pictures in a way there is no any space between them and cell borders (from both top and bottom sides), or at least make these distances equal and controllable ?
There is a reason I want to put figures inside the table and \multicolumn - so do not be surprised.
Code is below:
\begin{tabular}
{
>{\centering}p{0.3\textwidth}
>{\centering}p{0.3\textwidth}
>{\centering}p{0.3\textwidth}
}
\hline
\multicolumn{1}{|>{\centering}m{0.3\textwidth}|}
{
\includegraphics[width=0.12\textwidth]{pic.eps}
}
&
\multicolumn{1}{>{\centering}m{0.3\textwidth}|}
{
\includegraphics[width=0.12\textwidth]{pic.eps}
}
&
\multicolumn{1}{>{\centering}m{0.3\textwidth}|}
{
\includegraphics[width=0.12\textwidth]{pic.eps}
}\tabularnewline
\hline
\end{tabular}
Thanks in adavance ! i spent hours trying to figure it out (
Merry Christmas !!
Graphics, Figures & Tables ⇒ Vertical alignment of figures in a table
Re: Vertical alignment of figures in a table
Try with
\renewcommand{\tabcolsep}{WIDTH}
\tabcolsep defines the separation between cell and border I guess...
\renewcommand{\tabcolsep}{WIDTH}
\tabcolsep defines the separation between cell and border I guess...