Patrick Hartling wrote:
> 
> Herbert Voss <[EMAIL PROTECTED]> wrote:
> 
> } 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?
> 
> I do have it, but I don't think it's being used.  I don't know that
> for sure, though.

layout->document->pagestyle->fancy

and in preamble:

\renewcommand{\chaptermark}[1]{%
  \markboth{\makeUppercase{% 
     \chaptername\ \thechapter.\ #1}}%
  {}}

for special headers/footers have a look at the doc of fanyhdr
or http://www.educat.hu-berlin.de/~voss/lyx/fancy/header.html#fancy_1

Herbert

-- 
http:[EMAIL PROTECTED]

Reply via email to