TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
The main property of a longtable is that it can span multiple pages, thus there is no single box - so you can't use scalebox on it. – Martin SchröderMar 12 at 11:36
1
You can also use an at-expression to reduce the width of the first and the last columns: \begin{tabular}{@{}<stuf>@{}} <more stuff> \end{tabular}. If your tabular has "decorations" such as vertical rules, you could remove them. – Marc van DongenMar 12 at 14:21
\begin{tabular}{@{}<stuf>@{}} <more stuff> \end{tabular}. If your tabular has "decorations" such as vertical rules, you could remove them. – Marc van Dongen Mar 12 at 14:21