Text Formatting ⇒ memoir | Modify the Page Number Position
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
memoir | Modify the Page Number Position
I have to follow a thesis procedure of my university, which says that the page numbers must be in the lower right corner of the page (footer). I'm using fancyhdr to place all page numbers according to this procedure, but I can't get the TOC and chapter pages have the page numbers there. They are actually in the center of the footer, and I don't know how to move them.
Any suggestion?
I provide MWE in the attachments.
Thanks in advance
Charlie
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
memoir | Modify the Page Number Position
Code: Select all
\tableofcontents{\thispagestyle{fancy}}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
memoir | Modify the Page Number Position
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
memoir | Modify the Page Number Position
Code: Select all
\makepagestyle{thesis}
\makeevenfoot{thesis}{}{}{-\thepage-}
\makeoddfoot{thesis}{}{}{-\thepage-}
\pagestyle{thesis}
Code: Select all
\tableofcontents{\thispagestyle{thesis}}
Thanks in advance
Charlie
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
Re: memoir | Modify the Page Number Position
Thanks for your answers
Charlie
-
- Posts: 19
- Joined: Wed May 04, 2011 5:50 pm
Re: memoir | Modify the Page Number Position
Is still being weird for me.
Is there any way to hack TOC or force it to obey what I want it to do?
Thanks in advance
CHARLIE