From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13123 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Greek font Date: Mon, 8 Sep 2003 14:13:13 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20030908141313.579babe8.morawski@gmx.net> References: <001b01c3748e$884335f0$0100a8c0@vademecum> <0928C120-E085-11D7-A7E9-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl 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 1063023617 31108 80.91.224.249 (8 Sep 2003 12:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2003 12:20:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Sep 08 14:20:39 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wL0Z-0006rH-00 for ; Mon, 08 Sep 2003 14:20:39 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 010CF10C09; Mon, 8 Sep 2003 14:20:13 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 2A44B10B04 for ; Mon, 8 Sep 2003 14:14:13 +0200 (MEST) Original-Received: (qmail 21335 invoked by uid 65534); 8 Sep 2003 12:14:11 -0000 Original-Received: from port1156.fra.ginko.net (EHLO melior.localdomain) (212.202.66.140) by mail.gmx.net (mp013) with SMTP; 08 Sep 2003 14:14:11 +0200 Original-To: ntg-context@ntg.nl In-Reply-To: <0928C120-E085-11D7-A7E9-00039318D414@uni-bonn.de> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13123 On Sat, 6 Sep 2003 18:13:21 +0200 Thomas A.Schmitz wrote: > What I would need to do is: > 1) tell TeX that the combination ">'a" should be considered a ligature in LaTeX this is implemented using some tricks (language support) from the 'babel' package. Thus, this has _nothing_ to do with fonts and their encoding. It is neither a remapping using virtual fonts nor a reencoding of fonts. It _is_ transliteration. Therefore, it has to be implemented in ConTeXt. > 2) tell my driver that this ligature can be found in slot 165. it's already done in the tfm and vf files Jens