Page LayoutMargins not as expected if use pdflatex or texify

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
zhao
Posts: 1
Joined: Wed Jan 20, 2010 12:15 am

Margins not as expected if use pdflatex or texify

Post by zhao »

I've set the right and left margin as 1 inch in a letterpaper, and text width = 6.5in (= 8.5 - 1 - 1).

\setlength{\oddsidemargin}{1in}
\setlength{\evensidemargin}{1in}
\setlength{\textwidth}{6.5in}

If I use texify or pdflatex to compile, the generated left margin is always wider, and the right margin is always shorter... Cannot figure out where these parameters got changed. Since I use winedt, I doubt that somewhere in the configuration of the execution mode of winedt does something unknown to me...

Anyone knows why? Thanks very much!

Phil

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Margins not as expected if use pdflatex or texify

Post by localghost »

Set page and paper dimensions with the geometry package. See l2tabu.


Best regards and welcome to the board
Thorsten
Post Reply