>>Date: Fri, 12 Mar 2004 12:58:17 +0000 (UTC) >>From: "Joe(theWordy)Philbrook" <[EMAIL PROTECTED]> >>X-X-Sender: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Re: Help:None of the "Page styles" output page numbers? [lyx ver 1.2.3] >> >> I've got an additional question about "fancyhdr package". >> >>Where can I get it?
It's a standard LaTeX package which *should* be in your distrib. The right place to fetch packages is CTAN (http://www.ctan.org), but you should not need it, check rather for a recent (La)TeX distrib if yours is outdated. Moreover, the letter class (like the article class) does not put a page number on the first page, but further pages bear a number. If you really need a number on page 1, look for alternate letter classes or insert in ERT \thispagestyle{plain} at the beginning of the document. -- Jean-Pierre
