GeneralChanging margins for float pages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
luca.b
Posts: 2
Joined: Tue Sep 25, 2007 9:21 am

Changing margins for float pages

Post by luca.b »

Hello. I'm writing a book, for each chapter I have put figures on separate pages (using a combination of afterpage and float packages to get the positioning right), but I find that the margins, which are perfectly acceptable for text (for the record, I'm using custom margins with geometry), are too narrow for figures. I would like to temporarily "extend" the margins (top, left, right, and bottom) so that the figure occupies more space.
Is that even possible?

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Changing margins for float pages

Post by phi »

Hello,
have a look at this blog entry:
http://texblog.net/latex-archive/layout ... ure-table/
luca.b
Posts: 2
Joined: Tue Sep 25, 2007 9:21 am

Re: Changing margins for float pages

Post by luca.b »

Thanks. makebox and some \vspace* solved the issues.
Post Reply