emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: [bug] latex export ignores org-export-latex-default-packag


From: Sébastien Vauban
Subject: [Orgmode] Re: [bug] latex export ignores org-export-latex-default-packages-alist?
Date: Wed, 26 Jan 2011 17:06:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Eric,

Eric S Fraga wrote:
> I need to use the amsmath package for a paper I am writing.  This
> conflicts, unfortunately, with the wasysym package which is loaded by
> default in the org-latex exporter.
>
> [...]
>
> You can customize this variable.
>
> Value: (("AUTO" "inputenc" t)
>  ("T1" "fontenc" t)
>  ("" "fixltx2e" nil)
>  ("" "graphicx" t)
>  ("" "longtable" nil)
>  ("" "float" nil)
>  ("" "wrapfig" nil)
>  ("" "soul" t)
>  ("" "textcomp" t)
>  ("" "marvosym" t)
>  ("" "wasysym" nil)
>  ("" "latexsym" t)
>  ("" "amssymb" t)
>  ("" "hyperref" nil)
>  "\\tolerance=1000")
>
> Original value was 
> (("AUTO" "inputenc" t)
>  ("T1" "fontenc" t)
>  ("" "fixltx2e" nil)
>  ("" "graphicx" t)
>  ("" "longtable" nil)
>  ("" "float" nil)
>  ("" "wrapfig" nil)
>  ("" "soul" t)
>  ("" "textcomp" t)
>  ("" "marvosym" t)
>  ("" "wasysym" t)
>  ("" "latexsym" t)
>  ("" "amssymb" t)
>  ("" "hyperref" nil)
>  "\\tolerance=1000")
>
> Note that wasysym is turned off in the setting I have.  However, when I
> export my org file, I find.
>
> ,----
> | ...
> | \usepackage{marvosym}
> | \usepackage{wasysym}
> | \usepackage{latexsym}
> | ...
> `----

For test purpose, a silly workaround: what about removing the line?  That way,
we could see if either:

- the nil option is not respected,
- the t option comes from somewhere else..

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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