Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 8 Nov 2009 07:32:40 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id nA86WddT028608 for ; Sun, 8 Nov 2009 07:32:40 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id nA86Tx9E031940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Nov 2009 07:30:00 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nA7N22uN013298; Sun, 8 Nov 2009 07:29:50 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 350152 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 8 Nov 2009 07:29:50 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nA86ToIC028442 for ; Sun, 8 Nov 2009 07:29:50 +0100 Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id nA86TjAd026925 for ; Sun, 8 Nov 2009 07:29:49 +0100 Received: by yxe2 with SMTP id 2so1879795yxe.18 for ; Sat, 07 Nov 2009 22:29:45 -0800 (PST) Received: by 10.150.242.2 with SMTP id p2mr10863665ybh.217.1257661785283; Sat, 07 Nov 2009 22:29:45 -0800 (PST) Received: from ?10.0.1.103? (114-30-99-50.ip.adam.com.au [114.30.99.50]) by mx.google.com with ESMTPS id 23sm615402ywh.33.2009.11.07.22.29.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Nov 2009 22:29:44 -0800 (PST) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) References: <4AF4A697.2090209@residenset.net> <4AF5A792.8070707@residenset.net> <6E5EFB24-EA7F-446C-AAEA-D08CFDADB89D@gmail.com> X-Mailer: Apple Mail (2.936) X-Spam-Whitelist: Message-ID: Date: Sun, 8 Nov 2009 16:59:36 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Please don't \RequirePackage{lmodern} To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <6E5EFB24-EA7F-446C-AAEA-D08CFDADB89D@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 08 Nov 2009 06:32:40.0176 (UTC) FILETIME=[45150F00:01CA603D] Status: R X-Status: X-Keywords: X-UID: 6143 On 08/11/2009, at 12:30 PM, Will Robertson wrote: > Yes, I'd forgotten about this (relatively) recent change. But that's > a very good point. I'll move the font loading to a .cfg file. My current solution, rather than adding another file to the distribution, is to add a class option [cm-default] to the package. I've moved loading the cfg file to before \ProcessOptions (and documented this), so after echo '\PassOptionsToClass{cm-default}{l3doc}' > l3doc.cfg everything should be "back to normal". I hope this is okay for now; let me know what you think. -- Will