From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30235 Path: news.gmane.org!not-for-mail From: Andreas Schneider Newsgroups: gmane.comp.tex.context Subject: Re: texfont: installed font only works with pdftex Date: Fri, 11 Aug 2006 12:33:08 +0200 (CEST) Message-ID: References: <1154883237.1057.2.camel@g5.home> <2AC5B68D-6F43-4850-8854-180D7A5EBC06@uni-bonn.de> <44D73F36.5020107@wxs.nl> <44D845D3.4000307@wxs.nl> <44D851AC.90603@elvenkind.com> <44D9017B.7020600@elvenkind.com> <44DC54FA.9070007@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155292417 8571 80.91.229.2 (11 Aug 2006 10:33:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Aug 2006 10:33:37 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 11 12:33:31 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBUKT-00011r-DF for gctc-ntg-context-518@m.gmane.org; Fri, 11 Aug 2006 12:33:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E75F31FF14; Fri, 11 Aug 2006 12:33:21 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00348-03; Fri, 11 Aug 2006 12:33:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF0F41FF0D; Fri, 11 Aug 2006 12:33:17 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 27F251FF0D for ; Fri, 11 Aug 2006 12:33:13 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00336-04-2 for ; Fri, 11 Aug 2006 12:33:09 +0200 (CEST) Original-Received: from mailhost.Mathematik.Uni-Marburg.de (pc12577.Mathematik.Uni-Marburg.DE [137.248.123.2]) by ronja.ntg.nl (Postfix) with SMTP id 562951FF0A for ; Fri, 11 Aug 2006 12:33:09 +0200 (CEST) Original-Received: from rabat.Mathematik.uni-marburg.de (rabat [137.248.123.12]) by mailhost.Mathematik.Uni-Marburg.de (8.13.1/8.13.1) with ESMTP id k7BAX9oc008039 for ; Fri, 11 Aug 2006 12:33:09 +0200 Original-Received: from rabat.Mathematik.Uni-Marburg.DE (localhost [127.0.0.1]) by rabat.Mathematik.uni-marburg.de (8.13.1/8.13.1) with ESMTP id k7BAX88j002201 for ; Fri, 11 Aug 2006 12:33:08 +0200 Original-Received: from localhost (andreas@localhost) by rabat.Mathematik.Uni-Marburg.DE (8.13.1/8.13.1/Submit) with ESMTP id k7BAX8Qk002198 for ; Fri, 11 Aug 2006 12:33:08 +0200 X-Authentication-Warning: rabat.Mathematik.Uni-Marburg.DE: andreas owned process doing -bs Original-To: mailing list for ConTeXt users In-Reply-To: <44DC54FA.9070007@elvenkind.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30235 Archived-At: Hi! On Fri, 11 Aug 2006, Taco Hoekwater wrote: > Andreas Schneider wrote: >> Thanks a lot, with that it works now (with the texnansi encoding)! These >> facts should be mentioned in the docs. > > The next version of texfont will create a dvips and dvipdfmx map file > as well as a pdftex one, making life a bit easier. Good! >> But gv gives an error when I try to view the ps file: >> >> Error: /undefined in ECEncoding > > This is error is because lm-ec.enc does not name its encoding > "ECEncoding " but "enclmec", so you have to change the ReEncode > strings in the map file. Ah, thanks again, with that it now works perfectly. Andreas