Browse Source

org.el: Remove default LaTeX tolerance

* org.el (org-latex-default-packages-alist): Remove fixed tolerance.
Rasmus 10 years ago
parent
commit
384bc2d200
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lisp/org.el

+ 1 - 2
lisp/org.el

@@ -4084,8 +4084,7 @@ header, or they will be appended."
     (""     "wasysym"   t)
     (""     "wasysym"   t)
     (""     "amssymb"   t)
     (""     "amssymb"   t)
     (""     "capt-of"   nil)
     (""     "capt-of"   nil)
-    (""     "hyperref"  nil)
-    "\\tolerance=1000")
+    (""     "hyperref"  nil))
   "Alist of default packages to be inserted in the header.
   "Alist of default packages to be inserted in the header.
 
 
 Change this only if one of the packages here causes an
 Change this only if one of the packages here causes an