[Tex/LaTex] changing margins for a page with tables

endfloatmarginstables

I have a document with a table that is rather large. I have already decreased the size of the font but it still bleeds into the right margin. I would like to decrease the margins on that page so it uses some of the left margin as well, however, leave the margins on other pages as is. Is there a way to do this? I am using endfloat so the table is on it's own page.

Best Answer

\hspace*{-1cm}\begin{tabular}.....\end{tabular}\hspace*{-1cm}

will make a table that sticks 1cm into the margin on each side without TeX complaining.

Related Question