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
Page Layout ⇒ Page layout
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Page layout
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Page layout
For the margins:
For the Page number:
\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.