Page LayoutPage layout

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
thunguyen
Posts: 2
Joined: Wed Oct 17, 2018 12:13 pm

Page layout

Post by thunguyen »

Hi,
I am using the Latex template: Master/Doctoral thesis. Could you please tell me how to get:
1) Each margin is 3cm;
2) The header displays the section's title while the footer contains the page number in the center?
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Page layout

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Page layout

Post by Johannes_B »

For the margins: \geometry{margin=3cm}

For the Page number:

Code: Select all

\ohead*{}
\cfoot*{\pagemark}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply