On 08/26/2009 05:03 PM, Paul Sutton wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
I am due to start a Open university course shortly, and part ofthe
requirement for this is to have page numbers at the top of the page.
I have enabled the fancyhdr pacakge and figured out how to do this fine,
1. How do I now remove the page number from the footer of the page. I
have tried the slider thing under document set for numbering and this
doesn't seem to do it.
It's always a good idea to start your fancyhdr stuff with:
\fancyhf{}
to clear the defaults.
2. Is it possible to do
i have inserted ERT
\lhead{Student name - student number}
\chead{TMA 01}
\rhead{\thepage}
This should go in the preamble, under Document>Settings, not in ERT.
Unless you want it to take effect, say, in the middle of the document.
is it possible to have it display
page then the page number I tried using
\head{page}{\thepage} but this seems to fail.
"\rhead{page \thepage}" should do it.
On and one more question, in the text layout under document settings if
I type 1.5 in to line spacing will it display as 1.5 line spacing
(another requirement), as this is not listed as an option. but it
comes under custom. So I am guessing yes.
You should have "OneHalf" as an option. That means 1.5.
rh