[Tex/LaTex] Blank page after bibliography

blank-pageheader-footer

I want to create a blank page after the bibliography which has no page number or any other things I've defined in fancyhdr. Just a blank page, where I can input some text. How do I do this?

Best Answer

In principle, putting

\clearpage
\thispagestyle{empty}
...some text...

should work.