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