[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] editing "org-export-latex-default-packages-alist" has no effect
From: |
Stinky Wizzleteet |
Subject: |
[O] editing "org-export-latex-default-packages-alist" has no effect |
Date: |
Sat, 23 Apr 2011 09:24:24 +0200 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
Hi all,
thanks to help on this list I found out about this variable as I need to
omit the "textcomp" and "fontenc" packages in my exported latex header.
My tex file won't compile otherwise on my n900.
my init.el contains :
(custom-set-variables
'(org-export-latex-default-packages-alist (quote (("AUTO" "inputenc" t) ("T1"
"fontenc" nil) ("" "fixltx2e" nil) ("" "graphicx" t) ("" "longtable" nil) (""
"float" nil) ("" "wrapfig" nil) ("" "soul" t) ("" "textcomp" nil) (""
"marvosym" t) ("" "wasysym" t) ("" "latexsym" t) ("" "amssymb" t) (""
"hyperref" nil) "\\tolerance=1000")))
)
However, fontenc and textcomp are still in the org-generated tex file.
bug, or feature ?
best,
wzzl
--
Stinky Wizzleteet thinks:
You are standing on my toes.