Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sat, 7 Nov 2009 09:37:19 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id nA78bJj0030569 for ; Sat, 7 Nov 2009 09:37:20 +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 nA78Z3he009958 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Nov 2009 09:35:04 +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 nA6N16Nb002519; Sat, 7 Nov 2009 09:35:01 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 351624 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sat, 7 Nov 2009 09:35:01 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nA78Z1ZQ014467 for ; Sat, 7 Nov 2009 09:35:01 +0100 Received: from anchor-post-2.mail.demon.net (anchor-post-2.mail.demon.net [195.173.77.133]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id nA78Yi71009831 for ; Sat, 7 Nov 2009 09:34:48 +0100 Received: from morningstar2.demon.co.uk ([80.176.134.7] helo=palladium.local) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1N6gkw-0001t7-k2 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sat, 07 Nov 2009 08:34:46 +0000 User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 References: <4AF4A697.2090209@residenset.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4AF53125.1040203@morningstar2.co.uk> Date: Sat, 7 Nov 2009 08:34:45 +0000 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Please don't \RequirePackage{lmodern} To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: 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: 07 Nov 2009 08:37:19.0774 (UTC) FILETIME=[84DB63E0:01CA5F85] Status: R X-Status: X-Keywords: X-UID: 6129 Will Robertson wrote: > Couldn't you create your own .cfg file? (Admittedly, I don't think it's > documented that l3doc will read in l3doc.cfg if it exists.) > > \usepackage[OT1]{fontenc} > \renewcommand\rmdefault{cmr} > \renewcommand\sfdefault{cmss} > \renewcommand\ttdefault{cmtt} > > While I have no real objection to removing lmodern, in the long run I > would like to default to T1/lmodern in general (not in LaTeX2e, of > course, but anything "new"). Having sensible defaults matters, I think, > and l3doc seems as good a place as any to start with a clean break. I'd also imagine that lmodern is where we'll be going for new stuff (I'll be pushing for it as the LaTeX3 default font, I think). Also, like any document class l3doc is entitled to make design decisions. Perhaps best: - Document that lmodern is the default - Document that l3doc.cfg is used - Document how to switch from lmodern Joseph