From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: Error with \usepackage{amsmath} due to \iint already being defined Date: Fri, 24 May 2013 19:22:08 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvhA-0006Rv-U5 for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ufvh6-000871-43 for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:22:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:51357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufvh5-00086m-SY for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:22:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ufvh4-0001vv-UP for emacs-orgmode@gnu.org; Fri, 24 May 2013 19:22:18 +0200 Received: from 140.77.141.86 ([140.77.141.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 May 2013 19:22:18 +0200 Received: from vbeffara by 140.77.141.86 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 May 2013 19:22:18 +0200 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 Hi, > I tracked down an error about \iint already being defined to a clash > between wasysym and amsmath. I brought in amsmath, but it appears that > wasysym is an Org LaTeX export default package. Just put this in the LaTeX header before you load amsmath: \usepackage{savesym} \savesymbol{iint} \savesymbol{iiint} HTH, /v -- Vincent Beffara