Sajjad <dosto.wa...@...> writes:
>
> 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?
Using the fancyhdr package is an option; your name can be written as
foot or head in all pages.
Document>Settings>Page Layouts: in Headings Style choose 'Fancy'
Then, in Latex Preamble add one of these commands, so you can
write your name in several places
\lhead{your name} or \chead{..} or \rhead{..} #headers
\lfoot{}, \cfoot{}, \lfoot{} #feet
Regards
Ignacio G.