X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["2187" "Wed" "8" "October" "1997" "08:39:09" "-0400" "bbeeton" "BNB@MATH.AMS.ORG" nil "45" "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 OAA16531; Wed, 8 Oct 1997 14:39:36 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <1.75676A68@listserv.gmd.de>; Wed, 8 Oct 1997 14:39:34 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 210475 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 8 Oct 1997 14:39:27 +0200 Received: from math.ams.org (math.ams.org [130.44.210.14]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id OAA12216 for ; Wed, 8 Oct 1997 14:39:20 +0200 (MET DST) Received: from axp14.ams.org by math.ams.org via smtpd (for relay.urz.uni-heidelberg.de [129.206.119.201]) with SMTP; 8 Oct 1997 12:39:10 UT Received: from AXP14.AMS.ORG by AXP14.AMS.ORG (PMDF V5.1-8 #1) id <01IOK2OT2KCW002450@AXP14.AMS.ORG> for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 8 Oct 1997 08:39:09 EST MIME-version: 1.0 Content-type: TEXT/PLAIN; CHARSET=US-ASCII Mail-system-version: Message-ID: <876314349.457293.BNB@MATH.AMS.ORG> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Date: Wed, 8 Oct 1997 08:39:09 -0400 From: bbeeton 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: 2396 i said, re tugboat, in pre-latex days, it was often possible to run the camera-ready copy of an issue as a unit. no more. and david responded No doubt true if you say so, but is LaTeX the cause or is it more that in those days you were not trying to typeset an article in cyrillic followed by an article about 16bit Omega fonts followed by .. it's some of each. if article 1 had to redefine the output routine to enable side-insertion of figures, there was a good chance that article 2 would have to be started up separately. but cyrillic (at least using the amsfonts and associated font-handling) would not pose a problem, nor would, usually, any article that took care not to redefine "core" or primitive control sequences or reset penalties. actually, reset penalties can be even more insidious than redefined control sequences -- the latter often kindly crash and make their presence known, while the former simply cause different line and page breaks without any "obvious" reason. me: that little matter of incompatible packages is a real beast. david: Yes for you especially in TUGBOAT I suspect that you are always going to be hitting some real hard incompatibility, but as I said to Sebastian earlier in this thread ``you don't count'':-) it's nice (?) to be a member of that exclusive minority ... but i agree that, since one of the purposes of tugboat is to show off what tex is capable of, the boundaries are going to be stretched quite regularly. at least (most of) the reasons for problems are more tolerable now than in the days when a single page had to be set in four pieces and patched together with tape because of limited memory. regarding the use of multiple (possibly incompatible) packages, In these cases you can usually (perhaps:-) arrange just to load all packages used by any of the sub documents at the start of the `master' document and then just input each sub document in turn (after suitably disabling all the preamble commands). i would surely welcome your input toward resolving this dilemma, and i think that robin probably would too. -- bb