From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: customising org-latex-to-pdf-process for bibtex Date: Tue, 01 Mar 2011 12:49:40 +0000 Message-ID: <87d3mbf1jv.fsf@pinto.chemeng.ucl.ac.uk> References: <4DCBF55A-B3B5-4268-9456-3F2F7651581D@tsdye.com> <20110225181003.35eab1c7@bhishma.homelinux.net> <877hck5ekx.fsf@ucl.ac.uk> <20110228124536.6d142c10@bhishma.homelinux.net> <87ei6rfcir.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58016 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuP3C-0007Ud-OJ for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:54:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuP1V-0002vJ-1k for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:49:54 -0500 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:46673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuP1U-0002ui-Oc for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:49:52 -0500 In-Reply-To: (Carsten Dominik's message of "Tue, 1 Mar 2011 13:33:02 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org-mode mailing list Carsten Dominik 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 ;; Subject: [Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist? ;; To: emacs-orgmode@gnu.org ;; 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)