ox-latex.el: support sideways :float options for tables and figures
commitc99fa2ab8a18d5778014768162d47e1c7b813cc3
authorGreg Tucker-Kellogg <gtuckerkellogg@gmail.com>
Sun, 6 Apr 2014 09:55:38 +0000 (6 17:55 +0800)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 6 Apr 2014 12:19:55 +0000 (6 14:19 +0200)
tree835ffa9ad8713a6650ab5f54ee764376bb171e4f
parent081e6b4b3be2d0d22a70bd49e510c92a7904ff15
ox-latex.el: support sideways :float options for tables and figures

* lisp/ox-latex.el (org-latex--inline-image): support a 'sideways
option for the float, and add case to handle it with a \sideaysfigure
in the export.
(org-latex--org-table): support "sideways" instead of deprecated
"sidewaystable".  The latter is still handled for backward
compatibility.

* doc/org.texi (Tables in LaTeX export): Document use of :float
  sideways.
(Images in LaTeX export): Document use of :float sideways.

This patch provides consistent :float sideways support for LaTeX
export of both figures and tables.

http://permalink.gmane.org/gmane.emacs.orgmode/84618

TINYCHANGE
doc/org.texi
lisp/ox-latex.el