Page Layout ⇒ page numbering on multiple documents
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
page numbering on multiple documents
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: page numbering on multiple documents
Add the command "\pagestyle{plain}" right above the "\pagenumbering{roman}" command in thesis.tex.
OR (preferred)
Change "\pagestyle{empty}" to "\thispagestyle{empty}" on the copyright and signature pages. (The \pagestyle{plain} in the abstract was why you were getting page numbers in that span, and the \pagenumbering commands were the reason you were getting page numbers elsewhere.)
By the way: the lineno package isn't doing anything for you; the only time you use it is to turn off line numbers, which is the default (unless that's there from a time when you actually did want line numbers).