From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15246 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re[2]: \=i Date: Thu, 27 May 2004 23:47:07 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040527234558.0205d918@localhost> References: <6.0.1.1.2.20040521122805.02ba09d8@server-1> <1847436607.20040527123110@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1085729629 29254 80.91.224.253 (28 May 2004 07:33:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 07:33:49 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 28 09:33:45 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTbs9-0001EV-00 for ; Fri, 28 May 2004 09:33:45 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 1AC9E10AE5; Fri, 28 May 2004 09:28:58 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 5594410B87 for ; Fri, 28 May 2004 09:22:15 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4S7QviS028574 for ; Fri, 28 May 2004 09:26:57 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 8E36217ACF; Fri, 28 May 2004 09:26:58 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id CAECC1B2BD for ; Fri, 28 May 2004 07:26:46 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <1847436607.20040527123110@iol.it> Original-References: <6.0.1.1.2.20040521122805.02ba09d8@server-1> <1847436607.20040527123110@iol.it> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j 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:15246 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15246 At 12:31 27/05/2004, Giuseppe Bilotta wrote: >Wednesday, May 26, 2004 Idris Samawi Hamid wrote: > > > Could not interest anyone in the \=i problem, I guess. Anyway, could > > someone tell me how ConTeXt defines \=i (so as to always get plain \=\i)? ah, we stand you sitting there crying over tex, can we? in addition to gb's solution: >Very funky stuff, accents in ConTeXt. You'd have to dig up in >enco-acc plus the other enco-* files. > >\=i becomes \imacron > >which by default (enco-def) becomes > >\definecharacter imacron {\buildtextaccent\textmacron \dotlessi} > >which you can study in enco-ini :) you can play with: \starttext % \startencoding[...] \defineaccent = {idris} {\idris} \definecharacter idris {sirdi} % \stopencoding he \={idris}! \stoptext