From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Links to LaTeX equations Date: Fri, 28 Jun 2019 11:58:33 -0200 Message-ID: <87h889g6ba.fsf@gmail.com> References: <87ftntkgxd.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34433) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgrOw-0005Bg-4t for emacs-orgmode@gnu.org; Fri, 28 Jun 2019 09:58:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgrOt-0007Hj-GO for emacs-orgmode@gnu.org; Fri, 28 Jun 2019 09:58:53 -0400 Received: from mail-pl1-x634.google.com ([2607:f8b0:4864:20::634]:37525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgrOt-0007Ga-5e for emacs-orgmode@gnu.org; Fri, 28 Jun 2019 09:58:51 -0400 Received: by mail-pl1-x634.google.com with SMTP id bh12so3297269plb.4 for ; Fri, 28 Jun 2019 06:58:50 -0700 (PDT) In-reply-to: <87ftntkgxd.fsf@ucl.ac.uk> 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" To: "Fraga, Eric" Cc: Emacs Org mode mailing list Hi Eric, On 2019-06-28 at 10:55 -02, Fraga, Eric wrote... > I would like to be able to use org fully with respect to links and > targets. If I define a label in LaTeX directly, \label{an-equation} > for instance, I get no benefit from using an org link to it, e.g. > [[an-equation]] Why don't you define the link in Org? #+NAME: eq:foo \begin{equation} foo \end{equation} -k.