I am using the geometry package to set the margins of my document like this:
Code: Select all
\usepackage[a4paper, left=5cm, right=1.5cm, top=2.5cm, bottom=3cm]{geometry}

Now, the problem is that if I print my document and actually measure the margins with a ruler, I obtain:
left=4.5cm
right=2.3cm
top=2.7cm
bottom=2.8cm
I measure these margins as the distance of the physical edges of the page to the letter of text closest to that edge.
Why are these margins so off the mark? Or am I just measuring them the wrong way?