emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex


From: Eric S Fraga
Subject: Re: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex
Date: Tue, 01 Mar 2011 12:49:40 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Carsten Dominik <address@hidden> writes:

> Hi Eric,  Thomas,
>
> is there a problem in the default setup of LaTeX export that needs to be 
> addressed?
>
> - Carsten

Not as such in the default.  

The issue arises when one wants to extend the defaults to include the
amsmath package.  This conflicts with the wasysym package included by
default by org.  Both packages define the =\iint= symbol and latex
doesn't allow for such clashes nicely.

The suggested fix is to use this magic (to me) code suggested by
Lawrence Mitchell earlier this year:

--8<---------------cut here---------------start------------->8---
;; to fix problems with amsmath conflicting with wasysym:
;;
;; From: Lawrence Mitchell <address@hidden>
;; Subject: [Orgmode] Re: [bug] latex export ignores 
org-export-latex-default-packages-alist?
;; To: address@hidden
;; Date: Wed, 26 Jan 2011 16:01:52 +0000
(add-to-list 'org-export-latex-packages-alist '("" "amsmath" t))
(setcar (rassoc '("wasysym" t) org-export-latex-default-packages-alist) 
"integrals")
--8<---------------cut here---------------end--------------->8---

modifying, I guess, what is actually loaded from wasysym.  I've not
delved more into this but Lawrence may be able to help here?

Thanks,
eric
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.562.gc895)



reply via email to

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