From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Error with \usepackage{amsmath} due to \iint already being defined Date: Sat, 25 May 2013 14:59:03 +0200 Message-ID: <20130525125903.GA16539@kuru.dyndns-at-home.com> References: <87ppwgusst.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgE42-0005ES-3P for emacs-orgmode@gnu.org; Sat, 25 May 2013 08:59:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgE3x-00038c-Ir for emacs-orgmode@gnu.org; Sat, 25 May 2013 08:59:14 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:53636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgE3x-00038L-Cg for emacs-orgmode@gnu.org; Sat, 25 May 2013 08:59:09 -0400 Received: by mail-ee0-f48.google.com with SMTP id b47so3222381eek.35 for ; Sat, 25 May 2013 05:59:08 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id c42sm29730412eeb.10.2013.05.25.05.59.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 25 May 2013 05:59:06 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ppwgusst.fsf@pierrot.dokosmarshall.org> 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 On Fri, May 24, 2013 at 02:38:42PM -0400, Nick Dokos wrote: > > The wasysym docs say that there should be no conflict, but that seems > to be wrong: ISTR multiple instances of this conflict. > > If you prefer the amsmath integral signs over the wasysym ones, then > probably the best thing to do is to load wasysym with the > ``nointegrals'' option: > > \usepackage[nointegrals]{wasysym} > > This can be done permanently by customizing > org-latex-default-packages-alist and adding the option to the wasysym > entry. I have been using the following for quite a few years. ;;; LaTeX export customisations ;; hack for error free latex export with amsmath ;; remove when defaults are changed in the future (setcar (rassoc '("wasysym" t) org-latex-default-packages-alist) "nointegrals") (add-to-list 'org-latex-packages-alist '("" "amsmath" t)) Cheers, -- Suvayu Open source is the future. It sets us free.