chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Hi,

a question which I should be able to find myself... but I seem to be missing something.

In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
I don't get the name of the chapter in my headings.

Which \chapter.. do I need for it?

Thanks in advance,
Jeroen.



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
 a question which I should be able to find myself... but I seem to be missing 
something.
 
 In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
 I don't get the name of the chapter in my headings.
 
 Which \chapter.. do I need for it?

\leftmark



Re: chapter headings in fancyheader

2002-12-02 Thread Nirmal Govind
 
 In my fancyheader I want the chaptername, but when I use \chaptername
 or \thechapter, I don't get the name of the chapter in my headings.
 

If you just want the chapter name in the heading, then won't the
headings pagestyle be sufficient? That's what I use and it works fine
in the book class..

nirmal





Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
chaptername.

that's the problem. (I'm using amsbook style, does that have something to do with it?)

cheers,
Jeroen.


On Mon, 2 Dec 2002 23:08:10 +0200
Dekel Tsur [EMAIL PROTECTED] wrote:

 On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
  a question which I should be able to find myself... but I seem to be missing 
something.
  
  In my fancyheader I want the chaptername, but when I use \chaptername or 
\thechapter,
  I don't get the name of the chapter in my headings.
  
  Which \chapter.. do I need for it?
 
 \leftmark
 



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
 I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
 chaptername.
 
 that's the problem. (I'm using amsbook style, does that have something
 to do with it?)

Put the following line in the preamble:
  \def\chaptermark#1{\markboth{#1}{}}



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Great, thanks it's working.

But it's hard for people who are blond.

I also tried to make the font of that chaptername small, I can put \small in the \def 
or in the fancyhead[C], but... it's not working.

Latex is great, but hard to learn.
But by the time I'm a latex guru, I will implement all this stuff in lyx.

Another thing, maybe someone alse also has it, might be a bug.
I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works great, 
but when I use the 'Additional Latex options' from the lyx graphics inset, it doesn't 
seem to remember what I type there.
I inserted /caption{Diamant}, but the next time I look at it, it's gone.

Is anyone else having the same thing?

Cheers,
Jeroen.


On Tue, 3 Dec 2002 00:29:45 +0200
Dekel Tsur [EMAIL PROTECTED] wrote:

 On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
  I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
  chaptername.
  
  that's the problem. (I'm using amsbook style, does that have something
  to do with it?)
 
 Put the following line in the preamble:
   \def\chaptermark#1{\markboth{#1}{}}
 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Sorry, the small font is working when I put it in my fancyheader.

Just too blind to see it, and quick to ask


On Tue, 3 Dec 2002 00:01:20 +0100
Jeroen Vriesman [EMAIL PROTECTED] wrote:

 Great, thanks it's working.
 
 But it's hard for people who are blond.
 
 I also tried to make the font of that chaptername small, I can put \small in the 
\def or in the fancyhead[C], but... it's not working.
 
 Latex is great, but hard to learn.
 But by the time I'm a latex guru, I will implement all this stuff in lyx.
 
 Another thing, maybe someone alse also has it, might be a bug.
 I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works 
great, but when I use the 'Additional Latex options' from the lyx graphics inset, it 
doesn't seem to remember what I type there.
 I inserted /caption{Diamant}, but the next time I look at it, it's gone.
 
 Is anyone else having the same thing?
 
 Cheers,
 Jeroen.
 
 
 On Tue, 3 Dec 2002 00:29:45 +0200
 Dekel Tsur [EMAIL PROTECTED] wrote:
 
  On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
   I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
   chaptername.
   
   that's the problem. (I'm using amsbook style, does that have something
   to do with it?)
  
  Put the following line in the preamble:
\def\chaptermark#1{\markboth{#1}{}}
  
 



chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Hi,

a question which I should be able to find myself... but I seem to be missing something.

In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
I don't get the name of the chapter in my headings.

Which \chapter.. do I need for it?

Thanks in advance,
Jeroen.



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
 a question which I should be able to find myself... but I seem to be missing 
something.
 
 In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
 I don't get the name of the chapter in my headings.
 
 Which \chapter.. do I need for it?

\leftmark



Re: chapter headings in fancyheader

2002-12-02 Thread Nirmal Govind
 
 In my fancyheader I want the chaptername, but when I use \chaptername
 or \thechapter, I don't get the name of the chapter in my headings.
 

If you just want the chapter name in the heading, then won't the
headings pagestyle be sufficient? That's what I use and it works fine
in the book class..

nirmal





Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
chaptername.

that's the problem. (I'm using amsbook style, does that have something to do with it?)

cheers,
Jeroen.


On Mon, 2 Dec 2002 23:08:10 +0200
Dekel Tsur [EMAIL PROTECTED] wrote:

 On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
  a question which I should be able to find myself... but I seem to be missing 
something.
  
  In my fancyheader I want the chaptername, but when I use \chaptername or 
\thechapter,
  I don't get the name of the chapter in my headings.
  
  Which \chapter.. do I need for it?
 
 \leftmark
 



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
 I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
 chaptername.
 
 that's the problem. (I'm using amsbook style, does that have something
 to do with it?)

Put the following line in the preamble:
  \def\chaptermark#1{\markboth{#1}{}}



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Great, thanks it's working.

But it's hard for people who are blond.

I also tried to make the font of that chaptername small, I can put \small in the \def 
or in the fancyhead[C], but... it's not working.

Latex is great, but hard to learn.
But by the time I'm a latex guru, I will implement all this stuff in lyx.

Another thing, maybe someone alse also has it, might be a bug.
I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works great, 
but when I use the 'Additional Latex options' from the lyx graphics inset, it doesn't 
seem to remember what I type there.
I inserted /caption{Diamant}, but the next time I look at it, it's gone.

Is anyone else having the same thing?

Cheers,
Jeroen.


On Tue, 3 Dec 2002 00:29:45 +0200
Dekel Tsur [EMAIL PROTECTED] wrote:

 On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
  I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
  chaptername.
  
  that's the problem. (I'm using amsbook style, does that have something
  to do with it?)
 
 Put the following line in the preamble:
   \def\chaptermark#1{\markboth{#1}{}}
 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Sorry, the small font is working when I put it in my fancyheader.

Just too blind to see it, and quick to ask


On Tue, 3 Dec 2002 00:01:20 +0100
Jeroen Vriesman [EMAIL PROTECTED] wrote:

 Great, thanks it's working.
 
 But it's hard for people who are blond.
 
 I also tried to make the font of that chaptername small, I can put \small in the 
\def or in the fancyhead[C], but... it's not working.
 
 Latex is great, but hard to learn.
 But by the time I'm a latex guru, I will implement all this stuff in lyx.
 
 Another thing, maybe someone alse also has it, might be a bug.
 I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works 
great, but when I use the 'Additional Latex options' from the lyx graphics inset, it 
doesn't seem to remember what I type there.
 I inserted /caption{Diamant}, but the next time I look at it, it's gone.
 
 Is anyone else having the same thing?
 
 Cheers,
 Jeroen.
 
 
 On Tue, 3 Dec 2002 00:29:45 +0200
 Dekel Tsur [EMAIL PROTECTED] wrote:
 
  On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
   I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
   chaptername.
   
   that's the problem. (I'm using amsbook style, does that have something
   to do with it?)
  
  Put the following line in the preamble:
\def\chaptermark#1{\markboth{#1}{}}
  
 



chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Hi,

a question which I should be able to find myself... but I seem to be missing something.

In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
I don't get the name of the chapter in my headings.

Which \chapter.. do I need for it?

Thanks in advance,
Jeroen.



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
> a question which I should be able to find myself... but I seem to be missing 
>something.
> 
> In my fancyheader I want the chaptername, but when I use \chaptername or \thechapter,
> I don't get the name of the chapter in my headings.
> 
> Which \chapter.. do I need for it?

\leftmark



Re: chapter headings in fancyheader

2002-12-02 Thread Nirmal Govind
> 
> In my fancyheader I want the chaptername, but when I use \chaptername
> or \thechapter, I don't get the name of the chapter in my headings.
> 

If you just want the chapter name in the heading, then won't the
"headings" pagestyle be sufficient? That's what I use and it works fine
in the book class..

nirmal





Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
chaptername.

that's the problem. (I'm using amsbook style, does that have something to do with it?)

cheers,
Jeroen.


On Mon, 2 Dec 2002 23:08:10 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Mon, Dec 02, 2002 at 09:43:13PM +0100, Jeroen Vriesman wrote:
> > a question which I should be able to find myself... but I seem to be missing 
>something.
> > 
> > In my fancyheader I want the chaptername, but when I use \chaptername or 
>\thechapter,
> > I don't get the name of the chapter in my headings.
> > 
> > Which \chapter.. do I need for it?
> 
> \leftmark
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Dekel Tsur
On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
> I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
> chaptername.
> 
> that's the problem. (I'm using amsbook style, does that have something
> to do with it?)

Put the following line in the preamble:
  \def\chaptermark#1{\markboth{#1}{}}



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Great, thanks it's working.

But it's hard for people who are blond.

I also tried to make the font of that chaptername small, I can put \small in the \def 
or in the fancyhead[C], but... it's not working.

Latex is great, but hard to learn.
But by the time I'm a latex guru, I will implement all this stuff in lyx.

Another thing, maybe someone alse also has it, might be a bug.
I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works great, 
but when I use the 'Additional Latex options' from the lyx graphics inset, it doesn't 
seem to remember what I type there.
I inserted /caption{Diamant}, but the next time I look at it, it's gone.

Is anyone else having the same thing?

Cheers,
Jeroen.


On Tue, 3 Dec 2002 00:29:45 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:

> On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
> > I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
> > chaptername.
> > 
> > that's the problem. (I'm using amsbook style, does that have something
> > to do with it?)
> 
> Put the following line in the preamble:
>   \def\chaptermark#1{\markboth{#1}{}}
> 



Re: chapter headings in fancyheader

2002-12-02 Thread Jeroen Vriesman
Sorry, the small font is working when I put it in my fancyheader.

Just too blind to see it, and quick to ask


On Tue, 3 Dec 2002 00:01:20 +0100
Jeroen Vriesman <[EMAIL PROTECTED]> wrote:

> Great, thanks it's working.
> 
> But it's hard for people who are blond.
> 
> I also tried to make the font of that chaptername small, I can put \small in the 
>\def or in the fancyhead[C], but... it's not working.
> 
> Latex is great, but hard to learn.
> But by the time I'm a latex guru, I will implement all this stuff in lyx.
> 
> Another thing, maybe someone alse also has it, might be a bug.
> I have lyx-1.2.1 running on Mandrake 9.0, and I've inserted a tiff image, works 
>great, but when I use the 'Additional Latex options' from the lyx graphics inset, it 
>doesn't seem to remember what I type there.
> I inserted /caption{Diamant}, but the next time I look at it, it's gone.
> 
> Is anyone else having the same thing?
> 
> Cheers,
> Jeroen.
> 
> 
> On Tue, 3 Dec 2002 00:29:45 +0200
> Dekel Tsur <[EMAIL PROTECTED]> wrote:
> 
> > On Mon, Dec 02, 2002 at 10:57:32PM +0100, Jeroen Vriesman wrote:
> > > I tried that, but it gives me 'CHAPTER. chaptername', in stead of just the
> > > chaptername.
> > > 
> > > that's the problem. (I'm using amsbook style, does that have something
> > > to do with it?)
> > 
> > Put the following line in the preamble:
> >   \def\chaptermark#1{\markboth{#1}{}}
> > 
>