From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17003 Path: main.gmane.org!not-for-mail From: Duncan Hothersall Newsgroups: gmane.comp.tex.context Subject: MathML element for accents? Date: Tue, 09 Nov 2004 09:56:25 +0000 Message-ID: <41909449.6060502@capdm.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1099994206 29409 80.91.229.6 (9 Nov 2004 09:56:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2004 09:56:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 09 10:56:34 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CRSjq-0000iH-00 for ; Tue, 09 Nov 2004 10:56:34 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9523A127B1; Tue, 9 Nov 2004 10:56:33 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20916-02; Tue, 9 Nov 2004 10:56:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E15A12787; Tue, 9 Nov 2004 10:56:29 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1421812787 for ; Tue, 9 Nov 2004 10:56:28 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20740-10 for ; Tue, 9 Nov 2004 10:56:27 +0100 (CET) Original-Received: from liszt-11.ednet.co.uk (unknown [212.20.226.53]) by ronja.ntg.nl (Postfix) with ESMTP id 4C8D512771 for ; Tue, 9 Nov 2004 10:56:27 +0100 (CET) Original-Received: from [192.168.254.41] (unknown [212.20.255.162]) by liszt-11.ednet.co.uk (Postfix) with ESMTP id 6DB04255AA5 for ; Tue, 9 Nov 2004 09:56:26 +0000 (GMT) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl X-Virus-Scanned: by 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17003 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17003 Hello ConTeXters. I am using the wonderful ability of ConTeXt to directly typeset MathML=20 equations, and have come across a problem with trying to put a line=20 above a character using the element. Here's what I try: \setuppagenumbering[state=3Dstop] \starttext \startXMLdata x =C2=AF \stopXMLdata \stoptext The output I get is as if the accent=3D"true" attribute wasn't set - i.e.= =20 the line is a long way above the x, not like an accent. Is there another way to place math accents in presentational MathML? My versions: TeXVersion 0.1 / Taco Hoekwater 2004 texexec : TeXExec 4.4 - ConTeXt / PRAGMA ADE 1997-2004 texutil : TeXUtil 8.2 - ConTeXt / PRAGMA ADE 1992-2004 tex : pdfeTeXk, 3.141592-1.11a-2.1 (Web2C 7.5.2) context : ver: 2004.8.15 cont-en : ver: 2004.8.15 fmt: 2004.8.22 mes: english (PS (Patrick) - I tried to get a minimal file working on=20 live.contextgarden but couldn't get any maths formatting to come out.=20 Perhaps MathML support is not enabled there?) Thanks, Duncan