>>>>> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:
Reuben> It has a slightly unusual requirement: the \author, \address &
Reuben> so on commands must go in a special environment:
Reuben> \begin{frontmatter} \author{Me} \title{Foo} \address{Bar}
Reuben> \end{frontmatter}
I had thoughts some time ago to allow two new tags in layout files,
which by default would be
BeforeTitle ""
AfterTitle "\maketitle"
In your case, you could use
BeforeTitle "\begin{frontmatter}"
AfterTitle "\end{frontmatter}"
However, I have been convinced that this would just be a hack and not
a clean solution. I do not know if we could work out something that
works for many classes...
JMarc