From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: customising org-latex-to-pdf-process for bibtex Date: Tue, 01 Mar 2011 08:52:44 +0000 Message-ID: <87ei6rfcir.fsf@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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39159 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuM0L-0002mQ-6x for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 04:36:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuM0J-0000KV-Jw for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 04:36:29 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:57553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuM0J-0000KR-G4 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 04:36:27 -0500 In-Reply-To: (Thomas S. Dye's message of "Mon, 28 Feb 2011 18:31:52 -1000") 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: "Thomas S. Dye" Cc: Org-mode mailing list "Thomas S. Dye" writes: > Aloha Suvayu, > > I haven't looked into this in depth, but I think your problem might > come from loading amssymb and amsmath. LaTeX is complaining that > something is already defined; the AMS packages are a prime suspect > here. Perhaps you could inhibit amssymb? > > All the best, > Tom Suvayu, I think this is indeed the problem. I had this problem a month or so ago (search the mailing list!). My solution is to add this to my .emacs: --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--- -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.555.gfcf66)