Page LayoutCustom Page Margins

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
sabahmed
Posts: 36
Joined: Thu Aug 04, 2011 8:55 pm

Custom Page Margins

Post by sabahmed »

Hello everyone,

i have to make the page layout according to the attached file. i have used the command

Code: Select all

\usepackage[top=1in, bottom=0.5in, left=1.5in, right=1in]{geometry}
now if set bottom=0.5in how can i set the the bottom equal to 0.5in below and above page number
kindly help me out
Attachments
layout.pdf
(66.07 KiB) Downloaded 215 times
Last edited by sabahmed on Mon Jan 16, 2012 10:25 pm, edited 1 time in total.

Recommended reading 2024:

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

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Custom Page Margins

Post by Frits »

Have a look at section 3 of the geometry package manual (figure 2 actually). If you add the includefoot option to your command, I think the bottom can be adjusted with both bottom and footskip. At the moment I'm not able to verify this so let me know if it works.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
sabahmed
Posts: 36
Joined: Thu Aug 04, 2011 8:55 pm

Re: Custom Page Margins

Post by sabahmed »

thanks alot dear. it solved my problem
Post Reply