From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: bug in odt export via mathml of equations containing '&' Date: Wed, 09 Nov 2011 03:04:04 +0530 Message-ID: <81zkg6l2nn.fsf@gmail.com> References: <87fwi3wk56.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNtJJ-0002iS-QA for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:34:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNtJI-0000tb-Id for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:34:25 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:34592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNtJI-0000tX-F5 for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:34:24 -0500 Received: by vws16 with SMTP id 16so1059100vws.0 for ; Tue, 08 Nov 2011 13:34:23 -0800 (PST) In-Reply-To: <87fwi3wk56.fsf@gmail.com> (Myles English's message of "Fri, 04 Nov 2011 23:19:33 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Myles English writes: > \begin{equation} > \delta_{mn} = > \begin{cases} > 1& \text{if $n=m$}\\ > 0& \text{if $n\nem$} > \end{cases} > \end{equation} ,---- From ftp://ftp.ams.org/ams/doc/amsmath/short-math-guide.pdf | | Note. The plain TEX form \matrix{...\cr...\cr} and the related commands | \pmatrix, \cases should be avoided in LATEX (and when the amsmath | package is loaded they are disabled). `---- Any idea what the above statement means? I have a strong feeling that you picked the above stuff out of curiosity and hit a road-block right away. Btw, what is your general opinion on usability of MathToWeb vis-a-vis ODT export. Do you think MathToWeb can be recommeded in org-odt texinfo manual and may be bundled with the org release tarballs. --