I have this situation that I have no idea how to solve.
I'm using fancyhdr package and i defined the layout of the headers for all chapters. However, at the end of the last chapter, before the bibliography, I have:
\fancyhead{}
\fancyfoot{}
\fancyhead[LE, RO]{\thepage}
\bibliographystyle{IEEEtranSA}
i.e., I cleaned the header except for the page numbers. The idea is to show only page numbers in the Bibliography section. However, the last page of the chapter before the Bibliography only presents the page number, missing the rest of the header.
Any help?
Thx
