Re: Getting the section/subsection name...

2000-12-14 Thread Herbert Voss

Nick DeClario wrote:
> 
> Here's an easy one, I hope...   I am trying to get section and
> subsection numbers of my document into the header.  What is the command
> to use to get the current section?  I have the section number but not
> the name.
> 
> I am currently using:
> 
> \fancyhead[LE]{Section - \bf \thesection}
> 
> Where 'Section' is I would like to replace with the actual section
> name.  Thanks.

\fancyhead[LE]{\leftmark - \bf \thesection}

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Getting the section/subsection name...

2000-12-13 Thread Nick DeClario

Here's an easy one, I hope...   I am trying to get section and
subsection numbers of my document into the header.  What is the command
to use to get the current section?  I have the section number but not
the name.

I am currently using:

\fancyhead[LE]{Section - \bf \thesection}

Where 'Section' is I would like to replace with the actual section
name.  Thanks.

-Nick