Patrick Hartling wrote:
> 
> I just updated to Lyx 1.1.6fix1, and something has gone wrong with my
> chapter headings, table of contents heading, and list of figures heading.
> I am using a LaTeX2e style with a LyX layout I made based on
> report.layout from 1.1.5fix2.  With 1.1.5fix2, I got headings such as
> "CHAPTER 1 INTRODUCTION", but now I get "Chapter1 INTRODUCTION".  The
> table of contents and list of figures have the wrong capitalization and
> wrong font size now.  The style I'm using defines how the headings should
> be rendered.  Is there something I need to do as part of the upgrade path?

i always got CHAPTER! do you have the fancyhdr-package installed?
Or what kind oh feaders do you have?

I suppose that any of your packages (maybe tocloft) overwrite your
bibname-definition and the  other-ones.
therefore write in latex preamble 

\AtBeginDocument{\renewcommand\bibname{BIBLIOGRAPHY}}
\AtBeginDocument{\renewcommand\contentsname{CONTENTS}}
\AtBeginDocument{\renewcommand\listfigurename{LIST OF FIGURES}}


Herbert

-- 
http:[EMAIL PROTECTED]

Reply via email to