>>Date: Fri, 7 Sep 2001 12:36:00 -0400 (EDT)
>>From: "Stephan D. Picard" <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Bibliography header
>>
>>Hello,
>>I have an issue with the bibliography that I hope I can find a solution
>>here. In the main document (that includes a pile of other LyX files), I
>>use fancyhdr to redefine the headers. My settings smallcap the word
>>chapter as well as the chapter name, in the heading. Now, for the
>>bibliography, it's all uppercase. Even though I succeeded in changing the
>>bibname to "References" (thanks to Herbert), the letters will remain
>>fine in the 'chapter' title but all uppercase in the header. Any
>>suggestions on how to make the bibliography's header comply with the rest
>>of the document?
>>
>>Note:My bibname is defined first letter capitalized and all other
>>letters lowercased.
>>
>>thanks,
>>Stephan
>>
Here I hack it directly in the class definition:
\renewenvironment{thebibliography}[1]
     {\chapter*{\bibname
\addcontentsline{toc}{chapter}{\protect\numberline{}\bibname}%
       \@mkboth{\textsc{\bibname}}{\textsc{\bibname}}}%
      \list{\@biblabel{\@arabic\c@enumiv}}%
...

As you may see, the \textsc{\bibname} does it in small caps, and
I send the bibname back in the toc.

I guess you may put this in the preamble as well, 
as the @ are protected by LyX.

-- 
Jean-Pierre


Reply via email to