From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: numbered equations in html export Date: Mon, 30 Jun 2014 22:22:33 +0200 Message-ID: <87oaxano52.fsf@nicolasgoaziou.fr> References: <87zjgucq06.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1i5Z-0002VZ-C1 for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:22:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1i5P-0000BD-1K for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:22:09 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:49542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1i5O-00008n-Qw for emacs-orgmode@gnu.org; Mon, 30 Jun 2014 16:21:58 -0400 In-Reply-To: <87zjgucq06.fsf@gmail.com> (Eric Schulte's message of "Mon, 30 Jun 2014 12:35:51 -0400") 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: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > All equations are numbered "1" when the attached example file is > exported to HTML. > > #+Title: Example > > * H1 > See Equation [[the-first]], > > #+name: the-first > \begin{equation} > n_{i+1} = \frac{n_{i} (d-i) (e-1)}{(i+1)} > \end{equation} > > and also Equation [[the-second]]. > > #+name: the-second > \begin{equation} > n_{0} = 1 > \end{equation} Only captioned equations are numbered. Behaviour is undefined for other equations. Regards, -- Nicolas Goaziou