Graphics, Figures & Tables ⇒ beamer | Array Size Adjustment to Frame Size
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
beamer | Array Size Adjustment to Frame Size
I inserted a table into a page of a beamer presentation but the problem is that the array size exceeds the frame. How to adjust the array size to the size of the frame?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Array Size Adjustment to Frame Size

\textwidth
or less, or use \resizebox
of the 
\textwidth
as width argument.Example:
Code: Select all
\documentclass{beamer}
\usepackage{tabularx}
\begin{document}
\begin{frame}\small
\frametitle{Fitting a table}
\begin{tabularx}{\textwidth}{*{20}{@{}X@{}}}
01 & 02 & 03 & 04 & 05 & 06 & 07 & 08 & 09 & 10 &
11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 & 19 & 20
\end{tabularx}
\normalsize
\end{frame}
\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
beamer | Array Size Adjustment to Frame Size
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10