Let's say we have a table

\begin{tabular}{|c|c|} \begin{sideways}A\end{sideways}&\begin{sideways}B\end{sideways}\\
a & b \\
\end{tabular}

How can I define the height of cells A and B, so that in case of A and B being a longer caption, the text will wrap-around the cell? Putting p{x pt} in the tabular environment's table specs doesn't seem to do the trick..

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

The following snippet creates a box that is 1/4 of an inch wide, and includes the letter a.

\begin{minipage}[t]{.25in} a. \end{minipage}

Anyway, increase the size to whatever is needed, and add better text.

link|improve this answer
Exactly what I was looking for - thanks very much! – Milosz Sep 8 '10 at 21:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.