From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: customising org-latex-to-pdf-process for bibtex Date: Tue, 1 Mar 2011 04:26:09 -0800 Message-ID: <20110301042609.6e8dee4a@bhishma.homelinux.net> 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; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56944 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuOef-0007iQ-TL for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:26:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuOee-0005Uc-Kw for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:26:17 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:33918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuOee-0005UF-Fu for emacs-orgmode@gnu.org; Tue, 01 Mar 2011 07:26:16 -0500 Received: by vxc38 with SMTP id 38so5136974vxc.0 for ; Tue, 01 Mar 2011 04:26:16 -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 Tom and Eric, On Tue, 01 Mar 2011 08:52:44 +0000 Eric S Fraga wrote: > "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--- > (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--- > Thanks a lot, that worked like a charm. :) Although I get perfect results using the Fedora 13 provided texlive (2007), I noticed I get that old error again (quoted below) when I use the texlive 2010 install from CTAN. Maybe some problem in my setup. I will use my distribution provided texlive for now. Thanks again for being so patient and helping with my issues. :) > bibtex: Not writing to /home/jallad/org/masters-thesis/msthesis.blg (openout_any = p). > I couldn't open file name `/home/jallad/org/masters-thesis/msthesis.blg' -- Suvayu Open source is the future. It sets us free.