X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["615" "Tue" " 8" "February" "1994" "15:14:18" "GMT" "David Carlisle" "carlisle@cs.man.ac.uk" "<199402081516.AA18211@mail.cs.tu-berlin.de>" "15" "Re: A philosophical question about packages and options" "^Date:" nil nil "2" "1994020815:14:18" "A philosophical question about packages and options" nil "<9402081428.AA05489@m1.cs.man.ac.uk>"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA08667; Tue, 8 Feb 94 16:17:21 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA18791; Tue, 8 Feb 94 16:16:18 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA18211 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Tue, 8 Feb 1994 16:16:05 +0100 Message-Id: <199402081516.AA18211@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 7165; Tue, 08 Feb 94 16:15:34 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 7163; Tue, 8 Feb 1994 16:15:34 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 3017; Tue, 8 Feb 1994 16:15:04 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <9402081428.AA05489@m1.cs.man.ac.uk> (message from Dean Ayres on Tue, 8 Feb 1994 14:04:57 GMT) Date: Tue, 8 Feb 1994 15:14:18 GMT From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: A philosophical question about packages and options Status: R X-Status: X-Keywords: X-UID: 1466 Dean Ayres There's no reason why mjplet could not be a class which calls somas which calls letter. (except that you might run out of memory). The first release of 2e had a `feature' that if you nested RequirePackage and similar commands more than about 3 times you hit TeX's parameter stack limit, and crashed. In the new release, nesting packages or classes like this will have no effect on the parameter stack. But of course the more files you load, typically the more main memory you will use up. TeX has a second limit on the level to which \input's may be nested which is typically (always?) 16 . David