Re: lyx page number positions

2012-03-06 Thread William Seager
On Wednesday 07 March 2012 02:11:45 Louise Wilkinson wrote:
> Hi,
> 
> 
> 
> I'm trying to put page numbers in Lyx on odd pages in the right hand
> corner and even pages in the left hand corner. Thanks for your help.
> 
> 
> 
> Louise


I think this will do it:

\fancyhead[LE,RO]{\thepage}

(put this in the preamble); might need to add

\usepackage{fancyhdr}

as well but I'm not sure about that.


-- 
William Seager
University of Toronto Scarborough
www.utsc.utoronto.ca/~seager


lyx page number positions

2012-03-06 Thread Louise Wilkinson
Hi,



I'm trying to put page numbers in Lyx on odd pages in the right hand corner and 
even pages in the left hand corner. Thanks for your help.



Louise


Re: lyx page number positions

2012-03-06 Thread Richard Heck

On 03/05/2012 09:32 PM, Louise Wilkinson wrote:


Hi,

I finding it difficult to get Lyx to put the first page number at the 
bottom of the page and all subsequent numbers in the top right hand 
corner. Thanks in advance for your help.



What document class are you using? Can you post a small example file?

Richard



Re: lyx page number positions

2012-03-05 Thread Waluyo Adi Siswanto
On 6 March 2012 10:32, Louise Wilkinson  wrote:
> Hi,
>
>
>
> I finding it difficult to get Lyx to put the first page number at the bottom
> of the page and all subsequent numbers in the top right hand corner. Thanks
> in advance for your help.
>

In book(KOMA-script) document class, I use the following commands in
the preamble

% The following commands set the page numbers on the top right
% except in the beginning of chapters
% using fancyhdr package (page layout>heading style->fancy)
\lhead{}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0pt}

regards,
waluyo

>
>
> Louise


lyx page number positions

2012-03-05 Thread Louise Wilkinson
Hi,



I finding it difficult to get Lyx to put the first page number at the bottom of 
the page and all subsequent numbers in the top right hand corner. Thanks in 
advance for your help.



Louise