From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: Equation references in HTML export Date: Thu, 18 Jan 2018 22:09:05 -0600 Message-ID: <87d126wkv2.fsf@dell-desktop.WORKGROUP> References: <87k1ww50uj.fsf@dell-desktop.WORKGROUP> <87shbj6zh5.fsf@nicolasgoaziou.fr> <87k1wughjp.fsf@dell-desktop.WORKGROUP> <87h8ru3eq8.fsf@nicolasgoaziou.fr> <87h8rtf3bo.fsf@dell-desktop.WORKGROUP> <87efmpy8u2.fsf@nicolasgoaziou.fr> <87wp0hgcp4.fsf@delle7240.chemeng.ucl.ac.uk> Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecNzP-0006W2-Fy for emacs-orgmode@gnu.org; Thu, 18 Jan 2018 23:09:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecNzM-00022i-A3 for emacs-orgmode@gnu.org; Thu, 18 Jan 2018 23:09:15 -0500 Received: from mout.gmx.net ([212.227.15.18]:61970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecNzM-00021f-0D for emacs-orgmode@gnu.org; Thu, 18 Jan 2018 23:09:12 -0500 In-reply-to: <87wp0hgcp4.fsf@delle7240.chemeng.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: Eric S Fraga Cc: emacs-org list , Nicolas Goaziou > To avoid having to hack the code, you could try using the mathtools > package and ask it to only number equations that are referenced: > > \usepackage{mathtools} > \mathtoolsset{showonlyrefs} Thanks, if there is a mechanism to alter the preamble when creating the image, that may be a preferable approach. I'll try to look into this.