Theses, Books, Title pages ⇒ moving page numbers to the bottom
moving page numbers to the bottom
Thanks for the Masters/Doctoral template. It works great and looks very professional. I've had to make some slight modifications for my own university's requirements and it has been relatively painless as a newbie to latex. One thing that has me stumped, however, is that the page numbers need to be centred in the footer. How would I accomplish that?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
moving page numbers to the bottom
Hi Fosterius,
welcome to the forum!
I did not test the template, but that footer can usually be done by writing
at the end of your document preamble, that is, before
Stefan
welcome to the forum!
I did not test the template, but that footer can usually be done by writing
Code: Select all
\pagestyle{plain}
\begin{document}
.Stefan
LaTeX.org admin
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
moving page numbers to the bottom
The header and footer is set using package
Try the follwoing in your preamble:
scrlayer-scrpage
. Try the follwoing in your preamble:
Code: Select all
\ohead[}{}
\cfoot[\pagemark]{\pagemark}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: moving page numbers to the bottom
I couldn't the first solution to work. The second one from Johannes did. In the meantime, I took a couple of days and read through some manuals/tutorials and managed to come up with my own template from scratch! Thanks anyways.