Sometimes I find that floats don't fit nicely on a page, so I use
\resizebox{\textwidth}{!}{ <blah blah blah> }
so that the borders match the margins. However, I'm now working on a paper in two-column format (specifically using sigplanconf.cls) and if I use the above command, it stretches the table over both columns.
Is there a way I can find the "proper" \textwidth? As in, a variable that describes the width of a single column.
\textwidthseems to take into consideration columns automagically. There appears to be no\linewidthvalue. – Dave Jarvis Aug 21 '13 at 03:31