On Mon, May 28, 2001 at 08:08:43AM +0200, Herbert Voss wrote:
> Reuben Thomas wrote:
> >
> > I am currently writing a paper using entcs.cls (Elsevier's Electronic Notes
> > in Theoretical Computer Science style).
> >
> > It has a slightly unusual requirement: the \author, \address & so on
> > commands must go in a special environment:
> >
> > \begin{frontmatter}
> > \author{Me}
> > \title{Foo}
> > \address{Bar}
> > \end{frontmatter}
> >
> in your entcls-layout file:
>
> Preamble
> \let\myMaketitle\maketitle
> \renewcommand\maketitle{%
> \begin{frontmatter}
> \myMaketitle
> \end{frontmatter}%
> }
> EndPreamble
I don't think it will work as the example above doesn't use \maketitle