From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: customising org-latex-to-pdf-process for bibtex Date: Tue, 1 Mar 2011 13:33:02 +0100 Message-ID: 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 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41649 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuOlI-0004kc-S4 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:33:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuOlH-00079D-8u for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:33:08 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuOlG-000796-U1 for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:33:07 -0500 Received: by wwj40 with SMTP id 40so2756684wwj.30 for ; Tue, 01 Mar 2011 04:33:06 -0800 (PST) In-Reply-To: <87ei6rfcir.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: Org-mode mailing list Hi Eric, Thomas, is there a problem in the default setup of LaTeX export that needs to be = addressed? - Carsten On Mar 1, 2011, at 9:52 AM, Eric S Fraga wrote: > "Thomas S. Dye" writes: >=20 >> Aloha Suvayu, >>=20 >> 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? >>=20 >> All the best, >> Tom >=20 > Suvayu, >=20 > 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: >=20 > --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--- >=20 > --=20 > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.4 (release_7.4.555.gfcf66) >=20 > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten