Ok, I've had a play. It seems to work fine so long as my textclass defines 'maketitle'. Thus using 'scrartcl' is fine but using 'article' latex complains with 'undefined control sequence \maketitle' or somesuch.
then you have the "titlepage" in layout->document->extra options
Rather than
[EMAIL PROTECTED]
could I not define some `ifx' magic to test whether maketitle is defined already and, if not, use
[EMAIL PROTECTED]
[EMAIL PROTECTED]@maketitle}{% ... blah ... }% \fi
Herbert
