From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Error with \usepackage{amsmath} due to \iint already being defined Date: Fri, 24 May 2013 12:35:59 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvuM-00045R-Ej for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfvuK-00050M-Uv for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:36:02 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:48098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvuK-000502-FF for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:36:00 -0400 Received: by mail-lb0-f182.google.com with SMTP id z5so4859331lbh.41 for ; Fri, 24 May 2013 10:35:59 -0700 (PDT) In-Reply-To: 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: Vincent Beffara Cc: emacs-orgmode On Fri, May 24, 2013 at 12:22 PM, Vincent Beffara wrote: > > 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} > Does this savewasysym's definition if iint instead of amsmath's? In the case that I actually use \iint (super unlikely, but not impossible), which package's is preferred? Thanks, John > HTH, > /v > > -- > Vincent Beffara > >