X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["483" "Tue" " 8" "February" "1994" "13:53:00" "GMT" "Alan Jeffrey" "alanje@COGS.SUSSEX.AC.UK" "<199402081401.AA16273@mail.cs.tu-berlin.de>" "18" "Re: A philosophical question about packages and options" "^Date:" nil nil "2" "1994020813:53:00" "A philosophical question about packages and options" nil ""]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA08507; Tue, 8 Feb 94 15:02:30 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA18242; Tue, 8 Feb 94 15:01:58 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA16273 (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 15:01:54 +0100 Message-Id: <199402081401.AA16273@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 6637; Tue, 08 Feb 94 15:01:44 +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 6636; Tue, 8 Feb 1994 15:01:44 +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 2612; Tue, 8 Feb 1994 15:00:49 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: (message from Mike Piff on Tue, 8 Feb 1994 12:41:43 LCL) Date: Tue, 8 Feb 1994 13:53:00 GMT From: Alan Jeffrey 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: 1461 >but there is possibly a more natural way to do this:(?) >\usepackage[mjplet]{somas} >where mjplet is an option that modifies the behaviour of somas. If you want this behaviour, the simplest thing to do is to add to somas.sty: \DeclareOption*{% \InputIfFileExists{\CurrentOption.clo}{}{\OptionNotUsed}% } This will read in mjplet.clo if it exists, and warn about a missing option otherwise. Then mjplet.clo can contain the declarations for your letter head. Alan.