I try to do the margins of my thesis by this.
Code: Select all
\geometry{
verbose,
tmargin=2cm,
bmargin=2.5cm,
lmargin=3.8cm,
rmargin=2.5cm
}
Code: Select all
\usepackage[
tmargin=2.5cm,
bmargin=2.5cm,
lmargin=3.8cm,
rmargin=2.5cm,
nohead
]{geometry}
- How can I put the accurate margins?
- The number of lines in a page is not same MS Word. I used same text same data (with all paragraphs).
AYHAM