Search found 1 match

by macro1995
Mon Sep 19, 2022 11:22 pm
Forum: Graphics, Figures & Tables
Topic: Table spilling off right of page
Replies: 1
Views: 1267

Table spilling off right of page

Hi all, I have tried a bunch of things but can't get this table to stop spilling off the right of the page.

This is the code in my slideshow:
\begin{frame}{Summary Statistics}

\begin{table}[htpb]
\raggedright
\resizebox{2\textwidth}{!}{%
\input{Tabfigs/sumstats2}
}

\end{table}
\end{frame ...