Re: different headers

2007-02-02 Thread Bob Lounsbury

On 2/2/07, Andreas K. <[EMAIL PROTECTED]> wrote:


Bob Lounsbury <[EMAIL PROTECTED]> writes:

>
> Hello,
>
> Is there a way to have a different custom heading on the first and
> subsequent pages? What I need is a specific left header on the first
page
> and then a different specific left header on all the subsequent pages.
>
> Thanks,
> Bob Lounsbury
>

Hi,

Try the fancyhdr package: http://www.tug.org/tex-
archive/help/Catalogue/entries/fancyhdr.html

Regards,
Andreas




I've used the fancyhdr package many times, but didn't realize that you could
redefine the default pagestyles like plain, empty. I should have read the
documentation before posting. I guess I got lazy:-). Thanks for the tip.

Bob


Re: different headers

2007-02-02 Thread Andreas K .
Bob Lounsbury <[EMAIL PROTECTED]> writes:

> 
> Hello,
> 
> Is there a way to have a different custom heading on the first and
> subsequent pages? What I need is a specific left header on the first page
> and then a different specific left header on all the subsequent pages.
> 
> Thanks,
> Bob Lounsbury
> 

Hi,

Try the fancyhdr package: http://www.tug.org/tex-
archive/help/Catalogue/entries/fancyhdr.html

Regards,
Andreas




different headers

2007-02-01 Thread Bob Lounsbury

Hello,

Is there a way to have a different custom heading on the first and
subsequent pages? What I need is a specific left header on the first page
and then a different specific left header on all the subsequent pages.

Thanks,
Bob Lounsbury


Re: fancyhdr - different headers and footers

2000-11-07 Thread Jean-Pierre.Chretien


>>Date: Tue, 7 Nov 2000 11:37:40 +0100
>>From: Jan Goebel <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: fancyhdr - different headers and footers
>>Mail-Followup-To: Jan Goebel <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED]
>>User-Agent: Mutt/1.2.5i
>>
>>Hello ,
>>
>>if you use the fancyhdr packages you have the following
>>latex-commands:
>>
>>\lhead{} \lfoot{}
>>\chead{} \cfoot{}
>>\rhead{} \rfoot{}
>>
>>So, if you want to change you header and footer just type the
>>latex commands (in red) on the particular page.
>>For the default header in fancyhdr please look in the package
>>description, i don't know it :(
>>
>>jan

There exists a native mechanism in the package to deal differently
with «plain» pages and «fancy» pages, which uses the fancyplain command.
I'm afraid that going into the doc is the only way to really understand it.

As an example, here is a modification of the running headers mechnism
which skips these in plain pages:

\usepackage{fancyplain}
instead of \usepackage{fancy}

then

\lhead[\fancyplain{\rm\thepage}{\rm\thepage}]{\fancyplain{}{\it\rightmark}}

puts the running header (rightark) italicised in the left location 
of the header for odd pages (compulsory argument enclosed in {}), 
but for plain pages where it is empty, and the page number in any
case for even pages (optional argument in []).

The fact that a page is «plain» can be part of the class description
(chapter title pages, bibliography title page,...) or local with 
\thispagestyle{plain}

-- 
Jean-Pierre





Re: fancyhdr - different headers and footers

2000-11-07 Thread Jan Goebel

Hello ,

if you use the fancyhdr packages you have the following
latex-commands:

\lhead{} \lfoot{}
\chead{} \cfoot{}
\rhead{} \rfoot{}

So, if you want to change you header and footer just type the
latex commands (in red) on the particular page.
For the default header in fancyhdr please look in the package
description, i don't know it :(

jan



On Tue, 07 Nov 2000, [EMAIL PROTECTED] wrote:

> Hi there,
> I need to have a different header and footer for the first page. Does
> anyone know a solution
> 

-- 
---
Jan Goebel (mailto:[EMAIL PROTECTED])

DIW German Institute for Economic Research
SOEP
Königin-Luise-Str. 5
D-14195 Berlin
Germany

phone: 49 30 89789-377
---



fancyhdr - different headers and footers

2000-11-07 Thread Haase . Hartmut

Hi there,
I need to have a different header and footer for the first page. Does
anyone know a solution