Tim J. Garrett wrote:
> Along the lines of the previous posting from Paul Smith on
> relabeling theorems, how might one change "References" to
> "Publications" in the article class? I am using Bibtex generated
> references. \renewbibliography doesn't appear to be analogous to
> \renewtheorem....
This one I do know ;-)
Add this to your preamble:
%% Print the References title in uppercase
%% To get this to work we _have_ to load babel first.
\usepackage{babel}
\AtBeginDocument{\renewcommand\refname{Publications}}
It's in Herbert's tips 'n' tricks...
http://www.lyx.org/help
--
Angus