From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox and links to equation Date: Sun, 15 Feb 2015 13:50:20 +0100 Message-ID: <87lhjzl4oj.fsf@nicolasgoaziou.fr> References: <87zj8gaujl.fsf@gmx.us> <87h9uno5sh.fsf@nicolasgoaziou.fr> <87d25b76ph.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMydP-0004Fq-VH for emacs-orgmode@gnu.org; Sun, 15 Feb 2015 07:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMydL-0002O6-BC for emacs-orgmode@gnu.org; Sun, 15 Feb 2015 07:49:15 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMydL-0002NY-4r for emacs-orgmode@gnu.org; Sun, 15 Feb 2015 07:49:11 -0500 In-Reply-To: <87d25b76ph.fsf@gmx.us> (rasmus@gmx.us's message of "Sun, 15 Feb 2015 12:30:18 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > I definitely think it is the more proper way to refer to an equation. But > it really depends on the document. E.g. mathtools also offer a set of > commands for referring to equations. I was considering an alist of > > (DESTINATION-TYPE REF-CMD-WITH-DESCRIPTION REF-CMD-WITHOUT-DESCRIPTION) > > But it might be an overkill, especially seeing that mathjax only supports > \ref and \eqref out of the box. It really seems overkill. Note that you can write ([[eq1]]), too. Anyway, you can add another case in `org-latex-link' (fuzzy links part) if you think it is important to support \eqref. Regards,