emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Change default latex packages


From: Roger Mason
Subject: Re: [O] Change default latex packages
Date: Tue, 06 May 2014 14:17:57 -0230
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0


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" nil)
;    ("" "charter" nil) ;; a decent font
;    ("expert" "mathdesign" nil)
    ("" "graphicx" t)
    ("" "longtable" nil)
    ("" "float" nil)
    ("" "wrapfig" nil)
    ("" "rotating"  nil)
    ("normalem" "ulem" t)
    ("" "amsmath" t)
    ("" "textcomp" nil)
    ("" "marvosym" t)
    ("" "wasysym" t)
    ("" "amssymb" t)
    ("" "amsmath" t)
    ("version=3" "mhchem" t)
    ("numbers,super,sort&compress" "natbib" t)
    ("" "natmove" nil)
    ("" "url" t)
    ("" "minted" nil)
    ("" "underscore" t)
    ("linktocpage,pdfstartview=Fit
H,colorlinks,
linkcolor=blue,anchorcolor=blue,
citecolor=blue,filecolor=blue,menucolor=blue,urlcolor=blue"
     "hyperref" nil)
    ("" "attachfile" nil)))

John





reply via email to

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