It is supposed to submit my master thesis very soon, and there are some instructions about the thesis format including pages layout. Basically, I have used the geometry package, which is very helpful, but when I print a draft copy of my thesis the dimensions appear as the following:
1- left margin = 3 cm (as it is set).
2- right margin = 2.5 cm (as it is set).
3- top margin = 3+ cm (But I set top=2.5cm).
4- bottom margin = 3+ cm (but I set bottom=2.5cm).
5- the top margin in the begining of a new chapter is 6+cm, but I need this to be 5 cm. I did not know how to set this one.
Particularly, I wrote the following line:
Code: Select all
\usepackage[top=2.5cm, bottom=2.5cm, left=3cm, right=2.5cm]{geometry}
Thanks in advance.