General ⇒ Custom Page Style on first Page of References
Custom Page Style on first Page of References
The references have 10 pages, and I set them to be fancy, ie, footers, headers, page numbers etc... but this will only work from the second page on. The first page won't accept any other settings but LaTeX defaults.
Does anyone know how to fix this?
Any help will be very much appreciated.
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Custom Page Style on first Page of References
Stefan
Custom Page Style on first Page of References
Code: Select all
\documentclass[12pt,a4paper]{report}
Code: Select all
\bibliographystyle{ametsoc}
\renewcommand{\bibname}{Referências}
\bibliography{Referencias}%{lof}{\protect\thispagestyle{fancy}}
\thispagestyle{fancy}
Very much appreciated.
Offroad
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Custom Page Style on first Page of References
Code: Select all
\renewcommand{\bibname}{\thispagestyle{fancy}Referências}
Stefan