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}
>> \renewcommand{\headrulewidth}{0pt}
>>
>> The new line will remove the horizontal line at the top, should you so
>> wish, leaving you merely with the number "123456789" at the top right.
>
>
> That worked perfectly. Thanks for the help, much appreciated.
>
> Tim
Seems like this would be a nice feature request, to support fancy
header/footer specification without needing to mess with latex preamble.