Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 11 Nov 2009 15:03:11 +0100 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id nABE3Bm1017086 for ; Wed, 11 Nov 2009 15:03:11 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id nABDxdIN028582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Nov 2009 14:59:39 +0100 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nABCKk4H027862; Wed, 11 Nov 2009 14:59:37 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 355569 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 11 Nov 2009 14:59:37 +0100 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id nABDxb2Z013682 for ; Wed, 11 Nov 2009 14:59:37 +0100 Received: from csep02.cliche.se (csep02.cliche.se [195.249.40.184]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id nABDxMHK016289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Nov 2009 14:59:26 +0100 Received: from hexley.local (unknown [130.239.119.186]) by csep02.cliche.se (Postfix) with ESMTP id 3EC4A186642 for ; Wed, 11 Nov 2009 14:58:24 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 References: <19189.17593.814557.704925@morse.mittelbach-online.de> <4AF5A79B.9040003@residenset.net> <19189.49743.74826.581704@morse.mittelbach-online.de> <004001ca6051$e9e35e10$bdaa1a30$@de> <19192.38156.431785.622764@morse.mittelbach-online.de> <002101ca61d4$f322ddf0$d96899d0$@de>, <20C53106-7650-4EAC-82C1-BEF0EFA17816@gmail.com> <200911102144.nAALiX8D024641@edinburgh.nag.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id nABDxb2Z013683 Message-ID: <4AFAC39C.2050306@residenset.net> Date: Wed, 11 Nov 2009 15:01:00 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?ISO-8859-1?Q?Lars_Hellstr=F6m?= Subject: Re: mathml (was: an object type for heading commands) To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <200911102144.nAALiX8D024641@edinburgh.nag.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 11 Nov 2009 14:03:11.0997 (UTC) FILETIME=[B48ADAD0:01CA62D7] Status: R X-Status: X-Keywords: X-UID: 6170 David Carlisle skrev: > >> On 11/11/2009, at 2:17 AM, Chris Rowley wrote: >> >>> (Trying to get a team going to implement (AFAP) Presentation >>> MathML3 via LaTeX -- Standard or expl3 or anything!! -- to pdf >>> for screen and paper rendering.) I'm glad I don't have to do that. MathML is scary (and I mean that as a programmer, not as an author; all those attributes and stuff) ... >> I don't know what AFAP means (oh, ASAP I guess) but considering Hans >> has had MathML2 rendering in ConTeXt for years now I figure he'd >> probably have MML3 done before we decide what prefix to give our >> internal variables in the module. Or do you need a LaTeX intermediary >> for some other reason as well? > > > hmm, but perhaps some of us have a head start:-) see 2nd column of > > http://www.w3.org/Math/testsuite/results/tests.html#results (Wow! Googling for pmml2tex finds that page *only*.) I'm a bit curious, though: The goals for pmml2tex is stated as "rendering via conversion via OpenMath to Presentation mathml and TeX". Having dabbled a bit with implementing OpenMath->LaTeX conversion myself last year (on the reasoning that it'll be faster in the long run than hand-converting a large collection of computer-derived formulae; in order to write a paper reporting the results, they somehow need to be turned into LaTeX), I did consider going via MathML, but eventually decided not to; MathML felt too messy to be a convenient intermediate format. (Still, I'll probably also want to do OM->PMML at some point in the future.) So is PMML in your mind an optimal intermediate when going OM->TeX, or is it more that you get it for free from composing OM->PMML and PMML->TeX conversions? (I should perhaps add that I considered sensible formatting of the generated LaTeX code to be important; since it's going into a document that I'll do editing of, I don't want it to be a compact block of commands without any hint of the logical structure of the formula.) Lars Hellström