From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: how to insert a ref to an latex equation in an org file (reftex-reference?) Date: Thu, 13 Dec 2018 12:00:27 +0100 Message-ID: <87imzxofn8.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXOl6-0008VK-0X for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 06:02:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXOl2-0003Bw-NV for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 06:02:23 -0500 Received: from [195.159.176.226] (port=52559 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXOl2-00037g-B5 for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 06:02:20 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gXOiq-0002FC-VY for emacs-orgmode@gnu.org; Thu, 13 Dec 2018 12:00:04 +0100 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: emacs-orgmode@gnu.org Hi Consider * Equations with labels Consider the following \begin{equation} \label{eq:ref-problem:1} \int f dx=0 \end{equation} As \ref{eq:ref-problem:1} Is there any org command which is roughly equivalent to reftex-reference for latex equations?