In addition of fancyhdr package, you have the package titlesec with the [pagestyles] option. This is a sample:

In the preamble:

\usepackage[pagestyles]{titlesec}

\newpagestyle{main}{\headrule\sethead[\thepage][book title][]{}{\chaptertitle}{\thepage}\setfoot[][your name][]{}{your name}{}}
\assignpagestyle{\chapter}{main}

\pagestyle{main}



Also you can use the AddToShipoutPicture command from the package eso-pic (you will need the package graphicx in your preamble).



See the documentation for titlesec and eso-pic. And the documentation for fancyhdr.



Regards.

----- Original Message ----- From: "Waluyo Adi Siswanto" <was.u...@gmail.com>
To: "Sajjad" <dosto.wa...@gmail.com>
Cc: <lyx-users@lists.lyx.org>
Sent: Sunday, March 07, 2010 1:45 PM
Subject: Re: name on footer


On Sun, 2010-03-07 at 01:46 +0100, Sajjad wrote:
Hello forum,

I am writing in report class and i would like to have my name on each page.


Any hint on how to do it?



Regards
Sajjad

You can get the detail explanation (pdf user manual of fancyhdr) how to
modify, as mentioned by Ignacio, from here

http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/

Regards
Waluyo



Reply via email to