On 2011-03-28, Dr Eberhard W Lisse wrote:
> Hi,
> I am writing a document with multiple include chapters using the
> intrinsic RCS on LyX RC1 on OS X 10.6.7.
> I am using pdfdraftcopy to watermark the master document and all
> included files, and have
> \usepackage{rcs-multi}
> \rcsid{$Id$}
...
> in the preamble of each file and when the Id contains the correct
> information (different) for each file.
> I would expect the revision numbers and dates to be different for each
> include file but only get the one from the master on all pages.
> When I export the master document to pdflatex the children do not have
> the preamble, so the output is technically correct, however undesired.
> How do I achieve the wanted behaviour so I an see when I last edited a
> particular page?
You can try to put
\rcsid{$Id$}
in an ERT inset (if it is allowed in the main document part).
Günter