tags:

views:

14

answers:

1

Hi,

I want the tables of my report have the same width as the text column but keeping the height according to its content. \rezisebox is not what I need because it rezise the width and the height and change the font size. There's a way to do that? Thanks.

A: 

Have a look at tabularx:

\begin{tabularx}{\linewidth}{ ...format... }
    ...
    contents
    ...
\end{tabularx}
Damien Pollet