From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4569 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: No \aring? Date: Sun, 22 Apr 2001 23:58:05 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20010422235805.009e37f0@server-1> References: <20010421182639.3574.qmail@crux.private.off-line> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035395224 26811 80.91.224.250 (23 Oct 2002 17:47:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:47:04 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Joop Susan In-Reply-To: <20010421182639.3574.qmail@crux.private.off-line> Xref: main.gmane.org gmane.comp.tex.context:4569 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4569 At 08:26 PM 4/21/01 +0200, Joop Susan wrote: > >Hello, > >I'm having problems producing the \aring and \Aring glyphs. > >I'm using \enableregime[windows]. > >Neither {\aring} nor the 8-bit character 229 'å' produce the desired >result. They just print an 'a' without the ring. this is because the fall back of \aring is defined as 's', you can patch enco-def: somewhere at the top: \definecharacter textring 23 lower: \definecharacter Aring {\buildtextaccent\textring A} \definecharacter aring {\buildtextaccent\textring a} \definecharacter Uring {\buildtextaccent\textring U} \definecharacter uring {\buildtextaccent\textring u} >This is pdfeTeX, Version 3.14159-13h-pretest-20010126-2.1 (Web2C 7.3.3.1) pretty old pdftex >ConTeXt ver: 2001.4.9 fmt: 2001.4.16 int: english mes: english > >I have looked in the source and found a file named 'regi-win.tex'. I >understand that this is an input mapping of characters. Right? I found one >typo in the file, but no solution to my problem. this is indeed *input* mapping [or sometimes intermediate mapping] >I created a test file that prints the named glyphs I found in that file >(What would I do without 'vi' and regular expressions?). All looks OK >except \ccedilla (typo: \cdedille), \ntilde, \Ntilde, \aring and \Aring. Ok, so we need to add: \definecharacter Ntilde {\buildtextaccent\texttilde N} \definecharacter ntilde {\buildtextaccent\texttilde n} >Could it be that not the input mapping, but the output mapping is wrong >here? indeed, there is no good fall back defined, thanks for pointing it out >Hans, any suggestion for a quick patch? I'm lost... I need \aring. patch enco-def.tex and regenerate the formats > character. That was pdfeTeX, Version 3.14159-14f-released-20000525-2.1 this version of context has named glyph definitions instead of the less readable accent/commans ones; the internals are still the same, except from some enoding-to-encoding expansion improvements, but i redid the defs and for sure missed a couple of glyphs, btw, these issues are unrelated to pdftex [except that unicode searching for eastern european languagesis now smoother]. Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------