On Thu, 28 Mar 2002 14:47:34 +0800 (WST) wrote Rod Pinna <[EMAIL PROTECTED]>:
> > > ... problem is that the Elsevier class doesn't implement the
> > > \maketitle command. Hopefully however, it should be relatively easy to
> > > apply it.
> >
> > in the layout file in the preamble part a \renewcommand\maketitle{}
> > should do the trick.
>
> Thanks for the tip. I'd be a little cautious about doing this though;
> Elsevier (allegedly) use the latex files directly in their system. In
> theory it shouldn't have any effect, but it might be preferrable to not to
> make the change, if there is an alternative.
Actually, this is what the encts.layout file does (with \newcommand instead
of \renewcommand, as maketitle is not defined by default.)
...[clipped by GM]
Preamble
# ...[clipped by GM]
\newcommand{\maketitle}{
\begin{frontmatter}
%...[clipped by GM]
\end{frontmatter}
}
EndPreamble
Look at file:/usr/share/lyx/layouts/encts.layout to see the whole story :-)
Guenter
--
[EMAIL PROTECTED]