Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 29 Oct 2009 08:46:08 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n9T7k7ga019416 for ; Thu, 29 Oct 2009 08:46:07 +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 n9T7hCp5017753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Oct 2009 08:43:13 +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 n9SN5xqh000740; Thu, 29 Oct 2009 08:43:03 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 351382 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 29 Oct 2009 08:43:03 +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 n9T7h257008424 for ; Thu, 29 Oct 2009 08:43:02 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id n9T7gwKK015145 for ; Thu, 29 Oct 2009 08:43:03 +0100 Received: from morse.mittelbach-online.de (p54A86ED7.dip.t-dialin.net [84.168.110.215]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0Lr48R-1MZ2af0S0Z-00e6Ya; Thu, 29 Oct 2009 08:42:58 +0100 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id 3CE0570E68; Thu, 29 Oct 2009 08:42:55 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <20091028141650.GA3488@irwin.vpn.uni-freiburg.de> <19176.37836.964673.628156@morse.mittelbach-online.de> <20091028231433.GA4001@irwin.uni-mannheim.de> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX18dAvsx8rYy7X0nYV0syB2Pj2LDWALHAxRqp1N +EDG9299tsDfQPmbMZBd90Myu1MaLWPOHPYsYP2KhQe8k6Pcnn VF1kEJWT8inkVSil2gb/A== X-Spam-Whitelist-Provider: Message-ID: <19177.18303.198573.261636@morse.mittelbach-online.de> Date: Thu, 29 Oct 2009 08:42:55 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: Encoding subset for lm* and tg* To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <20091028231433.GA4001@irwin.uni-mannheim.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -106.599 () BAYES_00,RCVD_IN_DNSWL_MED,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 29 Oct 2009 07:46:08.0944 (UTC) FILETIME=[E0C82B00:01CA586B] Status: R X-Status: X-Keywords: X-UID: 6118 Heiko Oberdiek writes: > 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} which is what I added, anything wrong? > 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 well if somebody has the time to test each to see which subset they support (probably 0) and provides me with the decls I'm happy to add them too. thanks frank