I would like to seek your kind help to solve my problem. First My requirement for thesis is as follows
Chapter:
Each chapter must begin on a new page. The chapter title must be placed at two
inches from the top centre of the new page and capitalised. If the title requires more
than one line, the lines must be double-spaced and centred with inverted pyramid
justification.
First-level Heading
The first level heading should be formatted as follows. Typeface is 12 point Times
New Roman, boldface, left-aligned with no left indentation. One-and-a-half line
spacing, 36-point and 6-point top and bottom spacings, respectively.
Second-level Heading
The second level heading should be formatted as follows. Typeface is 12 point Times
New Roman, boldface, left-aligned with no left indentation. One-and-a-half line
spacing, 36-point and 6-point top and bottom spacings, respectively.
Third-level Heading
The third level heading should be formatted as follows. Typeface is 12 point Times
New Roman, italic, left-aligned with no left indentation. One-and-a-half line spacing,
36-point and 6-point top and bottom spacings, respectively.
My code is as follows:
document class book
Code: Select all
\usepackage{times}\renewcommand\rmdefault{stb}
\usepackage[left=1.45in, right=1in, top=01in, bottom=1in, includefoot, textwidth = 5.77in, textheight=9.4in]{geometry}
\usepackage{setspace}
\renewcommand{\baselinestretch}{1.5}
When I print the pages on A4. All margins goes wrong, including, page number position. Odd side and even side page margins also wrong and different from each other.
I will appreciate your any kind of help.
Thanking you all in advance