From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30051 Path: news.gmane.org!not-for-mail From: Andreas Schneider Newsgroups: gmane.comp.tex.context Subject: Re: texfont produces faked ligatures with ec encoding Date: Mon, 7 Aug 2006 09:59:59 +0200 (CEST) Message-ID: References: <1154883237.1057.2.camel@g5.home> <2AC5B68D-6F43-4850-8854-180D7A5EBC06@uni-bonn.de> 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 1154937653 20699 80.91.229.2 (7 Aug 2006 08:00:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Aug 2006 08:00:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Aug 07 10:00:52 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 1GA02V-0001WE-Rf for gctc-ntg-context-518@m.gmane.org; Mon, 07 Aug 2006 10:00:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 787FA1FFF6; Mon, 7 Aug 2006 10:00:24 +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 02358-09; Mon, 7 Aug 2006 10:00:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA8221FEB0; Mon, 7 Aug 2006 10:00:09 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C3ECC1FEB0 for ; Mon, 7 Aug 2006 10:00:07 +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 02183-05 for ; Mon, 7 Aug 2006 10:00:00 +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 05A441FEA1 for ; Mon, 7 Aug 2006 09:59:59 +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 k777xxmm009517 for ; Mon, 7 Aug 2006 09:59:59 +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 k777xx70008114 for ; Mon, 7 Aug 2006 09:59:59 +0200 Original-Received: from localhost (andreas@localhost) by rabat.Mathematik.Uni-Marburg.DE (8.13.1/8.13.1/Submit) with ESMTP id k777xxR3008111 for ; Mon, 7 Aug 2006 09:59:59 +0200 X-Authentication-Warning: rabat.Mathematik.Uni-Marburg.DE: andreas owned process doing -bs Original-To: mailing list for ConTeXt users In-Reply-To: <2AC5B68D-6F43-4850-8854-180D7A5EBC06@uni-bonn.de> 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:30051 Archived-At: On Sun, 6 Aug 2006, Thomas A. Schmitz wrote: > No, I never had problems with Umlauts. Now I've found lm-ec.enc in another texmf tree. When I copy lm-ec.enc to the directory where I run texfont, it works fine. > What you can also try is this: if you open EC.enc, you'll find a couple > of LIGKERN instructions at the beginning of the file. These seem to > confuse some utilities so they don't include the default ligatures > anymore. So what you can do: just delete lines 1-27 of EC.enc, so the > first line is > /ECEncoding [ % now 256 chars follow > > Then save this new file in the directory where you run texfont so it > will be found first. You can discard it afterwards. With this trick, it works as well. Thanks for your help Andreas