X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["543" "Mon" "6" "October" "1997" "18:41:17" "+0100" "Philip Taylor (RHBNC)" "CHAA006@VMS.RHBNC.AC.UK" nil "17" "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 TAA14357; Mon, 6 Oct 1997 19:41:26 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <14.4AF5F283@listserv.gmd.de>; Mon, 6 Oct 1997 19:41:24 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 208985 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Mon, 6 Oct 1997 19:41:20 +0200 Received: from vms.rhbnc.ac.uk (alpha1.rhbnc.ac.uk [134.219.201.113]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id TAA21544 for ; Mon, 6 Oct 1997 19:41:17 +0200 (MET DST) Message-ID: <971006184117.8c92@vms.rhbnc.ac.uk> Reply-To: Mailing list for the LaTeX3 project Date: Mon, 6 Oct 1997 18:41:17 +0100 From: "Philip Taylor (RHBNC)" 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: 2360 >> Ad hoc customization for individual parts done by different authors, >> such as % \mathcode`\"=8000 % \begingroup % \catcode`\"=\active % \gdef"{^{\prime\prime}} % \endgroup >> will make trouble even if each article is enclosed in its own group and >> there are many ways for this kind of trouble to come up. Isn't this the sort of construct that LaTeX implicitly proscribes? If there were a clean LaTeX method (there probably is!) for achieving the effect without the need for \global hacks, then all would be well. ** Phil.