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}
>
> I'm developing entcs.layout, based on article.layout, as I go, and most of
> the features are fairly clear to implement, but I can't see how to do this
> one. Glancing at the other standard layout files, I can't see that any of
> them has this problem either.
maybe that this works. i can't try, because i don't have
the entcs.cls.
in your entcls-layout file:
Preamble
\let\myMaketitle\maketitle
\renewcommand\maketitle{%
\begin{frontmatter}
\myMaketitle
\end{frontmatter}%
}
EndPreamble
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/