From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: [odt] equation labels Date: Tue, 01 Nov 2011 11:17:33 +0000 Message-ID: <87d3dc6qia.fsf@gmail.com> References: <87y5w5aoyx.fsf@gmail.com> <81ipn6f7uh.fsf@gmail.com> <8739e9nzpg.fsf@gmail.com> Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLCJm-0006mn-PX for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 07:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLCJh-0002A9-3x for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 07:15:46 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:44793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLCJg-00029y-VW for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 07:15:41 -0400 Received: by wwe3 with SMTP id 3so2508752wwe.30 for ; Tue, 01 Nov 2011 04:15:40 -0700 (PDT) In-Reply-To: <8739e9nzpg.fsf@gmail.com> (Myles English's message of "Mon, 31 Oct 2011 11:54:35 +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@gnu.org >> On Mon, 31 Oct 2011 11:54:35 +0000, Myles English said: >> On Mon, 31 Oct 2011 03:41:18 +0530, Jambunathan K said: >> Myles English writes: >>> I have found that Equations become labelled as Figures in the >>> version I am using: >>> >>> emacs 23.3.1 org-mode from git commit 71f1c1be (Oct 26) The test >>> equations in latex-mathml.org in this message: >>> >>> http://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00198.html >>> >>> are labelled as "Equation" in the odt files but when I export it >>> fresh I get "Figure". >> This was a regression. I pushed a fix few moments ago. Could you >> please pull again? > Thanks for the push, there are three things I notice now: > 1) my document won't open and causes libreoffice to crash! I get: > "terminate called after throwing an instance of what(): > vector::_M_default_append" on the command line > 2) the first equation in latex-mathml.org is not numbered, I would > expect this if it was using a begin{equation*} environment but not a > begin{equation}. > 3) the second equation looks a bit like this: > x=root(b) (1) Radicals > but I would have expected something like: > x=root(b) Equation 1.: Radicals Alright, points 2 and 3 are cleared up by me understanding that the asterisk in \begin{equation*} has no visible effect, and that instead of having "Equation 1.:" in the caption below the formula, there is a "(1)" on the RHS. Point 1 is entirely my own problem. Myles