Re: [O] Change default latex packages

2014-05-06 Thread Roger Mason
Thanks! Dunno why I was too stunned to try the obvious. Cheers, Roger On 05/06/14 13:53, John Kitchin wrote: just delete the packages you don't what from (setq org-latex-default-packages-ali st '(("AUTO" "inputenc" t) ("" "lmodern" nil) ("T1" "fontenc" nil) ("" "fixltx2e"

Re: [O] Change default latex packages

2014-05-06 Thread John Kitchin
just delete the packages you don't what from (setq org-latex-default-packages-ali st '(("AUTO" "inputenc" t) ("" "lmodern" nil) ("T1" "fontenc" nil) ("" "fixltx2e" nil) ;("" "charter" nil) ;; a decent font ;("expert" "mathdesign" nil) ("" "graphicx" t) ("" "longta

Re: [O] Change default latex packages

2014-05-06 Thread Roger Mason
hello, On 05/06/14 11:48, John Kitchin wrote: no, I think nil means it is not needed to make latex fragments of equations. John OK, thanks. So, back to my original question: how do I control the list of packages exported into a LaTeX document? Thanks, Roger

Re: [O] Change default latex packages

2014-05-06 Thread John Kitchin
Isn't that what it is supposed to be like? what were you expecting differently? John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cm

Re: [O] Change default latex packages

2014-05-06 Thread Roger Mason
Hello again, On 05/05/14 12:31, John Kitchin wrote: (setq org-latex-default-packages-alist I thought I had this fixed, but apparently not. Here's what I have in my .emacs: (setq org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("" "lmodern" nil) ("T1" "fontenc" nil)

Re: [O] Change default latex packages

2014-05-05 Thread Roger Mason
Thanks Eric. Filed away for future reference. Roger

Re: [O] Change default latex packages

2014-05-05 Thread Roger Mason
Thanks John, I now have what I want. Roger

Re: [O] Change default latex packages

2014-05-05 Thread Eric S Fraga
On Monday, 5 May 2014 at 09:43, Roger Mason wrote: > Hello, > > How can I change the default packages that are used in LaTeX export? If you want to add some to the default, you can modify org-latex-packages-alist. If you want to remove some from the default list (not recommended), check out org-

Re: [O] Change default latex packages

2014-05-05 Thread John Kitchin
I do not know if this is the best practice, but I do it like this. (setq org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("" "lmodern" nil) ("T1" "fontenc" t) ("" "fixltx2e" nil) ;("" "charter" nil) ;; a decent font ;("expert" "mathdesign" nil) ("" "graphicx"

[O] Change default latex packages

2014-05-05 Thread Roger Mason
Hello, How can I change the default packages that are used in LaTeX export? I'm running Org-mode version 8.2.6 (release_8.2.6-937-g60502a). Thanks, Roger