开发者

Can I to specify the width of a table but keeping the height and font size?

开发者 https://www.devze.com 2023-01-04 18:28 出处:网络
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 cha

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 d开发者_如何学编程o that? Thanks.


Have a look at tabularx:

\begin{tabularx}{\linewidth}{ ...format... }
    ...
    contents
    ...
\end{tabularx}
0

精彩评论

暂无评论...
验证码 换一张
取 消