I want no pagenumbers in my bibliography but neither
Code: Select all
\pagestyle{empty}
\bibliography{xxx}
Code: Select all
\bibliography{}
\pagestyle{empty}
The first makes tha last page of the text before without a pagenumber (which is not wanted) but NOT the sides of the bibliography.
The second makes only the LAST page of the biblography without page numbers but not all sides...
can somebody help me? thanks!