Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!agate!agate!appel From: appel@ocf.Berkeley.EDU (Shannon D. Appel) Newsgroups: comp.text.tex Subject: Re: how do I get a *different* footer on each page? Message-ID: Date: 2 Apr 91 19:37:50 GMT References: <1044@keele.keele.ac.uk> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: xcf Lines: 13 In-Reply-To: gerry@seq1.keele.ac.uk's message of 2 Apr 91 12:55:21 GMT In article <1044@keele.keele.ac.uk> gerry@seq1.keele.ac.uk (G.D.Pratt) writes: >Does anyone know a way of getting a *different* footer, or header, >printed on each page in LaTeX depending on the page number? This is going to >be "Keep going" on Page 1, "There's more" on Page 2 and "Read my lips" >on Page 3, etc, just as a gimmick. I've read the threepart.sty and Try something like this: \headline={\ifnum\pageno=1\headline1 \else \ifnum\pageno=2\headline2 \else \ifnum\pageno=3\headline3} \def\headline1{\bf There's More} \def\headline2{\bf Read my lips} \def\headline3{\bf Kidzen Teko}