From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: ASCIIMathML or LaTeXMathML for HTML? Date: Fri, 29 Jan 2010 11:47:48 +0100 Message-ID: <4b62bcd5.0c11660a.4cff.ffffb0e8@mx.google.com> References: <871vh9wnjv.fsf@columbia.edu> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaoOS-0005nv-Ar for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:48:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaoON-0005i8-H5 for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:48:03 -0500 Received: from [199.232.76.173] (port=57425 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaoON-0005hu-CR for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:47:59 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:32782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaoOL-0004qE-EF for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 05:47:58 -0500 Received: by fg-out-1718.google.com with SMTP id e21so119840fga.12 for ; Fri, 29 Jan 2010 02:47:55 -0800 (PST) In-Reply-To: <871vh9wnjv.fsf@columbia.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org A good alternative for creating web pages with math is using jsMath [1]. It uses java script to replace latex notation with symbols in some fonts provided by it. It works really well after everything is setup and does not suffer the problem of poor mathML support by some browsers, since its only javascript. Because the replacements are done only when the web page is viewed the publishing from org-mode is really fast (you need to tell org-mode not to interpret or replace any latex syntax in the equations). Also, after google chrome was released and every browser is increasing javascript speed the replacements when the web page is viewed in a browser are fast even when there are a lot of equations. There is a page in worg [2] that explains how to get jsMath working with org-mode. - Darlan [1] http://www.math.union.edu/~dpvc/jsMath/ [2] http://orgmode.org/worg/org-tutorials/org-jsmath.php At Thu, 28 Jan 2010 23:19:16 -0500, Xiao-Yong Jin wrote: > > Hi, > > Lately I stumbled upon AsciiDoc[1], which uses > ASCIIMathML[2] or LaTeXMathML[3] to export math formulae in > XHTML documents. Both of these two MathML approaches seem > very nice to me. I am not sure if anyone has brought this > up. But I see org-mode info says > > (1) Yes, there is MathML, but that is not yet fully supported by > many browsers, and there is no decent converter for turning LaTeX or > ASCII representations of formulas into MathML. So for the time being, > converting formulas into images seems the way to go. > > Admittedly, not all LaTeX functionality are supported, and > only Mozilla/Firefox supports MathML fully. But I think it > is a decent way to support simple formulae in org-mode for > people who just want to view their notes in Firefox. > > [1] http://www.methods.co.nz/asciidoc/ > [2] http://www1.chapman.edu/~jipsen/mathml/asciimath.html > [3] http://www.maths.nottingham.ac.uk/personal/drw/lm.html > -- > J c/* __o/* > X <\ * (__ > Y */\ < > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode