I'm in a 2-column environment. I need to use the entire pagewidth (\textwidth) while importing a table with \includegraphics.
\begin{table}
\centering
\includegraphics[width=\textwidth]{./myfile.pdf}
\caption{Beautiful stuff here}
\label{tab:myfile}
\end{table}
(I have tried tabular* without success.)


multicolpackage as one of the tags suggests? – Gonzalo Medina Aug 27 '12 at 2:02\pagewidthdimension; there is\paperwidth(the total width of the physical page), but according to a previous comment you need is\textwidth. – Gonzalo Medina Aug 27 '12 at 2:26