Re: Insert identical custom header on each page

2006-04-20 Thread Tim Vaughan
Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789} \renewcommand{\headrulewidth}{0pt} The

Re: Insert identical custom header on each page

2006-04-20 Thread Neal Becker
Tim Vaughan wrote: Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789}

Re: Insert identical custom header on each page

2006-04-20 Thread Paul A. Rubin
Neal Becker wrote: Tim Vaughan wrote: Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789}

Re: Insert identical custom header on each page

2006-04-20 Thread Tim Vaughan
Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789} \renewcommand{\headrulewidth}{0pt} The

Re: Insert identical custom header on each page

2006-04-20 Thread Neal Becker
Tim Vaughan wrote: Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789}

Re: Insert identical custom header on each page

2006-04-20 Thread Paul A. Rubin
Neal Becker wrote: Tim Vaughan wrote: Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789}

Re: Insert identical custom header on each page

2006-04-20 Thread Tim Vaughan
> Good catch! Also, the example I gave above will include a horizontal line at > the top of the page. To remove that then add the following to the preamble > (which should be modified in the manner which Paul pointed out): > > \rhead{\bfseries 123456789} > \renewcommand{\headrulewidth}{0pt} >

Re: Insert identical custom header on each page

2006-04-20 Thread Neal Becker
Tim Vaughan wrote: >> Good catch! Also, the example I gave above will include a horizontal >> line at the top of the page. To remove that then add the following to >> the preamble (which should be modified in the manner which Paul pointed >> out): >> >> \rhead{\bfseries 123456789} >>

Re: Insert identical custom header on each page

2006-04-20 Thread Paul A. Rubin
Neal Becker wrote: Tim Vaughan wrote: Good catch! Also, the example I gave above will include a horizontal line at the top of the page. To remove that then add the following to the preamble (which should be modified in the manner which Paul pointed out): \rhead{\bfseries 123456789}

Insert identical custom header on each page

2006-04-19 Thread Tim Vaughan
Hi, I am submitting a document which must have my student number at the top right of each page. What is the easiest way to do this? I don't need anything else at the top, just the number. Tim

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 08:57:34PM +0100, Tim Vaughan wrote: Hi, I am submitting a document which must have my student number at the top right of each page. What is the easiest way to do this? I don't need anything else at the top, just the number. Tim In the preamble for the document

Re: Insert identical custom header on each page

2006-04-19 Thread Paul A. Rubin
Oisin C. Feeley wrote: In the preamble for the document (LyX-Document-Layout-Preamble) add the following: \usepackage{fancyhdr} \pagestyle{fancy} \rhead{\bfseries 123456789} In LyX, only the third line is necessary. In LyX 1.3.x, go to Layout-Document...-Layout and set the Page style

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 05:49:46PM -0400, Paul A. Rubin wrote: Oisin C. Feeley wrote: In the preamble for the document (LyX-Document-Layout-Preamble) add the following: \usepackage{fancyhdr} \pagestyle{fancy} \rhead{\bfseries 123456789} In LyX, only the third line is necessary. In

Insert identical custom header on each page

2006-04-19 Thread Tim Vaughan
Hi, I am submitting a document which must have my student number at the top right of each page. What is the easiest way to do this? I don't need anything else at the top, just the number. Tim

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 08:57:34PM +0100, Tim Vaughan wrote: Hi, I am submitting a document which must have my student number at the top right of each page. What is the easiest way to do this? I don't need anything else at the top, just the number. Tim In the preamble for the document

Re: Insert identical custom header on each page

2006-04-19 Thread Paul A. Rubin
Oisin C. Feeley wrote: In the preamble for the document (LyX-Document-Layout-Preamble) add the following: \usepackage{fancyhdr} \pagestyle{fancy} \rhead{\bfseries 123456789} In LyX, only the third line is necessary. In LyX 1.3.x, go to Layout-Document...-Layout and set the Page style

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 05:49:46PM -0400, Paul A. Rubin wrote: Oisin C. Feeley wrote: In the preamble for the document (LyX-Document-Layout-Preamble) add the following: \usepackage{fancyhdr} \pagestyle{fancy} \rhead{\bfseries 123456789} In LyX, only the third line is necessary. In

Insert identical custom header on each page

2006-04-19 Thread Tim Vaughan
Hi, I am submitting a document which must have my student number at the top right of each page. What is the easiest way to do this? I don't need anything else at the top, just the number. Tim

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 08:57:34PM +0100, Tim Vaughan wrote: > Hi, > > I am submitting a document which must have my student number at the > top right of each page. What is the easiest way to do this? I don't > need anything else at the top, just the number. > > Tim In the preamble for the

Re: Insert identical custom header on each page

2006-04-19 Thread Paul A. Rubin
Oisin C. Feeley wrote: In the preamble for the document (LyX->Document->Layout->Preamble) add the following: \usepackage{fancyhdr} \pagestyle{fancy} \rhead{\bfseries 123456789} In LyX, only the third line is necessary. In LyX 1.3.x, go to Layout->Document...->Layout and set the Page

Re: Insert identical custom header on each page

2006-04-19 Thread Oisin C. Feeley
On Wed, Apr 19, 2006 at 05:49:46PM -0400, Paul A. Rubin wrote: > Oisin C. Feeley wrote: > >In the preamble for the document (LyX->Document->Layout->Preamble) add the > >following: > > > >\usepackage{fancyhdr} > >\pagestyle{fancy} > >\rhead{\bfseries 123456789} > > > > In LyX, only the third line