Luqman H <[EMAIL PROTECTED]> writes:

> 
> hi,
> 
> is it possible to align the page number
> instead of just center align on default pagestyle ?
> 
> for ex. i want to align the page number on right bottom
> of the page..
> 
> thanks...
> 
> 

You have to use the fancyheader package, see http://www.ctan.org/tex-
archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf

An example is given here: http://www.mail-archive.com/lyx-
[EMAIL PROTECTED]/msg47016.html

I think you should write the following in the preamble:

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\rhead{}
\lhead{}
\rfoot{\thepage}
\lfoot{}
\cfoot{}

and \thispagestyle{fancy} using ERT at the start of the first line of the page.

BTW, http://bugzilla.lyx.org/show_bug.cgi?id=2535 is an enhancemanet 
suggestion for this. Vote for this bug and it may be implemented.

/Andreas




Reply via email to