Browse Source

Remove microtype package from the defaults

Carsten Dominik 15 years ago
parent
commit
33e5924ba4
2 changed files with 5 additions and 1 deletions
  1. 5 0
      lisp/ChangeLog
  2. 0 1
      lisp/org.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2010-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org.el (org-export-latex-default-packages-alist): Remove
+	microtype package.
+
 2010-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-mobile.el (org-mobile-check-setup): Make sure that there is

+ 0 - 1
lisp/org.el

@@ -2955,7 +2955,6 @@ will be appended."
     (""     "wasysym")
     (""     "latexsym")
     (""     "amssymb")
-    (""     "microtype")
     (""     "hyperref")
     "\\tolerance=1000"
     )