Paulina Restrepo wrote:
Dear Lyx users,
I'm writing a statement of purpose and one of the requirements is that
my name and title appear at the top of each page.
How can I do this in Lyx? Right now I'm using document class article.
Does anyone have any ideas?
Use the "fancy" heading, and see
http://www.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
for how to use it. Something like:
\lhead{Paulina Restrepo Echavarria}
\rhead{Statement of Purpose}
in the preamble should do the trick.
rh