From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: reftex label generation and referencing Date: Thu, 04 Jul 2013 18:44:19 +0200 Message-ID: <87mwq2ff6k.fsf@pank.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uume4-0003tC-7t for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 12:44:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uume2-0006cV-Lp for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 12:44:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:40042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uume2-0006cC-D7 for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 12:44:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uumdy-0002Uo-Kk for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 18:44:30 +0200 Received: from business-213-023-238-209.static.arcor-ip.net ([213.23.238.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jul 2013 18:44:30 +0200 Received: from rasmus by business-213-023-238-209.static.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jul 2013 18:44:30 +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 Jan-Mark Batke writes: > 2. How do I actually address Figure~\ref{fig:name} (this is the latex > way) using org-mode means (to be more generic)? > > #+name: fig:name > #+caption: Figure > [[ ./figure.png]] Yeah, I'd also like to extend Refetex to use this "label" format. I haven't had time to look into it, though. With equations it would also be nicer, e.g. #+NAME: important-constant \begin{equation} x=1. \end{equation} Alas, I don't know how to do this. For referencing to labels you can use LaTeX links, but it obviouesly only work with the LaTeX backend. –Rasmus -- . . . The proofs are technical in nature and provides no real understanding.