I inserted a table into a page of a presentation Beamer but the problem is that the array size exceeds the frame. How to adjust the array size to the size of the frame?
migrated from stackoverflow.com Jul 3 '12 at 18:04
|
You can resize a
Of course, this also shrinks the font size (actually everything, including the rule widths). If this is not ideal, you can use some methods provided in Column padding in tables (to remove some space) or perhaps reduce the number of columns altogether. Perhaps even displaying them on separate frames using column selection. For this see Easiest way to delete a column? Although the above discussion references
|
|||
|
|
|
use a smaller value for
|
|||
|
|
|
With However, this way you would also scale the text in the table. With some fonts it may be ok, but imagine you would scale a huge font down or a tiny font to large - perhaps you won't get the best quality. Also, the table is scaled as a whole, including column separation and line widths. Different tables on different frames could get an inconsistent design. As I already answered to your cross-post beamer | Array Size Adjustment to Frame Size in the LaTeX-Community.org forum, I would spend some effort on the tables and
Example:
Here, |
||||
|
|


shrinkoption offrameenvironment (beamer manual v3.18, p.63). If the correct value ofshrinkexceeds 15 or 20 (this is a percentage), ask yourself if this table is really needed... ;-) – Paul Gaborit Jul 3 '12 at 21:39