On Sep 8, 2006, at 6:55 AM, Susanne Gütter wrote:
Dear lyx-user,how can I get the name of my document into the document or into the preview?I don't find any solution in the references. Regards Susanne
The latex command is \jobnameI use the following in ERT to put it in the lower right corner (with fancy pagestyle)
\rfoot{\textrm{\tiny \jobname}}
