Add amsmath as a global LaTeX dependency

* org.el (org-format-latex-header): Remove amsmath.
(org-latex-default-packages-alist): Remove amstext and add amsmath.

This increases consistency between LaTeX exports and LaTeX preview
snippets.
This commit is contained in:
rasmus 2013-09-11 11:53:47 +02:00 committed by Nicolas Goaziou
parent df047521fa
commit e5f72fdd93
1 changed files with 2 additions and 3 deletions

View File

@ -3780,7 +3780,6 @@ images at the same place."
(defcustom org-format-latex-header "\\documentclass{article}
\\usepackage[usenames]{color}
\\usepackage{amsmath}
\\usepackage[mathscr]{eucal}
\[PACKAGES]
\[DEFAULT-PACKAGES]
@ -3832,11 +3831,11 @@ header, or they will be appended."
("" "float" nil)
("" "wrapfig" nil)
("normalem" "ulem" t)
("" "amsmath" t)
("" "textcomp" t)
("" "marvosym" t)
("" "wasysym" t)
("" "amssymb" t)
("" "amstext" nil)
("" "hyperref" nil)
"\\tolerance=1000")
"Alist of default packages to be inserted in the header.
@ -3848,7 +3847,7 @@ The packages in this list are needed by one part or another of
Org mode to function properly:
- inputenc, fontenc: for basic font and character selection
- amstext: for subscript and superscript
- amsmath: for subscript and superscript and math environments
- textcomp, marvosymb, wasysym, amssymb: for various symbols used
for interpreting the entities in `org-entities'. You can skip
some of these packages if you don't use any of their symbols.