NinaNutz wrote:
Read the documentation for the fancyhdr package, which you probably have in fancyhdr.dvi. You can turn on "fancy" page headings in Document>Settings>Page Layout>Page Style.

rh



I think fancy header are the called decoration in the spanish version
Once time I have change it to fancy... Can I change the other parameters
putting the latex commands in the preamble?
Yes, the preamble is the place to define the various fancyhdr commands. LyX will add \pagestyle{fancy} and the like. You just need to put things like:
\rhead{}\lhead{}
\chead{\thechapter \chaptername}
Again, see fancyhdr.dvi for the details.

rh

Reply via email to