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: Eric S Fraga
Subject: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex
Date: Tue, 01 Mar 2011 08:52:44 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

"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---
;; to fix problems with amsmath conflicting with wasysym:
;;
;; From: Lawrence Mitchell <address@hidden>
;; Subject: [Orgmode] Re: [bug] latex export ignores 
org-export-latex-default-packages-alist?
;; To: address@hidden
;; 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)



reply via email to

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