On Sep 6, 2008, at 9:27 PM, Jeremy C. Reed wrote:

Off topic:

I am looking for a solution to add running page numbering to a postscript or PDF document and maybe add a footer or header (maybe with a horizontal
rule).


This may not be the slickest way, but I think you can do it all right in Lyx (or just latex) with pdfpages

in the preamble...
\usepackage{pdfpages}
\includepdfset{pagecommand={\thispagestyle{fancy}}}

in the document...
define what you want in the headers in ERT with \lhead{} etc.

 \includepdf[pages=-]{filename.pdf}


Reply via email to