ox-latex: Allow toggling centering of images
commit096f4287a60d04470e0a71ea988816d1c3071ccc
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 25 Jul 2016 21:22:01 +0000 (25 23:22 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 25 Jul 2016 21:31:25 +0000 (25 23:31 +0200)
tree94a5ab7a4d7f208f7d6c77a15b84eb9144953da3
parent67c29aa1e8b1ffd4dcfb0d86822e42a8139cf203
ox-latex: Allow toggling centering of images

* lisp/ox-latex.el (latex): Introduce new
  property :latex-images-centered.
(org-latex-images-centered): New variable.
(org-latex--inline-image): Handle new attribute :center, in addition to
variable above.
* doc/org.texi (Images in @LaTeX{} export): Document new behaviour
(Publishing options): Reference :latex-images-centered.
doc/org.texi
etc/ORG-NEWS
lisp/ox-latex.el