[snip]

>> 3.   Using fancy header with this document class, I added the preamble 
suggested
>> on the mailing list a few weeks ago, but the output contains only the page
>> numbers, no section titles :-( I commented out the first two lines because 
>> they resulted in an error when trying to view the postscript output and I 
don't
>> have any chapters, anyway.(it's an article)
>> 
>> %\renewcommand{\chaptermark}[1]{
>> %\markboth{\thechapter.\ \textsc{#1}}{}} % number.chapheader text in small 
caps

This is correct.

Are you sure that you have all the fancyhdr commands in the preamble?
Here I collect:
\usepackage{fancyhdr}
\pagestyle{fancyplain} 

If you don't need the fancyplain stuff (plain meansonly page numbers 
on title pages, which is better IMHO for a book or
a report because you don't need to write twice
the same title on the same page),
you need to (AFAIR)
 - \pagestyle{fancy}
 - remove the \fancyplain commands of the \rhead and \lhead commands, e.g
\lhead[\rm\thepage]{\it\rightmark}

>> 
>> Please go easy with the LaTeX jargon. I know extremely little about it. I 
chose
>> LyX because it gives the finest output I've ever seen and it took me less 
than a
>> day to get up and running with it! Great job, guys!
>> 

It seems quite a lot of work to implement fancyhdr.sty in the LyX interface,
but I agree with you that is would be very useful. In the meantime, you need
to have a look at the fancyhdr doc ...

Keep me posted directly if you still don't get what you want with the
fancyhdr package.

-- 
Jean-Pierre

Reply via email to