>From 9f27ba3eb818303e2ef6e161343558438afa8e1a Mon Sep 17 00:00:00 2001 From: Rasmus Date: Thu, 2 Jul 2015 13:49:30 +0200 Subject: [PATCH 3/3] Remove float from org-latex-default-packages-alist --- etc/ORG-NEWS | 2 ++ lisp/org.el | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 9592f88..d43e9d3 100644 --- a/etc/ORG-NEWS +++ b/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 diff --git a/lisp/org.el b/lisp/org.el index 425999c..f0a0f0b 100755 --- a/lisp/org.el +++ b/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 -- 2.4.4