X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1095" "Thu" "9" "October" "1997" "14:57:18" "+0200" "P.W.Daly, MPAe, Lindau, Germany" "daly@LINPWD.MPAE.GWDG.DE" nil "21" "Re: LaTeX journal and publisher macros" "^Date:" nil nil "10" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.5) with ESMTP id OAA25077; Thu, 9 Oct 1997 14:58:10 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <0.382D83B8@listserv.gmd.de>; Thu, 9 Oct 1997 14:58:08 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 211321 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Thu, 9 Oct 1997 14:58:04 +0200 Received: from linpwd (linpwd.mpae.gwdg.de [134.76.28.202]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id OAA10001 for ; Thu, 9 Oct 1997 14:58:01 +0200 (MET DST) X-VMS-To: SMTP%"LATEX-L@relay.urz.uni-heidelberg.de" X-VMS-Cc: DALY Message-ID: <97100914571879@linpwd.mpae.gwdg.de> Reply-To: Mailing list for the LaTeX3 project Date: Thu, 9 Oct 1997 14:57:18 +0200 From: "P.W.Daly, MPAe, Lindau, Germany" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: LaTeX journal and publisher macros Status: R X-Status: X-Keywords: X-UID: 2426 > I hadn't been thinking of the abstract as part of the front matter > (probably because it normally comes after \maketitle) but perhaps I > should be. The journals I have written class files for want the abstract over the two columns, in which case the abstract is part of the frontmatter. This poses a real headache for inputting. I have seen packages that insist that \maketitle comes AFTER the abstract in order to achieve this, but then it would have to be moved back to before the abstract for other journals. What I do is to keep \maketitle before the abstract, but to have it only enable the title production. The real title making macro (\@xmaketitle) is part of \endabstract and \section. Of course, \@xmaketitle deletes itself after it has been used once. This solution makes \maketitle really redundant, but keeps it for compatibility with other classes. The location is also standard, and should remain so. The only trouble arises is there is no abstract and no \section, something I thought could never arise (until it did, of course, in a "correction paper"). Patrick Daly