[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.


[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.


[solved] Re: footer on all pages

2012-04-18 Thread Marco Beishuizen

On Wed, 18 Apr 2012, the wise Paul A. Rubin wrote:

LaTeX classes that include a chapter environment usually format the 
first page of each chapter differently from the others.  Try adding this 
to the document preamble:


\fancypagestyle{plain}{%
 \rfoot{whatever}
}


This works! When adding this, the footer is shown only on the pages with 
the chapters. So when adding this *and* leaving \rfoot{whatever} in the 
preamble, the footer is shown on all pages.


Thanks for the help.

Regards,
Marco

--
Flee at once, all is discovered.