Make the hyperref package last in the list

This commit is contained in:
Carsten Dominik 2010-04-08 10:35:58 +02:00
parent 2aaad50393
commit 1d317701f6
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* org.el (org-insert-link): Find the link buffer on visible * org.el (org-insert-link): Find the link buffer on visible
frames. frames.
(org-export-latex-default-packages-alist): hyperref must be loaded
late.
2010-04-07 Carsten Dominik <carsten.dominik@gmail.com> 2010-04-07 Carsten Dominik <carsten.dominik@gmail.com>

View File

@ -2955,8 +2955,8 @@ will be appended."
("" "wasysym") ("" "wasysym")
("" "latexsym") ("" "latexsym")
("" "amssymb") ("" "amssymb")
("" "hyperref")
("" "microtype") ("" "microtype")
("" "hyperref")
"\\tolerance=1000" "\\tolerance=1000"
) )
"Alist of default packages to be inserted in the header. "Alist of default packages to be inserted in the header.