Rich Shepard wrote:
> My web search foo finds pages on how to remove numbering on an individual
> page; e.g.,
> \thispagestyle{empty}
> \pagestyle{empty}
>
> but it's not working for me. Perhaps it's the position in the text?
>
> The sequence is:
>
> 1) Title
> 2) Author
> 3) \uppertitleback{}
> 4) \pagenumbering{roman}
> \setcounter{page}{1}
> \pagestyle{headings}
> 5) Table of Contents
> 6) Lists of Figures
> 7) Lists of Tables
> 8) \mainmatter
> \thispagestyle{empty}
> \pagestyle{empty}
> 9) Part 1.
> Background (in the Part environment)
>
> The list of tables ends on page vii. The next page is blank, then Part 1
> Background is numbered 1, followed by a blank page and the first page of
> Chapter 1 which also is numbered 1. I want no page number on the 'Part'
> page.
>
> What have I missed here?
>
> Rich
This is a KOMA class, right? If so, try
\renewcommand*{\partpagestyle}{empty}
in preamble.
Regards,
Jürgen