I'm writing a thesis and I want to remove the page number of the first page of bibliography. I tried
\thispagestyle{empty}
\pagestyle{plain}
but it seems not work. I am using
\usepackage[style=ieee, sorting=none]{biblatex}
\addbibresource{ref}
Furthermore, I want to remove the page number corresponding to Bibliography in Table of Contents but I can't.
Can anyone help me? Thank you.
\bibsetup{\thispagestyle{empty}\pagestyle{empty}} \printbibliography[title=References]The first page of Bibliography still has the page number but the next pages does not have it – luiserta Aug 08 '12 at 10:51\renewcommandgot omitted from my code. I have now corrected my answer. By the way, I have tested it usingarticleclass. – Andrew Swann Aug 08 '12 at 12:30\phantomsection \pdfbookmark{Contents}{contents} \tableofcontents– luiserta Aug 09 '12 at 08:53\bibsetupcommand. – Andrew Swann Aug 09 '12 at 09:49\pagestyle{plain}by\pagestyle{empty}if want no page numbers throughout the bib. – Andrew Swann Mar 25 '20 at 08:39\renewcommand{\bibsetup}{\thispagestyle{empty}\pagestyle{empty}}right after the\usepackage[...]{biblatex}but for whatever reason the very last page of the bibliography has a header and page number, while all the other ones are cleared. This is happening also for the individual bibliographies of each chapter. I am writing a thesis and using thefancyhdrpackage. Should I create an entire new question to explain better? Thanks a lot! – Matteo Mar 25 '20 at 16:08