Lyx Physicst wrote:
Sorry, let me clarify. My thesis ends on page 85, so I would like the firstpage of the bib to not have a page number(which would be 86) at the bottom, and then the 2nd page to continue counting at 87 and so on. I tried to use the ERT \pagestyle{empty} %before bib ERT \pagestyle{plain} %after bib method, but that doesnt remove the page number of the first page of the bib...
Try the following. Put \usepackage{afterpage} in your preamble. (This presumes you have the tools package, but I think that's a standard part of all LaTeX distros.) At the end of the text on what will be page 85, put \afterpage{\thispagestyle{empty}} in ERT just before the page break. I think that will do it for you.
/Paul
