From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: numbered equations in html export Date: Tue, 01 Jul 2014 11:33:01 -0400 Message-ID: <87fvilayc2.fsf@alphaville.bos.redhat.com> References: <87zjgucq06.fsf@gmail.com> <87oaxano52.fsf@nicolasgoaziou.fr> <877g3xd82k.fsf@gmail.com> <878uodryvh.fsf@nicolasgoaziou.fr> <87k37xb2in.fsf@gmail.com> <874mz1qga2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X205R-0004iK-I6 for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 11:35:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X205J-0002n6-Px for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 11:35:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:39828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X205J-0002ki-Ic for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 11:35:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X205I-0002Xq-5c for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 17:35:04 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Jul 2014 17:35:04 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Jul 2014 17:35:04 +0200 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 Nicolas Goaziou writes: > Nick Dokos writes: > >> Nicolas Goaziou writes: >> >>> Admittedly, this point is moot as long as captions are not visible on >>> latex environments. I think this should be fixed instead. >>> >> >> Not sure I understand correctly: are you saying that in the latex output >> every numbered equation would then have a visible caption? > > No I'm not. I suggested to ignore latex export back-end since it has its > own numbering mechanism. I'm saying that in HTML output, numbering LaTeX > equations could be done through captions. > > It is also possible to not use captions but, instead, regular numbering > with appropriate LaTeX environments or macros (e.g., \tag{x}). But then, > export engine cannot possibly be aware of that, so relying on #+NAME to > get an equation number is bound to fail. > OK - thanks. Nick