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

This commit is contained in:
Rasmus 2015-07-02 13:49:30 +02:00
parent c4a913770d
commit 5e03133c47
2 changed files with 3 additions and 2 deletions

View File

@ -427,6 +427,8 @@ when ~org-link-search-must-match-exact-headline~ is not nil.
*** ~org-latex-hyperref-template~, ~org-latex-title-command~ formatting *** ~org-latex-hyperref-template~, ~org-latex-title-command~ formatting
New formatting keys are supported. See the respective docstrings. New formatting keys are supported. See the respective docstrings.
Note, ~org-latex-hyperref-template~ has a new default value. 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 * Version 8.2
** Incompatible changes ** Incompatible changes

View File

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