Graphics, Figures & TablesAdjust Row to Text

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ricardojgc
Posts: 3
Joined: Thu Feb 03, 2011 5:33 pm

Adjust Row to Text

Post by ricardojgc »

Hello

I'm trying to do a table with sideways text and a figure in the same row of the table. But the row don't adjust to the longer text, or if I use the {\renewcommand \arraystretch{1.25}} the 3rd and 4rd column text go to the bottom..
This is the code i'm trying to use, but any solution that I tried until now didn't work:

Code: Select all

\begin{table}[htbp!]
\centering
\begin{tabular}{|c|c|c|c|}
\hline
\multirow{3}{*}{\begin{sideways}ABC \end{sideways}} & \multirow{3}{*}{\includegraphics[width=9.5cm,height=4.8cm]{Images/....eps}} &  A & B \\ 
 &   & C  &  D  \\ 
 &   & E  &  F  \\ 
\hline
\end{tabular}
\end{table}
Can somebody help me?
I also would like to draw a horizontal line just in columns 3 and 4...
Thank you
Ricardo

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

ricardojgc
Posts: 3
Joined: Thu Feb 03, 2011 5:33 pm

Re: Adjust Row to Text

Post by ricardojgc »

Really nobody can help me?
I could really use a hand...please!
thank u
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Adjust Row to Text

Post by frabjous »

Start by reading the Board Rules, and the recommendations it links to about creating a minimal working example, and then follow those instructions. See also the topic on Avoidable Mistakes.
ricardojgc
Posts: 3
Joined: Thu Feb 03, 2011 5:33 pm

Re: Adjust Row to Text

Post by ricardojgc »

Sorry about that..
but finally I've solved the problem with \bigstrut.

thanks anyway.
Post Reply