Hi,
On Thu, 21 Feb 2002, Ryan McBride wrote:
> I'm wondering what facilities are available in lyx to access document
> metadata and use it in the document. For example there may be a
> requirement to include the path and filename of a document in the
> footer. Also, if you have a document under version control, is there a
> way to access the version information and include that somewhere in
> the document (such as the footer)
If you use RCS, I guess you can just put $Id:$ or whatever a the right
place in your doc... But there are small problemes with that ($ is math
mode, and you may have some characters (like _) that tex doesnt like very
much...), in a \verb something, maybe ?
Yannick