Sujet : Re: LaTeX problem
De : ud.usenetcorrespondence (at) *nospam* web.de (Ulrich D i e z)
Groupes : comp.text.texDate : 08. Apr 2025, 04:41:38
Autres entêtes
Message-ID : <vt25t5$tid5$1@solani.org>
References : 1 2 3 4
User-Agent : Mozilla/5.0 (X11; Linux i686 on x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0
db wrote:
But now there is a new problem. The title appears on both
pp. 1 and 2, the first without, the second with that Abstract.
What do I do now?
In mini.tex you have both \maketitle and
\begin{frontmatter}...\end{frontmatter}
while in elsarticle.cls the frontmatter-environment is defined as
\newenvironment{frontmatter}{}{\maketitle}.
Thus you have \maketitle twice and get two title pages.
Probably commenting out \maketitle and keeping the
frontmatter-environment does the trick.
Ulrich