emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Suvayu Ali
Subject: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex
Date: Tue, 1 Mar 2011 04:26:09 -0800

Hi Tom and Eric,

On Tue, 01 Mar 2011 08:52:44 +0000
Eric S Fraga <address@hidden> wrote:

> "Thomas S. Dye" <address@hidden> 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.



reply via email to

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