Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 29 Oct 2009 00:29:10 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n9SNT9ju020077 for ; Thu, 29 Oct 2009 00:29:10 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n9SNPxcx003364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Oct 2009 00:25:59 +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 n9SN5xFL000740; Thu, 29 Oct 2009 00:25:47 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 349202 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 29 Oct 2009 00:25:47 +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 n9SNPl8n003442 for ; Thu, 29 Oct 2009 00:25:47 +0100 Received: from atlas.informatik.uni-freiburg.de (atlas.informatik.uni-freiburg.de [132.230.150.3]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n9SNPb6Z002890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 29 Oct 2009 00:25:41 +0100 Received: from remote239-006.home.uni-freiburg.de ([132.230.239.6] helo=irwin.vpn.uni-freiburg.de) by atlas.informatik.uni-freiburg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1N3HtX-0001jp-Uk for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 29 Oct 2009 00:25:37 +0100 Received: by irwin.vpn.uni-freiburg.de (Postfix, from userid 500) id 5CE0017B86; Thu, 29 Oct 2009 00:14:34 +0100 (CET) Mail-Followup-To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE References: <20091028141650.GA3488@irwin.vpn.uni-freiburg.de> <19176.37836.964673.628156@morse.mittelbach-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Message-ID: <20091028231433.GA4001@irwin.uni-mannheim.de> Date: Thu, 29 Oct 2009 00:14:34 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Heiko Oberdiek Subject: Re: Encoding subset for lm* and tg* To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <19176.37836.964673.628156@morse.mittelbach-online.de> 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: 28 Oct 2009 23:29:10.0738 (UTC) FILETIME=[73BF0320:01CA5826] Status: R X-Status: X-Keywords: X-UID: 6117 On Wed, Oct 28, 2009 at 07:56:12PM +0100, Frank Mittelbach wrote: > Heiko Oberdiek writes: > > Hello, > > > > textcomp.sty contains: > > \DeclareEncodingSubset{TS1}{cmr}{0} > > ... > > \DeclareEncodingSubset{TS1}{ptmj}{4} > > However, I miss entries for the new font families > > of Latin Modern and TeX Gyre. > > they could be added to textcomp.cfg with texlive and the like. However, they > are certainly better directly supported which I have just done on the svn > source. % \begin{macrocode} \DeclareEncodingSubset{TS1}{lmr} {0} \DeclareEncodingSubset{TS1}{qhv} {0} % \end{macrocode} Also there are other families in the font bundles: * Latin Modern: lmdh, lmss, lmssq, lmtt, lmvtt * TeX Gyre: qag, qbk, qcr, qcs, qpl, qtm, qzc, qhvc Yours sincerely Heiko