Browse Source

Remove float from org-latex-default-packages-alist

Rasmus 9 years ago
parent
commit
5e03133c47
2 changed files with 3 additions and 2 deletions
  1. 2 0
      etc/ORG-NEWS
  2. 1 2
      lisp/org.el

+ 2 - 0
etc/ORG-NEWS

@@ -427,6 +427,8 @@ when ~org-link-search-must-match-exact-headline~ is not nil.
 *** ~org-latex-hyperref-template~, ~org-latex-title-command~ formatting
 New formatting keys are supported.  See the respective docstrings.
 Note, ~org-latex-hyperref-template~ has a new default value.
+*** ~float.sty~ has been removed from ~org-latex-default-packages-alist~
+If you require this package add it to ~org-latex-packages-alist~.
 * Version 8.2
 
 ** Incompatible changes

+ 1 - 2
lisp/org.el

@@ -4075,7 +4075,6 @@ header, or they will be appended."
     (""     "graphicx"  t)
     (""     "grffile"   t)
     (""     "longtable" nil)
-    (""     "float"     nil)
     (""     "wrapfig"   nil)
     (""     "rotating"  nil)
     ("normalem" "ulem"  t)
@@ -4100,7 +4099,7 @@ Org mode to function properly:
 - graphicx: for including images
 - grffile: allow periods and spaces in graphics file names
 - longtable: For multipage tables
-- float, wrapfig: for figure placement
+- wrapfig: for figure placement
 - rotating: for sideways figures and tables
 - ulem: for underline and strike-through
 - amsmath: for subscript and superscript and math environments