Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!wuarchive!udel!brahms.udel.edu!anita From: anita@brahms.udel.edu (Anita Marie Hoover) Newsgroups: comp.text.tex Subject: Re: Page numbers Message-ID: <16536@brahms.udel.edu> Date: 5 Dec 90 14:09:02 GMT References: <7444@castle.ed.ac.uk> Organization: University of Delaware Lines: 13 In article <7444@castle.ed.ac.uk> elev35@castle.ed.ac.uk (R C Smith) writes: >Sorry to post this as the subject has come up very recently but how do >you prevent page numbers in article.sty? > >Thanks >Robin First of all this is definitely in the LaTeX book. If you look in the index under page styles (since you want to change the style to include no page numbers), you find \pagestyle 83, 161. Go to page 83, you find 4 type of page styles. The default for article, is probably plain. So to change this globally, put in the preamble \pagestyle{empty}.