X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1306" "Tue" "7" "October" "1997" "04:08:20" "-0400" "Matthew Swift" "swift@ALUM.MIT.EDU" nil "36" "Re: newclude macros available" "^Date:" nil nil "10" nil "newclude macros available" 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 KAA20021; Tue, 7 Oct 1997 10:09:03 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <10.7EC81F5F@listserv.gmd.de>; Tue, 7 Oct 1997 10:09:00 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 209525 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 7 Oct 1997 10:08:53 +0200 Received: from acs-mail.bu.edu (root@ACS-MAIL.BU.EDU [128.197.153.100]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with ESMTP id KAA13821 for ; Tue, 7 Oct 1997 10:08:43 +0200 (MET DST) Received: from aleph.swift.xxx (PPP-74-5.BU.EDU [128.197.7.121]) by acs-mail.bu.edu (8.8.5/BU_Server-1.3) with ESMTP id EAA92254 for ; Tue, 7 Oct 1997 04:08:13 -0400 Received: from aleph (localhost [127.0.0.1]) by aleph.swift.xxx (8.8.5/8.8.5) with ESMTP id EAA14156 for ; Tue, 7 Oct 1997 04:08:21 -0400 X-Emacs: Emacs 20.2, MULE 3.0 (MOMIJINOGA) Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi") Content-Type: text/plain; charset=US-ASCII Message-ID: <199710070808.EAA14156@aleph.swift.xxx> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Your message of "Tue, 07 Oct 1997 03:45:36 EDT." Date: Tue, 7 Oct 1997 04:08:20 -0400 From: Matthew Swift Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: newclude macros available Status: R X-Status: X-Keywords: X-UID: 2372 Oops. I just replaced newclude.tgz with one that also includes prebuilt documentation files newclude.dvi and moredefs.dvi. I forgot that to build the documentation as I suggested requires almost the entire corpus of my Frankenstein bundle. >>>>> "M" == Matthew Swift writes: M> http://web.mit.edu/tkd/newclude.tgz M> contains my attempt at implementing a new \include system. M> The tar file unpacks into ./newclude. M> In ./newclude, type "make newclude.dvi" to get documentation on M> the code and discussion of the problems, various solutions I M> attempted, and their limitations and failures. Some macros M> aren't well documented, but most are, since I got this package M> pretty close to release quality. M> Sorry I don't have a good test file. In this case one is not M> too hard to make. M> You must cp *.sto *.sty to where LaTeX can find them. M> Note -- I'm still using LaTeX 1996/12/1 patchlevel 1, so M> perhaps something is broken with later versions. Newclude M> naturally redefines some basic \include and \write macros in M> the kernel. You can grow old doing sysadmin, and in my old age M> I let Thomas Esser handle the majority of my TeX installation M> for me. M> Matt Swift