inconsistent page numbering in ruthesis #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ruthesis.sty line 252 is
\aliaspagestyle{chapter}{plain}%At the beginning we want page numbers on chapterswhile main.tex line 124–125 show
\aliaspagestyle{chapter}{empty} % Don't put page numbers on the chapter changesthis combined with main.tex line 65
\pagestyle{empty}results in most pages not having a number, what is the expected page numbering at RU?This is a duplicate of Issue #3. Let's discuss it there. I am working on a fix.