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
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

View File

@ -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