emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Error with \usepackage{amsmath} due to \iint already being defin


From: Suvayu Ali
Subject: Re: [O] Error with \usepackage{amsmath} due to \iint already being defined
Date: Sat, 25 May 2013 14:59:03 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]