Page LayoutUrgent plzzz

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
assoora
Posts: 3
Joined: Thu Apr 09, 2009 11:35 am

Urgent plzzz

Post by assoora »

Hi,
I'm MSc. student. I'm writing my thesis using Latex, and I'm a newbie with LaTex. I need some help in LaTex, please it is urgent. :cry:
I've some concerns:
1. Regarding margins, I need the whole pages including the title page to be: left margin: 3.5 cm, upper one: 2.5 cm, the rest 2.5 cm. I've a problem in the first page of each chapter; it gives more margins on the top of the page before writing Chapter 1, Chapter 2, etc.
2. I need to put the chapter headings (eg. Chapter 1, Chapter 2, etc) centered.
3. I need to use (Times new roman) font: with 14 plain headings and 12 the rest of the document. It gives me bold headings, sections and subsections. I need them to be plain text.
4. I need to put the journal and publisher in Bibliography in 'bold' and the rest of the reference plain 12 times new roman one. I'm using \bibliographystyle{apa}.

I'm using (\documentclass[a4paper,12pt,oneside,openright]{book}.

Thanks in advance.
Regards,

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
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Urgent plzzz

Post by nlct »

assoora wrote: 1. Regarding margins, I need the whole pages including the title page to be: left margin: 3.5 cm, upper one: 2.5 cm, the rest 2.5 cm.
You can set the margins using the geometry package.
I've a problem in the first page of each chapter; it gives more margins on the top of the page before writing Chapter 1, Chapter 2, etc.
2. I need to put the chapter headings (eg. Chapter 1, Chapter 2, etc) centered.
3. I need to use (Times new roman) font: with 14 plain headings and 12 the rest of the document. It gives me bold headings, sections and subsections. I need them to be plain text.
Try using memoir or one of the koma script classes instead of book as these are more versatile. For Times use mathptmx.
4. I need to put the journal and publisher in Bibliography in 'bold' and the rest of the reference plain 12 times new roman one. I'm using \bibliographystyle{apa}.
Modifying a bibtex style file isn't easy, you might want to look at biblatex instead.

Regards
Nicola Talbot
Post Reply