Tim Harris wrote:
Hi everyone,
I'm using LyX to write up my Thesis and was wondering if there is a
simple way to make the "BIBLIOGRAPHY" text appear as "Bibliography" in
the top right heading of all the bibliography pages.
I'm using the "report" document class, the "fancy" page style, and the
"unsrt" bibliography style.
I've tried playing with the "\chaptermark" and "\rhead" commands to no
avail.
The only technique that I've managed to find documented on the
internet involves redefining the "\thebibliography" command, which
seems a bit unnecessary.
I don't know for sure, but I'm guessing that the bibliography
environment in report redefines the page style itself, which is why your
attempts all fail. If so, then there are limits to what you can do
without getting deep into the LaTeX, e.g., using \renewenvironment to
undo whatever report.cls is doing. But that can be done, and it isn't
really that hard. You just have to copy the declaration from report.cls
and modify it as you wish.
rh