Hi all,
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
General ⇒ Custom Page Style on first Page of References
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Custom Page Style on first Page of References
Which document class are you using? You could redefine a certain feature of it. I could tell you if I knew which one you are using.
Stefan
Stefan
LaTeX.org admin
Custom Page Style on first Page of References
It's a thesis so I chose 'report':
and this is the references settings:
and I'm using MikTeX on Windows 8.
Very much appreciated.
Offroad
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
Last edited by Stefan Kottwitz on Thu Feb 28, 2013 7:16 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Custom Page Style on first Page of References
A quick workaround for the report class, change one line:
Btw. please use the Code button for marking code, I dit it for you above.
Stefan
Code: Select all
\renewcommand{\bibname}{\thispagestyle{fancy}Referências}
Stefan
LaTeX.org admin