Search found 2 matches

by mcclairy
Sat Jan 15, 2011 6:59 pm
Forum: Graphics, Figures & Tables
Topic: Changing page margins on one page to fit a table.
Replies: 3
Views: 15457

Re: Changing page margins on one page to fit a table.

Thank you very much for your help.
I used the geometry package and it worked perfectly. Code below for anyone else who has the same problem:

In the preamble:
\usepackage[width=12cm, left=4cm]{geometry}

Either side of my table:
\newgeometry{width=12cm, left=2cm}

\restoregeometry
by mcclairy
Sat Jan 15, 2011 4:57 pm
Forum: Graphics, Figures & Tables
Topic: Changing page margins on one page to fit a table.
Replies: 3
Views: 15457

Changing page margins on one page to fit a table.

Dear all,

I am writing a term paper which requires a left hand margin of 4cm, unfortunately this means my table no longer fits on the page. Whilst it is off the page on the right hand side there is a large white space to the left of the table. Is it possible to change the margins for just one page ...