org-e-latex: Tables get correct amount of vertical space
commit907110e9133634670d31f6ca31bc0a3f4cd555ca
authorMyles English <mylesenglish@gmail.com>
Tue, 13 Nov 2012 21:04:16 +0000 (13 21:04 +0000)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 14 Nov 2012 14:00:36 +0000 (14 15:00 +0100)
treeb019c1eefa5877f70fcf401fd17c99f8956a352d
parent72a27c3b3f29414a73da17842c325c6f21f77f10
org-e-latex: Tables get correct amount of vertical space

* contrib/lisp/org-e-latex.el: Replaced a set of \begin{center}
  and \end{center} environment markers with a \centering
  declaration.

Using both \begin{table} and \being{center} environments leads to double
the vertical space around the float, whereas \centering adds none.

TINYCHANGE
contrib/lisp/org-e-latex.el