From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21122 Path: news.gmane.org!not-for-mail From: Radhelorn Newsgroups: gmane.comp.tex.context Subject: Re: International characters in math Date: Sat, 02 Jul 2005 15:24:51 +0400 Message-ID: <42C67983.6090805@mail.ru> References: <42C0C737.40807@mail.ru> <42C0FC04.9040206@wxs.nl> <42C18BA0.6000604@mail.ru> <42C1A90B.3040706@wxs.nl> <6faad9f0050701061633914c48@mail.gmail.com> <20050701150229.6878@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120303348 10388 80.91.229.2 (2 Jul 2005 11:22:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 11:22:28 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jul 02 13:22:24 2005 Return-path: 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 1Dog4g-0006ts-O8 for gctc-ntg-context-518@m.gmane.org; Sat, 02 Jul 2005 13:22:18 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3475B12807; Sat, 2 Jul 2005 13:22:18 +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 04383-03-6; Sat, 2 Jul 2005 13:22:13 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2928412802; Sat, 2 Jul 2005 13:22:13 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59BFC127F7 for ; Sat, 2 Jul 2005 13:22:06 +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 04383-03-4 for ; Sat, 2 Jul 2005 13:22:02 +0200 (CEST) Original-Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by ronja.ntg.nl (Postfix) with ESMTP id 9496A1278B for ; Sat, 2 Jul 2005 13:22:02 +0200 (CEST) Original-Received: from [217.106.91.40] (port=49248 helo=[172.16.6.58]) by mx1.mail.ru with esmtp id 1Dog4O-0009yF-00 for ntg-context@ntg.nl; Sat, 02 Jul 2005 15:22:01 +0400 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20050701150229.6878@mail.comp.lancs.ac.uk> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21122 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21122 Adam Lindsay wrote: >>\definetypeface[somename][mm][math][euler][euler] >>\setupbodyfont[somename] >>\starttext >>$$\sqrt{\acute{a}+\bar{b}+\dot{c}}$$ >>\stoptext >> >>I don't get any accents. Am I doing something wrong? > > > No, I am. > > You can verify further by adding: > \loadmapfile[original-ams-base] > \showmathcharacters > > The normal text-ish accents are not present in the eulervm fonts. I > suppose the rationale is that these are never to be used for text (but > it becomes questionable when you don't have an overbar or dot!) > > I have tried to figure out how to get them from other fonts, but am at a > loss, in terms of the general case. > > No one has mentioned it before now, so I didn't try that hard. :) > > Anyone have any suggestions on what approach to take, or what they'd > like to see? Apart from creating some new virtual euler font with accents I can not see any solution. Beforementioned commands (\acute ...) do not work in \mbox and \hbox in math mode (writes about '{' and '}' missing). Another strange thing. After this sequence: \usetypescript [modern-base] [t2a] % just for example \setupbodyfont [modern] \definetypeface[mytf][mm][math][euler][euler] \startbuffer $$\sqrt{\acute{a}+\bar{b}+\dot{c}}$$ \stopbuffer \starttext \getbuffer \switchtobodyfont[mytf] \getbuffer \switchtobodyfont[modern] \getbuffer \stoptext Third formula remains roman. Why so? -- Radhelorn